3.0 Prerelease 4 2023-11-18
Downloads:
Bug Fixes
- prevent clock shifts from hanging the program
bdb8a1819
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.
ZScript
- 'subscreenwidget->PerContainer' not working
79a9cd530