Nightly 2023-07-14
Downloads:
Bug Fixes
Player
- memory leak in read_one_subscreen
17f5ecc64
- more reproducible fairy hearts, for replay in Debug mode
901a3e05d
ZScript
- fix for-each loops on non-const arrays.
9c6e31bca
- free jit script handles on engine shutdown
52db50c21
Refactors
- un-inline zc_math functions
eba451962
This allows for us to always optimize these functions, even for Debug builds. Good for replay
determinism.
Tests
- only check exit code for replay tests under Asan
acd61977e
- add download_artifacts.py
dca122f8e
- add asserts for group_arg logic
bdfbe948d
- condense --snapshot args generated for failing run
b8048b986
- refactor compare report to use ReplayTestResults
aa282f96e
CI
- pass build type to replay tests script
c59f68b10
- when updating artifacts, only upload the updated/ folder
bc1be95c6
- do better job of reducing size of compare report
7ed7b02d8
Full Changelog: https://github.com/ArmageddonGames/ZQuestClassic/compare/nightly-2023-07-12...nightly-2023-07-14