Commit graph

71 commits

Author SHA1 Message Date
Sara 6a1344ff05 feat: increased pistol range 2024-03-20 11:49:20 +01:00
Sara a45ed77df8 feat: made pellets smaller 2024-03-20 11:49:12 +01:00
Sara 6806832e1d feat: enemies now queue_delete when they die 2024-03-20 11:48:57 +01:00
Sara 8ec255449c feat: updated utils 2024-03-20 11:35:21 +01:00
Sara e3db1bc401 feat: added game mode to test level 2024-03-20 09:52:12 +01:00
Sara cc1dad597b feat: added weapon muzzle to player character 2024-03-20 09:51:54 +01:00
Sara a821f36692 feat: added starting tunnels game state 2024-03-20 09:51:22 +01:00
Sara 2bd3e26c93 feat: added fire input action 2024-03-20 09:50:59 +01:00
Sara 28a74ffacc feat: added pistol weapon data 2024-03-20 09:50:40 +01:00
Sara f14d812d1b feat: added default pellet projectile scene 2024-03-20 09:50:35 +01:00
Sara 336754d559 feat: implemented a zero-volume pellet projectile 2024-03-20 09:50:10 +01:00
Sara 18ec109b86 feat: added weapon muzzle, which will register itself with parent playercharacters 2024-03-20 09:49:47 +01:00
Sara a81fc5ad21 feat: updated utils 2024-03-20 09:49:20 +01:00
Sara f1646118ea feat: player character can now fire projectiles using a projectile pool 2024-03-20 09:49:14 +01:00
Sara cd9260871e feat: projectile is no longer an interface 2024-03-20 09:48:53 +01:00
Sara 71de14003d feat: projectile pool now uses projectile class 2024-03-20 09:48:25 +01:00
Sara 9099d29672 feat: claim projectile will now resize before projectiles run out 2024-03-20 09:47:51 +01:00
Sara 46ba8efaad feat: tunnels player now initializes player character data 2024-03-20 09:46:38 +01:00
Sara 3b8ce8ca53 feat: added fire input binding 2024-03-20 09:46:38 +01:00
Sara a7e14fb109 fix: added default initializers for projectile pool fields 2024-03-19 14:15:09 +01:00
Sara a0980eedd2 chore(formatting) 2024-03-19 14:14:37 +01:00
Sara 9c2e78ceca feat: projectile can now return itself 2024-03-19 14:14:29 +01:00
Sara f93bb5c045 feat: updated registered types
added CharacterData PelletProjectile ProjectilePool TunnelsGameState WeaponData
2024-03-19 13:24:58 +01:00
Sara 8af5cbc090 feat: added weapon data 2024-03-19 13:24:20 +01:00
Sara 988bd53159 feat: changed camera rotation speed 2024-03-19 13:24:11 +01:00
Sara d456634061 feat: added tunnels game mode 2024-03-19 13:23:23 +01:00
Sara 1fbba7b665 feat: implemented projectile pool 2024-03-19 13:23:09 +01:00
Sara 96d557a0f7 feat: added projectile interface 2024-03-19 13:23:02 +01:00
Sara a93199d8b8 feat: added character data 2024-03-19 13:22:55 +01:00
Sara 5da196b226 chore: added design document 2024-03-18 23:06:48 +01:00
Sara 19ba4047ca feat: added simple enemy with chase behaviour 2024-03-18 23:05:42 +01:00
Sara 4f564a4f4c feat: player controls commenting pass 2024-03-18 19:29:44 +01:00
Sara 99b844cc76 feat: player character implements health entity interface 2024-03-18 16:28:00 +01:00
Sara 50392dd3ed feat: added health node and health entity interface 2024-03-18 16:26:18 +01:00
Sara 00a9334653 feat: mouse rotation for camera and character 2024-03-18 15:30:03 +01:00
Sara 709b972f91 feat: fundamental movement and separation of concerns for camera and character motion 2024-03-17 21:25:52 +01:00
Sara 121bb0b7d6 feat: updated utils 2024-03-17 14:49:52 +01:00
Sara de67a91d9d feat: updated godot-cpp-utils 2024-03-16 22:19:04 +01:00
Sara 168cba5d03 feat: created tunnels gamemode and player objects 2024-03-16 13:53:41 +01:00
Sara beb1fe05f2 feat: updated utils 2024-03-16 13:12:58 +01:00
Sara 9e30c63d50 feat: removed license 2024-03-07 22:10:48 +01:00
Sara ce98cea593 feat: no longer needed init.sh 2024-03-07 21:10:05 +01:00
Sara 050ffa448a feat: updated godot-cpp 2024-03-07 21:02:55 +01:00
Sara 67944834d4 feat: initialized project 2024-03-07 20:59:55 +01:00
Sara 8e0ba99e6d Added init.sh script 2024-03-07 20:52:09 +01:00
Sara 09035af13b Created game template 2024-03-07 20:41:08 +01:00
Patrick Exner (FlameLizard) 3ec351897d
Merge pull request #18 from sdab/main
Update README.md
2023-12-21 18:14:06 +01:00
Patrick Exner (FlameLizard) 682db5ae1a
Merge pull request #21 from Faless/fix/install_bin
Fix library copy command
2023-11-27 23:14:10 +01:00
Fabio Alessandrelli ac1499baf4 Fix library copy command
Use InstallAs with the correct target/source order instead of Command.
2023-11-27 21:02:25 +01:00
Patrick Exner (FlameLizard) e6323bdc32
Merge pull request #12 from adamscott/add-clang-format 2023-11-19 22:24:53 +01:00