2.55 Alpha 118
The one with the bug fixes.
Downloads:
Bug Fixes
- typo with subscreen view setting
2c638f17e
- windows 7 crashes on compile zscript
0101beff4
- 'View Unowned Items' subscreen bugs
5e5ffa36e
- subscreen buttonitem on active subscreen not scrolling properly
5327d4c8e
- close about window on ESC/clicking X
dac2fe022
- [mac] title bar showing on initial fullscreen launch
507efb964
The
osx_tell_dock_outside_bundle = false
feature I added to allegro recently is somewhat useful in development, but apparently problematic for normal use.
Player
- handle error when sav file fails to load
b6ca752fb
- unload other save games when selecting one
5b2dba0e1
- save file corruption from overlooked fields
2bb017871
- Crash on zscript object destructor
8f243d2d3
- Crash on dmap lacking subscreen
a79f8dfc6
- read hp from save file for life meter on titlescreen
14189f18e
- remove accidental dev mode, which always allows cheats
7bc53d4b3
- retain previous position when returning to title screen
62d266e76
- unreliable behavior of ESC in title screen
b5e21a833
- sfx accidentally disabled in save select screen
5fef0688a
- empty item slots filling wrongly
59fc452e3
- weird subscreen item animation resetting
683974182
Editor
ZScript Standard Library (std.zh)
- CR_RUPEES definition was missing
e3edf4430
ZScript
- set save name being truncated because not using new string
5496e5ac4
- use safer vsnprintf to avoid crash via buffer overflow in logging
b92439ed8
- check_bunny accidentally always on for Game->CurrentItemID()
3583e94ee
Web
- set default saves folder to /local/saves
01e692282
- quick quest load was broken after save refactor
2b5a12861
Build
- fix windows compile due to msvc hang bug
461de4df9
Chores
- remove outdated source file preamble comments
3341301ad
Tests
- add -test-zc switch to test save file roundtrip
2eccdedc2
- mostly finish save roundtrip test
f416ffa14
- check for full game equality in save roundtrip
5c07f9c3d
- fix zc saves test
ef46dcc9c
CI
Misc.
- support sentry unique user counting
e9eb11357