Nightly 2023-11-18
Downloads:
Features
ZLauncher
- set save folder
0269d0102
Bug Fixes
- prevent clock shifts from hanging the program
b379a0ed9
Allegro 5 doesn't use a monotonic clock that ignores suspended time, so day light saving shifts or even hibernating your computer can result in Allegro trying to do so much work to "catch up" that it hangs the program. See https://github.com/liballeg/allegro5/pull/1511 for more.
Editor
- disabling tooltips works again
409abe1ff
ZScript
- 'subscreenwidget->PerContainer' not working
9d7c222dc
Tests
- suppress timeout check on frame 0
487351025