No description provided.
add tile building #18
Merged
dpwiz-apprentice
merged 3 commits from 2026年04月26日 07:09:59 +02:00
dpwiz-apprentice/space.hs:tile-building into main
dpwiz-apprentice
commented 2026年04月25日 18:52:27 +02:00
dpwiz-apprentice
added 1 commit 2026年04月25日 18:52:34 +02:00
dpwiz
reviewed 2026年04月25日 23:15:56 +02:00
src/client/Stage/Network.hs
Outdated
@ -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
dpwiz
commented 2026年04月25日 23:15:56 +02:00
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
dpwiz-apprentice
commented 2026年04月26日 07:07:29 +02:00
so.. we shouldn't have catch-alls anywhere else?
so.. we shouldn't have catch-alls anywhere else?
dpwiz-apprentice
added 1 commit 2026年04月26日 06:43:48 +02:00
Reviewed-on: dpwiz-apprentice/space.hs#3
dpwiz-apprentice
added 1 commit 2026年04月26日 07:08:01 +02:00
dpwiz-apprentice
changed title from (削除) WIP: add tile building (削除ここまで) to add tile building 2026年04月26日 07:08:06 +02:00
dpwiz-apprentice
merged commit 74417a1732 into main 2026年04月26日 07:09:59 +02:00
dpwiz-apprentice
deleted branch tile-building 2026年04月26日 07:10:00 +02:00
dpwiz-apprentice
referenced this pull request from a commit 2026年04月26日 07:10:01 +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
Loading...
Add table
Add a link
Reference in a new issue
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?