Nightly 2023-09-12
Downloads:
Features
- Spotlight combos work on ffcs, fixed lightbeam-ffc hitboxes
fd039e808
Player
- add command "-create-save
" cc459c65b
- remove encoding layer for save files
a0c81ae88
Just like the previous work to remove the encoding layer for qst files.
Previous save files can still be read, but when next saved will no longer be encoded.
Should be a tad faster to read and write, especially reading in bulk as the title screen no longer needs to read the entire file to decode, when it only needs the first part of the file.
Also changes save file writing to disk to instead write to a temporary and move to the destination when done. This may prevent a source of save file corruption.
Bug Fixes
Web
- avoid double save when using the quick-load feature
2e2fb45da
Build
- move allegro legacy to third_party
7066aaec7
- move loadpng to third_party
faf8af981
- delete include/loadpng/loadpng.h
6a03d57cb
- move algif to third_party
d3c85c763
- move al5img to src
7b8ebe4d3
- move aldumb.patch to third_party
f9d885dbd
Refactors
- extract legacy encoded reader for qst to try_open_maybe_legacy_encoded_file
9b5c4579f
Tests
- update playground_cutscene_trigger.zplay
9ef7f02fb
CI
- use sentry-cli 2.20.6 instead of latest, to fix debug info upload error
3b862dda7