Releases: outlander-app/outlander
Releases · outlander-app/outlander
2.0 Beta
2.0 Beta
Fixes
- Handle a bug with the
resync
command sending invalid xml - Fix bug with variable replacement when chaining variables that contain an indexed variable
2.0 Beta
Fixes
- Set
roundtime
global variable before sending to the RT ticker. This should fix some timing issues where a script may not get the latestroundtime
value until after the RT ticker runs. - Fix bug with
#var save/load/reload
no longer working
2.0 Beta
Fixes
- Fix loss of input when the window is hidden. For realz this time.
Features
- A confirmation dialog will now appear when trying to close the game window when you are connected to the game server.
2.0 Beta
Fixes
- Add new event handling, which should fix the "lose ability to input commands after minimizing/hiding the game" issue. This adds a bit more memory usage, though it does not appear to be excessive.
Features
- Add
except
option to#script
commands.
#script pause all except idle heal
#script abort all except idle
#script resume all except something
2.0 Beta
Features
- Support plugin file loading
2.0 Beta
Features
- Updated plugin interface, better plugin text handling
2.0 Beta
Fixes
- Fix bug where the map level was not being set when changing rooms
2.0 Beta
Features
- Add the ability to remove and create profiles from the profile menu
- Pause all scripts on disconnect from server
2.0 Beta
Features
- Add
round
function