Commit Graph

124 Commits (ef77b64c9621c05e2d2fd7052901de4456a9194c)

Author SHA1 Message Date
Ensar Sarajčić ef77b64c96 Update version to 0.2.2 2022-01-21 16:56:06 +01:00
Ensar Sarajčić 8a41653dbb Prevent multiple gear switches on single action with manual transmission 2022-01-21 16:55:27 +01:00
Ensar Sarajčić 35da3be64c Fix version info export 2022-01-21 15:00:51 +01:00
Ensar Sarajčić 8cfb9e4883 Add multiplayer version compatibility check 2022-01-21 14:44:57 +01:00
Ensar Sarajčić 4b496071fc Add version info to the game 2022-01-21 14:18:13 +01:00
Ensar Sarajčić cf3685415a Enable workflows on release too 2022-01-21 13:53:56 +01:00
Ensar Sarajčić 5b05771bb3 Add track minimap to GUI 2022-01-21 13:50:50 +01:00
Ensar Sarajčić fbc01a296e Add texture to finish gate 2022-01-20 21:03:38 +01:00
Ensar Sarajčić bbde8b2ae7 Add basic finish gate 2022-01-20 20:52:50 +01:00
Ensar Sarajčić 0c80cab346 Add names in multiplayer 2022-01-20 19:56:06 +01:00
Ensar Sarajčić ad4c8140e2 Add leaderboards to multiplayer games 2022-01-20 19:11:54 +01:00
Ensar Sarajčić 2e2a73e207 Fix issues with reconnecting to server 2022-01-20 18:23:49 +01:00
Ensar Sarajčić c9652ae651 Add very basic multiplayer 2022-01-20 16:50:44 +01:00
Ensar Sarajčić b0981bf20c Delay track and vehicle loading in start menu 2022-01-20 14:18:25 +01:00
Ensar Sarajčić dcea94ac6b Extract out player controls into player_controller 2022-01-20 11:38:35 +01:00
Ensar Sarajčić 82b3feecf4
Merge pull request #1 from esensar/post-jam
Add different cameras and cockpits
2022-01-19 06:54:32 -08:00
Ensar Sarajčić 2417e50544 Add cockpits to bugmobile and beetlecar 2022-01-19 15:37:38 +01:00
Ensar Sarajčić 2e44a97f63 Add cockpit to buggy 2022-01-19 14:35:14 +01:00
Ensar Sarajčić 15d2c83ffc Add different cameras 2022-01-19 11:39:45 +01:00
Ensar Sarajčić 618bfc1c61 Fix itch channel for deploy_macos workflow 2021-12-02 11:28:01 +01:00
Ensar Sarajčić af36f191ea Fix butler download url for deploy_macos workflow 2021-12-02 11:24:41 +01:00
Ensar Sarajčić 21727aa078 Fix export name in deploy_macos workflow 2021-12-02 11:16:25 +01:00
Ensar Sarajčić ffc8b8c5be Add separate MacOS deployment step 2021-12-02 11:13:56 +01:00
Ensar Sarajčić 323815ea73 Make menus more controller friendly 2021-11-22 21:23:50 +01:00
Ensar Sarajčić 2b36af882e Add stunts to testing grounds level 2021-11-22 20:05:57 +01:00
Ensar Sarajčić 4cbb234b8e Add more lighting to levels 2021-11-22 18:53:31 +01:00
Ensar Sarajčić f5e273440b Add race condition loop track 2021-11-22 18:36:13 +01:00
Ensar Sarajčić f7897ab9e7 Add details to infinite loop track 2021-11-22 00:07:04 +01:00
Ensar Sarajčić 00012e2ad5 Add more details to rounding error track level 2021-11-21 23:58:36 +01:00
Ensar Sarajčić e2ade518e8 Improve collision shapes for vehicles 2021-11-21 23:45:44 +01:00
Ensar Sarajčić 83046b1e52 Fix lap counting logic to prevent wrong way message at lap end 2021-11-21 23:18:30 +01:00
Ensar Sarajčić 4b1bc9888d Fix scarab texture rendering issues 2021-11-21 23:14:08 +01:00
Ensar Sarajčić cbb70b89b6 Add a bad desert themed track 2021-11-21 23:08:52 +01:00
Ensar Sarajčić 78f3233a60 Add new track: rounding error 2021-11-20 20:26:24 +01:00
Ensar Sarajčić 000d693a68 Make glass properly transparent 2021-11-20 20:16:23 +01:00
Ensar Sarajčić b0d93d074c Adjust steering of vehicles 2021-11-20 19:32:26 +01:00
Ensar Sarajčić 4e8344c485 Further tweak vehicles to fit their roles more 2021-11-20 19:27:22 +01:00
Ensar Sarajčić 354122eade Further adjust mass and power of buggy 2021-11-20 19:23:07 +01:00
Ensar Sarajčić 18e163ec08 Tweak buggy to fit its role more 2021-11-20 19:18:28 +01:00
Ensar Sarajčić 04414ac90d Tweak bugmobile to make it more driveable 2021-11-20 19:11:39 +01:00
Ensar Sarajčić 6b7412a3ed Fix checkpoint size in infinite loop level 2021-11-20 18:48:38 +01:00
Ensar Sarajčić 2f5e46e851 Fix reset logic to use furthest_checkpoint instead of last 2021-11-20 18:46:23 +01:00
Ensar Sarajčić 54d9ff1cdd Make infinite loop more rounded with better rails 2021-11-20 18:43:32 +01:00
Ensar Sarajčić 1850d12fe7 Add manual reset option 2021-11-20 17:45:53 +01:00
Ensar Sarajčić cc22ddb37b Fix vehicle reset logic 2021-11-20 17:34:08 +01:00
Ensar Sarajčić a86b2d8434 Remove debug mode and fix checkpoint location and orientation on level 2021-11-20 17:19:39 +01:00
Ensar Sarajčić 9d1ddac430 Use curve to better orientate checkpoints along the track 2021-11-20 17:05:34 +01:00
Ensar Sarajčić d947b3e11e Make infinite loop infinitely more challenging 2021-11-19 19:52:46 +01:00
Ensar Sarajčić e6b41d35c4 Fix automatic reverse to 1st gear transmission 2021-11-19 19:06:40 +01:00
Ensar Sarajčić 9b53a138fa Add reformatted vehicle file 2021-11-19 18:42:35 +01:00