Skip to content

Releases: outlander-app/outlander

2.0 Beta

27 May 21:05
Compare
Choose a tag to compare
  • #51 Adds substring and substr functions.
  • substring(<source>, <start index>, <number of characters>)

Example:

var source Hello
eval result substring(%source, 0, 2)
echo %result

displays He

2.0 Beta

11 Feb 19:12
Compare
Choose a tag to compare

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

08 Feb 21:11
Compare
Choose a tag to compare

Fixes

  • Set roundtime global variable before sending to the RT ticker. This should fix some timing issues where a script may not get the latest roundtime value until after the RT ticker runs.
  • Fix bug with #var save/load/reload no longer working

2.0 Beta

28 Jan 23:09
Compare
Choose a tag to compare

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

28 Jan 22:20
Compare
Choose a tag to compare

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

23 Jan 04:39
Compare
Choose a tag to compare

Features

  • Support plugin file loading

2.0 Beta

22 Jan 08:07
Compare
Choose a tag to compare

Features

  • Updated plugin interface, better plugin text handling

2.0 Beta

19 Jan 02:01
Compare
Choose a tag to compare

Fixes

  • Fix bug where the map level was not being set when changing rooms

2.0 Beta

15 Jan 05:03
Compare
Choose a tag to compare

Features

  • Add the ability to remove and create profiles from the profile menu
  • Pause all scripts on disconnect from server

2.0 Beta

27 Dec 21:14
Compare
Choose a tag to compare
2.0 Beta Pre-release
Pre-release

Features

  • Add round function