Add gradual steering

This commit is contained in:
Miloslav Ciz 2025-03-27 15:28:48 +01:00
parent c992ddeb3f
commit 252bf57e41
4 changed files with 21 additions and 9 deletions

View file

@ -1,5 +1,7 @@
=========== GENERAL ==============
- Consider better input handling in SDL? Currently it just detects presses on
the exact frame, so a press can be missed. But how tho?
- FPS logging for optim
- try to add distance fog?
- use 332 in SDL with potato?
@ -68,6 +70,7 @@
=========== HANDLED ==============
- add ifdefs that change car color?
- Try progressively slower steering?
- compile time option to choose how many maps to include (for platforms with
- sometimes the games prints huge long ass number of newlines, WHY (happens
when driving on accelerator)