Nightly 2023-07-15
Downloads:
Features
ZScript
- '@InitScript(int weight)' annotation allows multiple global init scripts (all merged into ~Init).
dcaa46921
Bug Fixes
- Negative Array rule issues
0da042ba3
Fixed negative array rule not being respected on first load of game (either via test quest or when
loading from file select); also fixed negative array rule not being turned on via compat.
Editor
- set list position for strings of older quests
9cd257e09
This resulted in the Strings GUI not correctly showing all the strings.
- use correct index when saving string editor "Next"
52d8e4081
Refactors
ZScript
- optimize function code, add PEEK to allow combining POP/PUSH back-to-backs
8402c406b
- optimize 'SETV reg,X - TRACER reg' to 'TRACEV X'
41ca67ec7
Tests
- fix regression from refactor in aa282f
3da06ae9a
- fix silly lazy unit test
0591e6a99
- update test_replays with new unexpected gfx frames, changed in 7ed7b
5e13ce424
Full Changelog: https://github.com/ArmageddonGames/ZQuestClassic/compare/nightly-2023-07-14...nightly-2023-07-15