sergeypdev
  • Joined on 2024-07-28
sergeypdev pushed to main at sergeypdev/gutter_runner 2025-08-10 20:39:18 +00:00
3fdd0bfea8 Make XARR use relptr
c1c722e1f7 Add relptr
Compare 2 commits »
sergeypdev pushed to main at sergeypdev/gutter_runner 2025-08-10 16:26:30 +00:00
48ef1fb4b7 A bunch of optimizations and becnhmarks for XARR, almost as fast as a simple slice now
sergeypdev pushed to main at sergeypdev/gutter_runner 2025-08-09 23:15:32 +00:00
250f86ac2d Add chunk iterator
sergeypdev pushed to main at sergeypdev/gutter_runner 2025-08-09 23:03:08 +00:00
7d23ca691c Suboptimal, but working SOA support for XARR
sergeypdev pushed to main at sergeypdev/gutter_runner 2025-08-09 21:42:27 +00:00
cda4e1716b Some level and blender script updates
sergeypdev pushed to main at sergeypdev/gutter_runner 2025-08-09 21:42:08 +00:00
002122b4d6 Add XARR implementation
sergeypdev pushed to main at sergeypdev/gutter_runner 2025-08-03 20:35:55 +00:00
0226e83010 A bunch of tweaks
sergeypdev pushed to main at sergeypdev/gutter_runner 2025-08-02 17:21:23 +00:00
6e600e9e6d Fix jerky mouse delta on web
sergeypdev pushed to main at sergeypdev/gutter_runner 2025-08-02 16:58:09 +00:00
a958c1f50a Fix wrong sign when converting from dir to yaw pitch
sergeypdev pushed to main at sergeypdev/gutter_runner 2025-08-02 16:41:31 +00:00
5181b9b813 Change how interpolation works, add mouse movement override to follow camera
sergeypdev pushed to main at sergeypdev/gutter_runner 2025-08-02 10:52:39 +00:00
7f928a6f2c Interpolate wheels too, use interpolated bodies and wheels in debug visualization
sergeypdev pushed to main at sergeypdev/gutter_runner 2025-08-02 10:01:40 +00:00
a6cbfaf88c More tyre tweaks, chase camera like in GTA 5, basic rigid body interpolation so rendering can run faster than physics and still see everything smoothly
sergeypdev pushed to main at sergeypdev/gutter_runner 2025-07-29 21:58:39 +00:00
82e9022c73 Suspension spring force along hit normal again, tweak tyres, add drift assist (just steering for you a bit, no ghost forces)
sergeypdev pushed to main at sergeypdev/gutter_runner 2025-07-28 21:58:46 +00:00
88fac29a6c Fix suspension when driving on other rigid bodies, super solid now
sergeypdev pushed to main at sergeypdev/gutter_runner 2025-07-27 11:33:10 +00:00
44a401344f Optimize edge collision checking by sorting so they always follow in pairs
sergeypdev pushed to main at sergeypdev/gutter_runner 2025-07-24 21:14:48 +00:00
56f1eb1d15 Fix bug in names where same string could get interned twice, some easy optimizations
sergeypdev pushed to main at sergeypdev/gutter_runner 2025-07-24 20:38:32 +00:00
5d9d321695 Working wasm build!
456fb19829 Update emsdk
ddb78c3ecf Squashed 'libs/emsdk/' changes from 3bcf1dcd0..e062c54f4
Compare 3 commits »
sergeypdev pushed to main at sergeypdev/gutter_runner 2025-07-19 14:38:01 +00:00
c1fe4f33a9 Pass build mode for raylib web build
2ee0842778 Update raylib
bf5a3f231b Squashed 'libs/raylib/' changes from 3a1d6261e..9b6c09c32
Compare 3 commits »
sergeypdev pushed to main at sergeypdev/gutter_runner 2025-07-19 14:17:24 +00:00
7a92887c5e Some blender export testing
e878aa4db6 Try to get web working again
Compare 2 commits »
sergeypdev pushed to main at sergeypdev/gutter_runner 2025-07-13 19:28:21 +00:00
37736753e5 Fix level reload not working when paused