3.0 Prerelease 34 2024-02-04
Downloads:
Features
Editor
- set test_mode_record option in test dialog directly
cfc107738
Bug Fixes
Player
- defer deletion of sprites to end of animate logic
7a9cb4a11
This fixes a crash caused when a sprite deletes itself in middle of its animate logic.
- prevent OOB access for darkroom ditherrectfill
a5f01cd25
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[]
89ca47723
This fixes a crash in Panolpy when reading a specific sign.
Refactors
ZScript
- use common UserDataContainer for most user data
ba6e421d9