Nightly 2024-01-14
Downloads:
Bug Fixes
Player
- 'Custom Weapon' itemclasses rounding down step speed
8f4b63428
- restore option to scale display to full window size
b618eb983
This broke when the display was fixed to only show at the correct aspect ratio. Default is still as before, but now the "Force Integer Values for Scale" option works again.
Editor
- midi edit dialog not showing in new rendering system
7ff03e46b
ZScript
- compiler crash related to invalid array indeces
f3e3f7ecb
Refactors
Player
- remove ZASM debugger from menu
377981e09
You may still activate this with
[CONSOLE] print_ZASM = 1
inzc.cfg
, but the option is no longer in the player menu. This will be removed entirely soon - it's so slow it can lock up a computer, and not useful enough to keep around.We may introduce a proper debugger in the future for ZScript to serve the purpose the ZASM debugger tried to.
Tests
- add link_to_the_heavens.zplay
b1309cc47