Commit graph

79 commits

Author SHA1 Message Date
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
Sara df44137108 feat: set boot scene 2024-05-16 09:12:04 +02:00
Sara d9fb97d396 feat: created driving gamemode 2024-05-16 09:11:58 +02:00
Sara 6c2dd20b9e feat: added grid material 2024-05-16 09:11:47 +02:00
Sara 1b9c78bb8e feat: added grid texture 2024-05-16 09:11:40 +02:00
Sara b5293e8bae feat: added variables and properties 2024-05-16 09:11:14 +02:00
Sara d1c52c7e80 feat: created driving test map 2024-05-16 09:10:02 +02:00
Sara 17d4a7a860 feat: created boot scene 2024-05-16 09:09:45 +02:00
Sara 0cf28eb644 feat: created car player scene 2024-05-16 09:09:20 +02:00
Sara 123387c6c6 feat: feat setup inputs 2024-05-16 09:01:43 +02:00
Sara b7cd2f88cd feat: now registering car physics and player classes 2024-05-16 09:00:56 +02:00
Sara 4074d41d78 fix: bracket 2024-05-16 09:00:56 +02:00
Sara 2868e65cb5 feat: registered godot-cpp-utils 2024-05-16 09:00:56 +02:00
Sara e968acd438 chore: removed uninit since i don't use it 2024-05-16 09:00:56 +02:00
Sara 069c1f988a feat: created CarPlayer class as a client to CarPhysics 2024-05-16 08:50:18 +02:00
Sara ea2e6fc13c feat: created CarPhysics class 2024-05-16 08:50:18 +02:00
Sara 82b258c58f feat: updated godot utils 2024-05-13 14:59:28 +02:00
Sara ef1f2db1e1 feat: init project 2024-05-13 12:28:57 +02:00