3.0 Prerelease 153 2025-12-27
Downloads:
Features
Player
- update volume dialog
45c0e7332
Bug Fixes
Player
- use configured
Halt Duration,Acceleration Factorfor peahatsaa36d6084 - control schemes not loading properly from config file
2f83017a8
Editor
- subscreen pages improperly using 256 as max widgets in some places
34cb44457Max widgets per page is now properly 8192
- total subscreens not properly bounded
1e3d7979cPreviously you could create infinite subscreens, and this could potentially corrupt the quest file. Now, after creating your 255th subscreen (of a specific type), the
<New [type] Subscreen>option no longer appears. - Subscreen TileBlock Wizard not saving Width/Height values properly
c8eeddfdf
Refactors
- trim unused dialogs
ae95e34ad - update old
getnumberdialogsb418222d8 - trim
jwin_auto_alertdialogcddf9f9b1 - remove testing 'foo' dialog
3b85effbf - change handling for AlertDialog / jwin_alert
ab5c3b6bdUse 'alert_confirm' helper, no lambdas are required for creating AlertDialogs now jwin_alert replaced with modern displayinfo() and alert_confirm() appropriately
Misc.
- update
quests/examples/trigger_example.qst4a50b8a01Add 'Hamiltonian Paths' and 'Lights Out' puzzle examples