3.0 Prerelease 56 2024-06-21
Downloads:
Features
- add 'Note' item wizard, notes can play relative strings now
e18d24342
- add enemy flag to control if affected by "Kill All Enemies"
396c87a6a
- add option to use the native OS dialog to select/create files
e418d7124
A new button allows using the OS dialog to select/create a file. This can be used directly by setting the
Native File Dialog
option in the launcher.
Editor
Bug Fixes
- remove sfx limit (except for fuzz testing)
0c1de2949
Editor
- death/spawn sprites not properly updating on tile move
a164a6cdd
Build
Web
- upgrade to emscripten 3.1.60
8bceba4de
Refactors
- use enums instead of defines for many flag values
806180bea
ZScript Standard Library (std.zh)
- delete unused and unwanted stuff
48660bfcb
These files have been deleted from the
std
library:- std_zh/assert.zh
- std_zh/astar.zh
- std_zh/infostring.zh
- std_zh/math.zh
- std_zh/std_legacy.zh
- std_zh/std_meta.zh
- std_zh/std_update.zh
- std_zh/std_user_defs.zh
- std_zh/std_vars.zh
- std_zh/weapon.zh
These files either do not belong in a standard library (too specific), are not finished, or otherwise provide little to no value so are just a maintenance burden.
Misc.
ZLauncher
- remove tounge-in-cheek tooltip from Fullscreen checkbox
40167c734