3.0 Prerelease 113 2025-06-24
Downloads:
Bug Fixes
- prevent rare crash related to loading fake weapon script
fafa5cba9
Player
- clamp pos lookup by coordinates to world bounds
dff0310dc
This should fix some crashes caused by the engine looking up combo positions outside the world bounds.
- add compat QR for rope enemy speed
b6cff703a
2.55.6 added the ability to configure rope enemy speed using misc attribute 10. However, this broke some earlier quests, so now there is a compat rule to suppress this new configurable behavior.
Editor
- ffc layer setting drawing incorrectly in the editor
e741ee303
ZScript
- potential crash when accessing
Game->Suspend[]
out-of-bounds29aeada32
- fix getter for
combodata::TriggerFlags[0]
720890b71
Regressed recently in 56e9081
combodata::GenFlags[]
setter no longer brokenbe584a6e1
Build
- upgrade sentry to 0.9.0
9a75c5452
Refactors
Player
- change some save file debug asserts to runtime checks
0185e3263
Editor
- minor code cleanup for cleaning up preview mode
f0b9bc4eb
ZScript
Misc.
- attach screenshot to crash reports
b288d84af