Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-28 | Add: settings to limit your fast-forward game speed | Patric Stout | |
By default this setting is set to 2500% normal game speed. | |||
2021-02-27 | Codechange: remove _realtime_tick variable | Patric Stout | |
2021-02-24 | Codechange: [Video] move InteractiveRandom() to the VideoDriver | Patric Stout | |
2021-02-24 | Codechange: [Video] make the prototype of PollEvent() the same for all drivers | Patric Stout | |
Additionally, call it from the draw-tick. | |||
2021-02-20 | Codechange: deduplicate tick-handlers of all video drivers | Patric Stout | |
They were all identical, so better put this in a single place hoping it is less likely to break. |