Commit graph

96 commits

Author SHA1 Message Date
Sara c333fddeba final 2024-05-27 13:55:10 +02:00
Sara 63b5b54db0 feat: tweaks to various mechanics 2024-05-24 15:15:27 +02:00
Sara b8d487f14e feat: implemented shield powerup and enemy cars 2024-05-24 11:09:03 +02:00
Sara a8f7bd20db feat: tweaks and work on enemy car 2024-05-23 15:57:09 +02:00
Sara c8e9e2fb4d feat: playtest-build 2024-05-23 09:05:09 +02:00
Sara 3e8c8a08f2 feat: implemented enemy spawning 2024-05-22 10:22:12 +02:00
Sara 4071964a41 feat: turret default state is waiting 2024-05-22 10:22:01 +02:00
Sara 50b49b7f25 feat: remove unused include 2024-05-22 09:32:53 +02:00
Sara f50357337f fix: ExitDoor::enter_tree GDGAMEONLY 2024-05-22 09:32:48 +02:00
Sara d98c832719 feat: increased health 2024-05-22 09:32:36 +02:00
Sara bf8bb6b881 feat: adjusted player collision model 2024-05-22 09:32:30 +02:00
Sara 0b2cf08b2c feat: started importing world assets and making the map 2024-05-22 09:32:20 +02:00
Sara c5c8a70529 feat: beam collision layers 2024-05-21 15:59:40 +02:00
Sara 6ad638c642 feat: damage for beam 2024-05-21 15:59:26 +02:00
Sara 317aed8f1b feat: better level loading 2024-05-21 15:59:19 +02:00
Sara 94be550654 feat: added exit door and trigger 2024-05-21 15:59:04 +02:00
Sara 6d71c7ee9d chore: turret tweaks 2024-05-21 15:58:53 +02:00
Sara 732d498d87 fix: error in game root reloading 2024-05-21 15:58:44 +02:00
Sara 00050c3752 feat: tweaks to turret fire time and lead distance 2024-05-21 15:06:21 +02:00
Sara 051842acb0 feat: created turret scene 2024-05-21 15:06:14 +02:00
Sara 8be182311c feat: created beam scene 2024-05-21 15:03:44 +02:00
Sara 2fd2c80aa2 feat: implemented turrets 2024-05-21 15:03:36 +02:00
Sara f34a0eaf95 feat: added test turret to testmap 2024-05-21 12:59:58 +02:00
Sara 1cfa06e5d1 feat: implemented game over through gamemode 2024-05-21 12:59:42 +02:00
Sara b06fdfb1cf feat: added get_levels and bugfixes to utils 2024-05-21 12:57:48 +02:00
Sara 5bb287252c feat: added damage function to player 2024-05-21 11:55:34 +02:00
Sara 80270546e0 feat: no longer compiling car physics print calls 2024-05-21 11:55:22 +02:00
Sara 2a3bb9e24e feat: tweak physics 2024-05-21 11:55:06 +02:00
Sara 9d9acc51d5 feat: added end and main menu screens 2024-05-21 11:54:50 +02:00
Sara ba1545333a feat: physics tweaks 2024-05-21 08:46:47 +02:00
Sara 4ec964e864 feat: added ui and test pickups to test scene 2024-05-17 19:49:10 +02:00
Sara 6df18a8314 feat: registered game_ui 2024-05-17 16:08:58 +02:00
Sara faf59ae82e fix: register_types compiles again 2024-05-17 16:08:51 +02:00
Sara 494b389268 fix: KeyPickup::_enter_tree no longer runs in editor 2024-05-17 16:08:29 +02:00
Sara 3a0a86f5e3 feat: defined health variable for player 2024-05-17 16:08:12 +02:00
Sara 00c30b4e9f feat: defined game ui with a debug label 2024-05-17 16:08:01 +02:00
Sara 28d5fe0301 feat: named physics layers 2024-05-17 16:07:38 +02:00
Sara 87a88eed99 feat: moved camera 2024-05-17 16:07:33 +02:00
Sara 6c3384fd51 feat: added car materials 2024-05-17 16:07:27 +02:00
Sara 3ec14aef92 feat: defined Key Pickup class 2024-05-17 15:11:22 +02:00
Sara 9a783a13fe feat: switched testmap gamemode to rally rush 2024-05-17 15:11:14 +02:00
Sara 5cf006e4d7 feat: added rally rush gamemode class 2024-05-17 15:09:23 +02:00
Sara 60e6640cdd feat: car physics is now editor-configurable 2024-05-17 15:09:03 +02:00
Sara bd9afa2403 feat: added car model parts 2024-05-17 15:08:45 +02:00
Sara c7095a5b5d feat: imported hatchback vehicle model 2024-05-17 12:54:20 +02:00
Sara 93d7866d01 feat: added more test cases to testmap 2024-05-17 12:54:10 +02:00
Sara 00df86e63f feat: added oversteer, understeer and handbraking
Implementation is still messy so some cleanup is needed
2024-05-17 12:53:50 +02:00
Sara 5c728b1b39 feat: first attempt at car physics integrator 2024-05-16 09:35:28 +02:00
Sara c6bdd35af9 fix: forgot to commit includes for car_physics 2024-05-16 09:34:52 +02:00
Sara c8462c5bf0 chore(formatting): separating regular functions from getter/setters 2024-05-16 09:28:10 +02:00