Skip to content

Nightly 2023-09-07

Pre-release
Pre-release
Compare
Choose a tag to compare

The following are the changes since nightly-2023-09-06:

Bug Fixes

Player

  • sfx accidentally disabled in save select screen 5fef0688a
  • empty item slots filling wrongly 59fc452e3

The following are the changes since 2.55-alpha-117:

Expand changelog

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

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

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