Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-23 | Revise syntax macros and add a ton of branch hints | Michael Smith | |
My new programming style is branch hints. All non-confusing branches must be hinted when I can be bothered. It's faster, sometimes, maybe. Also, start trying to use more signed sizes in at least some of the places where it makes sense. Unsigned sizes are surprisingly error-prone! | |||
2023-12-17 | Cancel fast-forward after the player disconnects | Michael Smith | |
Avoids spurious and confusing fast-forward behaviour in the event of resetting a run, then disconnecting early and deciding to load some other map. Also fixes a stupid typo (s/propand/propane/). |