jdeville05
  • Joined on 2025-04-16
jdeville05 pushed to master at jdeville05/spacegame 2026-07-10 02:33:25 +00:00
5c6b038188 Complete Phase 2b: block placement/removal, ship-relative snapping, mouse-look, visual polish
jdeville05 pushed to master at jdeville05/spacegame 2026-07-09 02:49:49 +00:00
7dc47acdb0 Add AddBlockToArray/RemoveBlockFromArray events on BP_ShipPawn
jdeville05 pushed to master at jdeville05/spacegame 2026-07-09 02:49:20 +00:00
536f828b6c Fix wildcard array library functions (Array_Add, Array_RemoveItem, etc)
jdeville05 pushed to master at jdeville05/spacegame 2026-07-09 02:33:54 +00:00
226a979d66 Fix hard crash in SpawnActor node creation
jdeville05 closed issue jdeville05/spacegame#17 2026-07-09 01:05:04 +00:00
Add ghost preview block
jdeville05 pushed to master at jdeville05/spacegame 2026-07-09 01:04:55 +00:00
58794dbd25 Add ghost preview block for build mode
jdeville05 closed issue jdeville05/spacegame#16 2026-07-09 01:02:32 +00:00
Add build-mode toggle and grid-snap raycast placement
jdeville05 pushed to master at jdeville05/spacegame 2026-07-09 01:02:24 +00:00
f7d0b17be8 Add build-mode toggle and grid-snap raycast on BP_PlayerCharacter
jdeville05 opened issue jdeville05/spacegame#20 2026-07-09 00:38:25 +00:00
End-to-end Phase 2b playtest
jdeville05 opened issue jdeville05/spacegame#19 2026-07-09 00:38:24 +00:00
Rewrite stat aggregation to use ForEachLoop over the block array
jdeville05 opened issue jdeville05/spacegame#18 2026-07-09 00:38:24 +00:00
Implement place/remove block actions
jdeville05 opened issue jdeville05/spacegame#17 2026-07-09 00:38:23 +00:00
Add ghost preview block
jdeville05 opened issue jdeville05/spacegame#16 2026-07-09 00:38:23 +00:00
Add build-mode toggle and grid-snap raycast placement
jdeville05 pushed to master at jdeville05/spacegame 2026-07-09 00:37:38 +00:00
8ac602168d Fix wildcard pin resolution in UnrealMCPython's ConnectBlueprintPins
jdeville05 closed issue jdeville05/spacegame#15 2026-07-08 20:28:19 +00:00
MCP-authored test scenario for block aggregation
jdeville05 pushed to master at jdeville05/spacegame 2026-07-08 20:28:12 +00:00
fb74e789af Verify block stat aggregation with one of each block attached
jdeville05 closed issue jdeville05/spacegame#14 2026-07-08 20:25:20 +00:00
Wire stat aggregation from attached blocks
jdeville05 closed issue jdeville05/spacegame#13 2026-07-08 20:25:19 +00:00
Refactor BP_ShipPawn for block attachment
jdeville05 pushed to master at jdeville05/spacegame 2026-07-08 20:25:11 +00:00
a4da93cc63 Add block-slot stat aggregation to BP_ShipPawn (Phase 2a)
jdeville05 closed issue jdeville05/spacegame#12 2026-07-08 20:17:58 +00:00
Create block Blueprint classes