Nightly 2023-12-02
Downloads:
Bug Fixes
Player
- set volume correctly when music changes with only fading in or out
9274a675bFor example, if the new music has a fade in frame duration of 0, and the old music has a fade out frame duration of >0, then the new music would incorrectly have its volume stuck at 0%.
- menu bar unaligned with dropdown due to menu using int scaling
f8222be89 - Swim speeds not being saved to save file
2bbf51a02
Editor
- Crash on changing map count
92c190255
Web
- use zc-data.nyc3.digitaloceanspaces.com for now
af524e98f - "Copy URL" in player now uses correct test params
8b5eaf56d - sync fs when writing save order txt file
e006c07a7 - quick save creation link working again
9e4c8a90fThe
questgamedata field was inadvertently set to 0 because the save file was prematurely selected before being saved for the first time, which prevented anything insaves_do_first_time_stufffrom sticking.
Documentation
- document DrawTile '-777' rotation behavior
8bfb995e0
Refactors
Player
- remove unused volume code in read_saves
244b8cad0
ZScript
- optimize script lookup by name
9ee5c4ba8