3.0 Prerelease 190 2026-05-19
Downloads:
Features
- Improved Minimap Widget features
eccbe4e20Can now specify the Room BG and Unvisited colors per-widget. (Leaving these colors as the
Defaultcolor will use the misc colors as previously) Can now specify that room colors will draw even when a DMap-specific map tile is provided. Can also specify that the background will not draw at all (allowing drawing just the room colors, which can be used to place a transparent-bg minimap widget on top of some other graphic or something)
Bug Fixes
Player
- Regions spoiling non-marked minimap screens
9f3c89f07 - Combo general loop sfx cutting out when looping
152e59265
ZScript
- Some type issues in debugger
8c1da9f7fFixes two things:
1 + 1Land1 * 1Lcorrectly returned a long, but the other way around (1L + 1and1L * 1) did not.- Engine objects other than bitmap inside typed arrays incorrectly showed as raw numbers.
- Several debugger bugs
9022424a0- support accessing script-scoped and static class functions via
. - functions that were optimized away due to being just
return CONSTANTare now callable in the debugger - fix incorrect formatting for bitflags with unknown bits
Discord: https://discord.com/channels/876899628556091432/1484782230344564871
- support accessing script-scoped and static class functions via
Chores
- Don't open console in headless mode
287395563
Misc.
- Copy cpos_update optimization from combos to ffcs
198f90880