Nightly 2023-09-26
Downloads:
Features
ZScript
- 'sprintf' will resize the buffer if it is too small.
bc9fc80f8
Bug Fixes
- [linux] use /var/tmp instead of /tmp for save-then-move
2803f8fcb
/tmp is for files that are not expected to persist. When running under flatpak, a tmpfs is mounted to /tmp, so we cannot move files from that to a real physical drive. This resulted in saving failing.
/var/tmp is the better choice, since files there are expected to persist and so will always be a physical drive.
Player
- bugginess with push flags on 'Push (Generic)' combos
f10def353
Build
- add include to fix missing atoi on VS2022
8ea837e46
- [mac] 'ZQuestClassic.app' -> 'ZQuest Classic.app'
0c137af69
CI
- add --ignore-missing to sentry set-commits command
fdf2059e9
Misc.
Visual Studio Code Extension
- publish 1.0.7
e7f9e0ec5