Commit graph

69 commits

Author SHA1 Message Date
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
Sara 1b81f5686e feat: added makefile 2024-04-02 15:50:56 +02:00
Sara ce5b207a07 feat: bumped target version of godot-cpp 2024-04-02 15:47:51 +02: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
Sebastien Dabdoub 24a5efe8f7
Update README.md
A step was missing to initialize the git submodule for godot-cpp. It was uninitialized when I followed the github template instructions.
2023-10-18 20:04:31 -07:00
Patrick Exner (FlameLizard) 843b2258a0
Merge pull request #15 from adamscott/copy-bin-to-projectdir 2023-10-17 10:02:57 +02:00