Nightly 2024-02-04
Downloads:
Features
Editor
- set test_mode_record option in test dialog directly
356066ed5
Bug Fixes
Player
- defer deletion of sprites to end of animate logic
548c3e15d
This fixes a crash caused when a sprite deletes itself in middle of its animate logic.
- prevent OOB access for darkroom ditherrectfill
07dfbbe3f
When scrolling, this function could be told to grab a line of the bitmap memory outside its bounds, which resulted in a crash.
ZScript
- handle out of bounds for Game->LItems[]
6d260c7f3
This fixes a crash in Panolpy when reading a specific sign.
Refactors
ZScript
- clean up ScriptEngineData for all script types
ce8062e19