Commit Graph

64 Commits

Author SHA1 Message Date
mmcghen 0dab659730 Adding Ignored Docs 2026-08-12 14:49:50 +00:00
mmcghen b1b040bacd Small changes 2026-03-12 16:47:56 -04:00
mmcghen 2d5129da0e Hivemind audio and behavior fixes, boss item drops, duplicate run item handling, out of stock handling 2026-03-12 16:23:07 -04:00
mmcghen d936a01cd3 Merge branch 'main' of https://github.com/mikemcghen/Station-0 2026-03-12 15:58:49 -04:00
mmcghen 0ed9a4f578 Declaring damage type 2026-03-12 15:58:47 -04:00
mmcghen 617217fa9e Boss Audio 2026-03-12 15:57:58 -04:00
mmcghen 6d11481ce8 Gameplay changes 2026-03-12 15:57:15 -04:00
mmcghen 3a744290eb Adds boss sounds 2026-03-12 10:12:48 -04:00
mmcghen 39a6ae10d8 Updating memory spike and overclock 2026-03-12 09:53:26 -04:00
mmcghen c5231551d7 Fixing repeater and anchor attacks 2026-03-12 09:42:52 -04:00
mmcghen c290b3a07c Small updates 2026-03-11 16:49:33 -04:00
mmcghen 48ba47d41b Merge branch 'main' of https://github.com/mikemcghen/Station-0 2026-03-11 16:37:00 -04:00
mmcghen 948c347183 Fixes type mismatch 2026-03-11 16:36:58 -04:00
mmcghen 1e0b9d364b Adds tile set 2026-03-11 16:17:17 -04:00
mmcghen 20f1d1789b Small update fixes 2026-03-11 16:15:52 -04:00
mmcghen f350aca534 Merge branch 'main' of https://github.com/mikemcghen/Station-0 2026-03-11 15:47:14 -04:00
mmcghen 71f755e1bf VS Last changes 2026-03-11 15:47:12 -04:00
mmcghen 24308c077b Audio files 2026-03-11 15:42:03 -04:00
mmcghen 75403e7c1d Tileset, Audio Changes, and Portal changes 2026-03-11 12:23:53 -04:00
mmcghen 8b2e059f07 Wires in new audio sound fxs 2026-03-11 10:23:19 -04:00
mmcghen 309182daeb Exit tree fix 2026-03-11 10:16:20 -04:00
mmcghen 33b5582671 Fixed comment errors 2026-03-11 10:11:41 -04:00
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 e45759980e Mine AOE and blast radius 2026-03-10 11:50:15 -04:00
mmcghen bf18da4917 Changes warden attacks properly, adds defaul body parts, upgrades the mini map, and shows proper scrap count on reload 2026-03-10 11:47:15 -04:00
mmcghen 3a947e41e2 Warden and light updates 2026-03-10 11:38:01 -04:00
mmcghen 2036cb3a0c Fixed light race condition 2026-03-10 11:34:18 -04:00
mmcghen efd6ca2fa5 Light fix... again 2026-03-10 11:30:56 -04:00
mmcghen a137d565a8 Relay changes and light fixes 2026-03-10 11:26:05 -04:00
mmcghen db44a1a318 Implements mini map and updates door lights 2026-03-10 11:24:36 -04:00
mmcghen b709b64a52 Fixes room spawning and adds physical doors and indicator lights 2026-03-10 11:16:48 -04:00
mmcghen 7559114623 Updates for Hivemind Fight 2026-03-10 11:06:47 -04:00
mmcghen a8dfc215f1 Limits room spawns and speeds up homing projectiles for hivemind and relay 2026-03-10 09:51:34 -04:00
mmcghen b165500ada Fixes Hivemind being stuck to player when colliding 2026-03-10 09:45:38 -04:00
mmcghen b1f453bb27 Removes boss bar and updates hivemind 2026-03-10 09:35:03 -04:00
mmcghen 3684517d1b Small overhaul 2026-03-09 21:36:35 -04:00
mmcghen 7d33eddd08 Sweep collision fix 2026-03-09 21:21:31 -04:00
mmcghen 9697c68cf1 Fixing hivemind sweep crash 2026-03-09 21:17:22 -04:00
mmcghen 4f241e72af Fixing fade error 2026-03-09 21:14:09 -04:00
mmcghen ab3906ee53 Hivemind and Relay Adjustments 2026-03-09 21:13:05 -04:00
mmcghen c7435443a4 Remove DESIGN_NOTES.md from git tracking
File is kept locally and ignored via .gitignore.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-09 21:04:55 -04:00
mmcghen a673352db6 Add local notes files to .gitignore
Keep PRODUCTION_NOTES.md and DESIGN_NOTES.md locally but exclude from version control.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-09 21:01:25 -04:00
mmcghen a08b5671ad Merge branch 'main' of https://github.com/mikemcghen/Station-0 2026-03-09 20:54:50 -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
Mike McGhen 15a769ef90 Revise card game description in README
Updated description of the card game to reflect changes in the narrative.
2026-03-09 20:53:48 -04:00
mmcghen 06610df780 Hivemind changes 2026-03-09 20:43:15 -04:00
mmcghen c4cc60f715 Updates for Practice room and Relay 2026-03-09 13:16:19 -04:00
mmcghen 171a40a4a8 Fixes Relay and Practice room and implements Hivemind boss 2026-03-09 11:37:06 -04:00
mmcghen b7715172c2 Enables Practice Room 2026-03-09 11:25:12 -04:00