3.0 Prerelease 76 2024-10-19
Downloads:
Bug Fixes
Player
- reset title colors when updating save quest path
23a8925d0
- New mirrors hanging the game when using their 'Block' feature
1faca62cb
- avoid crash on magic relections when sprite list is full
885060d9c
- handle screen transitions on slopes in sideview mode
a4fc92549
Slopes bugged out big time when moving between screens in sideview mode, shooting players across the screen. That is now fixed, but one should avoid starting upwards-stairs on the edge of a screen, as the player still does not traverse up it when entering from the other side.
Editor
- fix Preview mode not working when opened from top menu
bb09d4f42
- prevent crash when saving test init data
cdaa882fc
ZScript
- remove bogus error log when using
ArrayCopy
1d41b9a36
Refactors
ZScript
- always show script context when logging errors
a0ae674a2
Previously the "Print Script Metadata on Traces" QR had to be enabled to show what script caused an error. However, this context is always useful for debugging and so should always be displayed.
Misc.
- add 2.55.6 changelog
7923c79b2