Skip to content

3.5.1

Compare
Choose a tag to compare
@mgeitz mgeitz released this 30 May 16:07
· 43 commits to master since this release
645e99f
  • Faster who_player processing

  • Update first run messages

  • Pull version from one place at startup, rather than all over

  • Actions Cleanup

  • Mute Cleanup

  • Update many strings to boolean and integer values

    • Finally no more "true" == "true" or similar string comparisons, this was some low hanging fruit but a huge overall speed up
  • Cleaning and Bug Fixing

    • Fix issue preventing highest spell possible from being picked
  • Version players.json

    • Without version converts values to use nulls and integer
    • With version, ignores and doesn't replace yet
  • Version characters.json

    • Without version converts Char Log values to not all strings
    • With version, ignores and doesn't replace yet
  • Replace some regex

    • Using substring in string is apparently much much faster
  • Zone Config Updates

    • Boolean or int values
    • Added indoors value, not used yet, may never be used