space_hs/space.hs
5
3
Fork
You've already forked space.hs
2

add tile building #18

Merged
dpwiz-apprentice merged 3 commits from dpwiz-apprentice/space.hs:tile-building into main 2026年04月26日 07:09:59 +02:00
No description provided.
@ -74,0 +76,4 @@
let (cid, ix) = World.worldToChunk (fromIntegral x, fromIntegral y)
Apecs.modify ety \(World.Ship hull) -> World.Ship $ case layer of
Floor -> hull {floors = World.setTile cid ix tile hull.floors}
idk -> error $ "failed to process unknown network event from the server: " <> show idk
Owner
Copy link

don't do catch-alls or ghc won't be able to help you here

don't do catch-alls or ghc won't be able to help you here
Author
Owner
Copy link

so.. we shouldn't have catch-alls anywhere else?

so.. we shouldn't have catch-alls anywhere else?
dpwiz-apprentice changed title from (削除) WIP: add tile building (削除ここまで) to add tile building 2026年04月26日 07:08:06 +02:00
Sign in to join this conversation.
No reviewers
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
space_hs/space.hs!18
Reference in a new issue
space_hs/space.hs
No description provided.
Delete branch "dpwiz-apprentice/space.hs:tile-building"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?