3.0 Prerelease 170 2026-04-06
Downloads:
Features
Editor
- Show screen state carryovers in 'What Links Here' tool
f3ddd68ad
Bug Fixes
Player
- Check water correctly when scrolling down
a53a8827bRegressed recently in 7db5d04d0.
- Show cheat hitboxes for invisible enemies
c3c6ac938 - Replays no longer desync when using custom save menu
790b0836f
Editor
- Delete invalid navigation/command history
3bfeb0a4aWhen reducing the map count, the navigation/command histories were retaining entries for old maps. If attempting to go back to them, the editor would crash.
Now, those entries are deleted when the map count reduces.
- Don't show compat QR confirmation when creating new quest
79b59ca0fWhen creating a new quest from an older tileset, don't show a confusing confirmation dialog about disabling compat QRs. It won't hurt a new quest to disable these QRs, and this dialog is likely to confuse new users.
Refactors
- [mac] unify F-keys for reset/quit
17d76f12bPreviously on Mac, reset/quit were mapped to different keys than on other platforms because historically F9/10 were reserved by the OS. However, that is no longer the case on modern Macs.
These function keys on Mac now match other platforms:
- Reset is now F9 (was F7)
- Quit is now F10 (was F8)
- Screensaver and Palette Toggle have been moved back to F7 and F8, respectively
- Remove last usages of SCREEN_W/H
693573ae5 - Speed up subscreen draws by simplifying string operations
ec323637f
Editor
- Format map, screen locations more consistently
d653e722b- Format map + screen pairs using a common format: decimal for map, hex
with a
0xprefix for screen, and spaces for legibility. Example:19 : 0x5A. - Fix an issue in quest report tools that incorrectly used hex to format the map component.
- Format map + screen pairs using a common format: decimal for map, hex
with a