3.0 Prerelease 127 2025-08-16
Downloads:
Features
Editor
- change item pickup sound to use Dropdown for selection
5948838db
Bug Fixes
Player
- correctly handle COMPAREV2 in zasm optimizer
ddaadcd52
This was accidentally inverting conditions where the left-hand-side uses a constant.
- prevent crash in inline_functions zasm optimize pass
00ad98b33
- avoid "invalid save slot index" when creating new save
acad5780a
Creating a new save slot could sometimes invalidate all existing save slots (until the program was restarted).
- prevent crash when warping and enemies stay alive
0831755d5
regressed 6b5e98d (z3)
ZScript
- correctly handle COMPAREV2 in jit
6234795f6
- mapdata->State[] / mapdata->ExState[] arrays not accessing correct data
773eb71d8
Chores
- update replay_uploads_known_good_replays.json
7d00a310c
Tests
- remove ZC_PACKAGE_REPLAYS
496d2ca00
The web build no longer packages test replays and quests in the build directly for the replay test runner. Instead, it can now load files from the local machine. Now, any replay or quest can be loaded in the web build for local development (does not have to be inside the tests folder).