Nightly 2023-12-20
Downloads:
Bug Fixes
- deleting subscreens resulting in invalid/crashy data
a29918a05
Player
- remove accidental double compilation for global scripts
f30fd983f
- draw to correct bitmap when showing button clear prompt
6e204d4fc
ZScript
- handle rare COMPAREV2 for x64 jit
0fc3edd39
- sprintf giving a wrong error message on %c
180b66fc9
- 'Screen->SetExDoor()'/'mapdata->SetExDoor()' not opening matching doors
88f2ab405
- grab correct value from stack for POPARGS JIT x64
504f87a71
This didn't seem to break anything, but it showed up as a difference when comparing registers from JIT w/ non-JIT.
- Hero->WarpEx not using dmap xoff when setting continue screen
e21ba53d0
Documentation
- update zstrings.txt to mention the "Insert SCC" button
bd084e245
Refactors
Player
- move x64 backend jit code to separate file
f3d40e0b7