Herr Otto Partz says you're all nothing but pipsqueaks!


Quote from: dstien on October 11, 2025, 03:22:42 PMDoes anyone remember some particular replays that has the "can't fast-forward" bug? If not, I guess we should be able to find them automatically. All competition replays are supposed to finish successfully, while a bugged run would either crash or never cross the finish line in repldump.
Quote from: dstien on October 11, 2025, 03:22:42 PM(The replay controls aren't redrawn on every frame, so printf debugging kinda works.)
If you need something more sophisticated, I recommend intro_draw_text which does the job quite nicely (example)Quote from: llm on October 10, 2025, 02:00:01 PMax seems to be undefined if x and y = 0 in the asm routine
so the question is: does Stunts rely on this "random" behavior? and if - how to fake it in C?


Quote from: Cas on October 10, 2025, 10:28:15 PMBut programming for SDL feels very different to me from programming in a language. The library takes over and you really are no longer writing the graphics code.