120 Commits

Author SHA1 Message Date
8b8ab8c6bc More progress on builder 2025-05-27 01:23:46 +04:00
875ff96f4a Start handling hot reload game lib in build dir 2025-05-24 22:57:09 +04:00
04133ef95a Fix hot reload build 2025-05-24 22:31:06 +04:00
1e91121244 Kinda working build on windows, needs more work 2025-05-24 13:44:23 +04:00
1b3d2641e2 Something is broken with run_cmd when trying to build physfs... 2025-05-23 18:52:31 +04:00
55d6de8eb9 Don't pollute web source dir with build artifacts 2025-05-23 17:45:24 +04:00
c31ebea3bd Web Build!!! 2025-05-23 17:42:10 +04:00
b855732e29 Merge commit 'e80c619c0411b7fb2744290576e4bca6b743c7c8' as 'libs/emsdk' 2025-05-23 14:52:11 +04:00
e80c619c04 Squashed 'libs/emsdk/' content from commit 3bcf1dcd0
git-subtree-dir: libs/emsdk
git-subtree-split: 3bcf1dcd01f040f370e10fe673a092d9ed79ebb5
2025-05-23 14:52:11 +04:00
dbcc2bb1f2 Build script helper 2025-05-23 14:51:36 +04:00
7cda6a3f7d Start implementing a proper build system 2025-05-23 14:50:21 +04:00
6e2ad6a3b0 Raycast against level geom 2025-05-12 11:27:16 +04:00
735c61fd05 First implementation of track collision (non convex triangle level geometry) 2025-05-12 01:17:49 +04:00
890ac2494a Editor improvements and some refactoring 2025-05-10 19:01:48 +04:00
f8b73786aa Add undo redo for editor, refactor cameras a bit 2025-05-08 15:51:57 +04:00
df0fe56368 Refactor rewind to include the whole world, not just physics sceen 2025-05-08 14:32:31 +04:00
a4ed430efe Fix a bunch of collision bugs 2025-05-03 23:24:45 +04:00
1c3810483a Improve headlights, fix z fighting 2025-05-03 18:24:51 +04:00
786d18cd75 add mesh for rendering car lights 2025-05-03 01:33:19 +04:00
19ca2f28b8 Finally implemented lights like in zelda windwaker 2025-05-03 00:51:05 +04:00
8fe95ce5a0 Fork raylib to expose GetGLProcAddress 2025-05-03 00:18:30 +04:00
1e814a5726 Merge commit '6b853a66017bf5536793787442130be9797d7731' as 'libs/raylib' 2025-05-02 23:41:00 +04:00
6b853a6601 Squashed 'libs/raylib/' content from commit 3a1d6261e
git-subtree-dir: libs/raylib
git-subtree-split: 3a1d6261e24d8931de237c746ff0562e0231a2c4
2025-05-02 23:41:00 +04:00
aaa9f3e3ab Start working on graphics 2025-05-02 23:40:12 +04:00
1ea89fb2c9 Improve engine friction, add a rev limiter 2025-05-02 21:11:48 +04:00
08b6748d76 Add tyre friction debug visualization and tweak tyres to be more slidy 2025-05-02 20:32:13 +04:00
02d4a7aac5 Start implementing UI for debug viz 2025-04-28 12:22:23 +04:00
bdd7bbb9b1 Refactor asset loading to remove duplication, add loading of tyre params from csv 2025-04-27 22:53:07 +04:00
a27a5ccde6 Reimplement tyre model to use separate longitudinal/lateral formulas, also use pacejka94 2025-04-27 21:24:25 +04:00
b0fb81d88c Increase lowest rpm to fix no torque when starting to go uphill 2025-04-27 17:29:01 +04:00
ef8245d712 Add a ramp 2025-04-27 17:13:21 +04:00
3bab8ac88e Proper raycasts against other rigid bodies instead of a fake plane 2025-04-27 17:06:04 +04:00
fe71efcafd Fix suspension, adjust car collision 2025-04-27 13:37:58 +04:00
5c797145ae Fixed power delivery from engine, now 0-100 time seems to be in the right ballpark 2025-04-27 12:40:46 +04:00
cbe0dd20e5 Gears and engine->wheel power transfer. Not working well yet, it's losing a lot of power somewhere. Maybe it needs to be a position constraint 2025-04-27 00:02:23 +04:00
c3945a80e5 Use proper real world scale for the car 2025-04-26 21:28:06 +04:00
78ab4eeae9 Start implementing engine simulation 2025-04-26 20:29:58 +04:00
a9f007a90e Use physfs for all file loading 2025-04-25 13:10:54 +04:00
1095afb510 Use physfs in raylib 2025-04-25 12:58:19 +04:00
973ad9e285 Add scripts to help building physifs 2025-04-25 11:49:00 +04:00
64467602dd Merge commit '59053d5cad5785dfefc106fc69d14e5ae34a91e5' as 'libs/physfs/physfs' 2025-04-25 11:42:13 +04:00
59053d5cad Squashed 'libs/physfs/physfs/' content from commit adfdec6a
git-subtree-dir: libs/physfs/physfs
git-subtree-split: adfdec6af14e4d12551446e7ad060415ca563950
2025-04-25 11:42:13 +04:00
dc8606b6b5 remove ignore in physfs bindings 2025-04-25 11:42:09 +04:00
1211c74c9e Merge commit 'f87fae7a25007a65c4907b534921747d19359532' as 'libs/physfs' 2025-04-25 11:40:28 +04:00
f87fae7a25 Squashed 'libs/physfs/' content from commit 3c22b323
git-subtree-dir: libs/physfs
git-subtree-split: 3c22b32319315fa4d25308767e719331dd539ced
2025-04-25 11:40:28 +04:00
e1fa9734da Add csv parsing 2025-04-25 11:37:45 +04:00
91cd60b155 Add hood cam, tweak tyre params, split split angle and split ratio params 2025-03-23 22:53:50 +04:00
f143c9b591 Add basic gamepad support 2025-03-23 21:53:05 +04:00
77242a9989 Tweak tyres and breaking force some more 2025-03-20 00:55:40 +04:00
22c2224dea Tweak tyres, fix asymmetry in pacejka formula 2025-03-20 00:46:50 +04:00