3.5.1
-
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
- Finally no more
-
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
- Using
-
Zone Config Updates
- Boolean or int values
- Added indoors value, not used yet, may never be used