Nightly 2023-12-23
Downloads:
Bug Fixes
- arrow key navigation in menus not resepecting hidden items
883c2305c
- prevent 1.90 qst load compat from setting first dmap cont/compass to bad value
f1e3c5bcd
- ZScript access to subscreen elements was missing a 'transparent' color option
96c306004
- zasm metadata not clearing properly when assigning slots
33bb31162
Player
- minor replay determinism bug for subscr_item_clk (selector animation)
825844706
- only assign save path just before actually writing to disk
603e96444
- call saves_do_first_time_stuff when changing slot qstpath
db4cf98c2
- handle edge case when changing unplayed save file qst
79564453f
- prevent calling dmap script twice in scrolling dmap warp
e8edc34e9
- set previously unset save_t write_to_disk in all places
adca2b376
Editor
- create test init data relative to qst init, not base init
fadfe7d74
This was originally done this way to avoid changing test init data when the quest's actual init data changed, but that maybe is not as useful as the other approach.
Also very simply fixes the problem of screen data (and other init values) not being properly set.
- autocombo/combo pool/combo alias pages RClick menus being offset
d3e276c4d
- 'Open Tile Page' on combos not using the ORIGINAL tile of the combo
7009db89b
- disable tooltips when hotkey cheatsheet is open
bcae99ea1
- clean up several issues with the warp dialogs
378766362
- options->fonts being broken/inconsistent, not saving changes
cc2cb75cd
Refactors
Player
- move global inits from init_game to new init_game_vars
c4f5c11ae
- make lamp_paid not static for replay determinism
534d82e91
Tests
- add umbral_cloud.zplay
0a0826577
- add pageerror listener in run_replay.js
ee98991df
- fail on abort in web replay tests
3b0da67b4
- stop on fatal errors in run_web_version.js
d69ad2aaa
- set write_to_disk in saves_test
297b5433e
- add "frames" and "length" meta fields to zplay
35da8a5eb
- use "latest" version for all playground.qst replays
42b94c785
These replays should be trivial to update as needed, and using no replay compat code makes them far more useful for verifying specific features.
CI
- set correct test results folder for web replays for upload
9413f492c
Misc.
- update default fonts to be same between base_config and 'Default:' button
e8b85365d
Player
- support "latest" for version field in zplay
5870d858b