Skip to content

2.55 Alpha 118

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Sep 23:26
· 2 commits to 08b0401b942aaa03423255699517828ab1185839 since this release

The one with the bug fixes.

Downloads available at the bottom of this page.

Full Changelog: 2.55-alpha-117...2.55-alpha-118

Haven't kept up with the latest alphas? Check out their release notes:

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

  • mention change-combo shortcut in info text 023352a5b
  • room data gui text overlap 42ed02f5a

ZScript Standard Library (std.zh)

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