3.0 Prerelease 105 2025-05-19
Downloads:
Bug Fixes
Editor
- [mac] prevent menu showing in ZQ snapshot
a5a2181ac
Contiuation of de96f03
- update Cambria tileset
6406f4745
- Fix CSet errors in Door Combo Sets
- Fix accidentally uncombo'd tiles
- Fix locked door combos using the lock block combo type, which can conflict with engine locked doors
- include licenses in package export
c359902dc
ZScript
- implement setter for
mapdata::Flag
c7f19b2dc
Overlooked recently in 74e5a2e
- do correct thing for old npcdata::Flags/Flags2
92dd8a21c
- use correct id for
eweapon::TotalDYOffset
9fb331c9d
- move input-related enums from std to bindings
874059b6b
- support hint (var, fun, enum) in comment symbol links
f6efa8820
This makes it possible to distinguish symbols with the same name (ex: the
Input->Button[]
variable and theButton
enum).Also fix some symbols not resolving, like
eweapon::UseSprite
.
Build
- update fmtlib to 11.2.0
d808c0b5e
Web
- upgrade emscripten to 4.0.8
10b4684be
Refactors
- exlcude some irrelevant qrs from 2.55 compat consideration
08be487a2
ZScript
- use expected for parse_user_path
c27d56c73
Also fix issue with path not resolving correctly for read/write bitmap draw commands.
- add bounds check for
Screen->SideWarpID
,mapdata::SideWarpID
16b54f014