3.0 Prerelease 100 2025-04-18
Downloads:
Bug Fixes
Player
- hover boots duration being halved over pits
58790db8a
- further improve scrolling when playing field height changes
bdf44c336
Editor
- prevent crash when generic script data length is 1
87eef046f
- Clicking snapshot option in menu capturing the menu itself
de96f03fe
ZScript
- empty function optimization for constructors
a09fe4247
Classes with explicitly empty constructors were not allocating their arrays when constructed.
Regressed in 433581f
sprite->MoveFlags
using wrong sprite id, always failing02b20659f
Regressed in 9304859
Documentation
- update docs related to generic script events
d517ebf64
- improve prefix used in doc/tooltip generation for enums
a1c26a108
Refactors
- remove qst num field from header dialog
93dea114e
ZScript
- preserve order of comment annotations; add ParsedComment class
a8841b347