Nightly 2023-08-16
Downloads:
Features
Editor
- add Shift+Minus/Plus for changing combo in combo editor
f77eb091b
- configure multiple init datas for test mode
44d7ecf90
Test Mode now allows you to customize test-only init data. You can make multiple init datas. They are saved to your
zquest.cfg
. A basic name is auto-assigned, but you can set your own name by modifying your config.When you create a new test init data, your current quest's init data is used as the starting point. Later modifying the quest init data has no impact on your test init datas.
You can also directly modify the init data values in the config, though the format is not documented anywhere.
Bug Fixes
- dmap music with crossfades was not setting loop points
ad0adaf62
Player
- reset the map view cursor state in init_game
9d07bd272
For replay determinism.
- 'Load Quest' menu option was busted from recent refactors
705aa3a4d
Build
- add targets for common replay test invocations
2a97f57d6
- add stubs for sdl music to un-break web build
68f407138
Chores
- add more to recent music changelog
de1ed3ec2
Refactors
Player
- skip slow combo movement modification when nothing would change
4693d82e8
Tests
- support starting replay from a sav file
0b8a1a41a
- add script for splitting replays
b771f0c16
also support folders in the replay test directory
- split large replay files
e79878288
- support headless flag for web replay tests
4cee3d64f
CI
- handle "boolean" correctly
226889535