3.0 Prerelease 121 2025-07-23
Downloads:
Features
Player
- support -jit-precompile in -load-and-quit
d7d373d92
Bug Fixes
- use glob in git’s tag matching, suppress Python SyntaxWarning
43bf2f829
Editor
- combo advanced paste checkboxes being wrong
a0c16885d
ZScript
- add missing include
f530b1184
- for jit, prevent running script from changing itself
e17575e4a
It's forbidden for a script to directly change its own
Script
variable, but when jit is enabled that check was missing and the result was a crash. - correct bounds for 1-indexed arrays (like
Screen->LayerScreen[]
)fde17f265
These arrays were incorrectly returning garbage for index 0, and returning a default value for the last index.
Regressed recently in df3ce20.
Chores
- add 2.55.10 changelog
ab62458e2
- update cherrypicks-3.0.md
aa16bb068
- update replay_uploads_known_good_replays.json
fa1e20b95
Refactors
ZScript
Misc.
- remove Signed-off-by lines from changelog
fe4dfa479