3.0 Prerelease 138 2025-10-22
Downloads:
Bug Fixes
ZScript
- use correct layer screens for
mapdata::isSolid()193071c6eThis regressed in 6b5e98d (z3)
- minor issue with return code sometimes being wrong
1f1bb8672 - in jit, handle registers that read from stack
3b718cdfa - improve zasm register/command dependencies
48731e838 - prevent rare crash from reading config in jit
43d18082bThe jit reads the config for hot function thresholds. This was happening on a background thread, which was bad because the config reading code is not thread-safe. Instead, now the config is read at start up on the main thread.
Refactors
ZScript
- removed many unused commands (npcdata, combodata, spritedata)
74e3b2dd2
Tests
- add terror_of_necromancy_demo5.qst replays
4d652888b
Misc.
- add 2.55.11 changelog
1fec680e4