Commit Graph

6 Commits

Author SHA1 Message Date
mmcghen ed4359686c Audio manager implementation 2026-03-11 10:07:47 -04:00
mmcghen e11eddf1b4 Fix critical bugs from code review
- room.gd: Add signal tracking and explicit cleanup in _exit_tree
- room.gd: Guard _on_enemy_died against race condition after room freed
- player.gd: Set _shield_ready = false on shield activation
- player.gd: Fix coolant zone lambda syntax error
- player.gd: Add apply_knockback() method for Hivemind pulse
- player.gd: Fix coolant zone memory leak (use Timer child)
- hud.gd: Remove deprecated boss bar code
2026-03-11 09:47:37 -04:00
mmcghen df6ee3990f Stops scrap from dropping in practice room and reworks hivemind, removes prod notes as well 2026-03-09 20:54:41 -04:00
mmcghen 8087c57c32 Fixes Relay bug, adds a small "prep" timer when entering a new room, and lowers Anchors health 2026-03-09 11:20:36 -04:00
mmcghen f1b4820307 Sync working project files - hub layout, boss roster, doc updates 2026-03-05 15:50:37 -05:00
Station 0 Dev 342175f4c3 Initial commit — Station 0 vertical slice in progress
Includes full design documentation (ARCHITECTURE, DESIGN_NOTES, CONTENT_SPEC, PRODUCTION_NOTES)
and active Godot 4 / GDScript codebase. Core systems built: player, floor generation,
room system, enemy base, body part upgrades, run manager, save system, HUD, EventBus.
2026-03-04 12:33:05 -05:00