Skip to content

Releases: outlander-app/outlander

2.0 Beta

19 Jan 02:01

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

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

Choose a tag to compare

2.0 Beta Pre-release
Pre-release

Features

  • Add round function

2.0 Beta

25 Dec 07:28

Choose a tag to compare

2.0 Beta Pre-release
Pre-release

Fixes

  • Fix bug in emoji parsing where it would omit \
  • Fix allow leading whitespace with echo command
  • Fix trim leading whitespace with triggers

Features

  • Add roomname global variable
  • Add timer script command, with %t variable
timer start/stop/setstart/clear

setstart sets the timer to start at the specified date and time. Acceptable formats:

yyyy-MM-dd HH:mm
yyyy-MM-dd HH:mm:ss
yyyy-MM-dd hh:mm:ss a
yyyy/MM/dd HH:mm
yyyy/MM/dd HH:mm:ss
yyyy/MM/dd HH:mm:ss a
MM-dd-yyyy HH:mm
MM-dd-yyyy HH:mm:ss
MM-dd-yyyy HH:mm:ss a
MM/dd/yyyy HH:mm
MM/dd/yyyy HH:mm:ss
MM/dd/yyyy HH:mm:ss a

2.0 Beta

24 Dec 09:47

Choose a tag to compare

2.0 Beta Pre-release
Pre-release

Fixes

  • Fix evaluating if (1) to true
  • Fix issue where ; within a quoted string was treated as a command separator

Features

  • Add #wiki and #drwiki aliases for #epedia
  • Add - as an alias for #send
  • Add #tvar command - currently functions just like #var
  • Add floor, ceil functions
  • Add def function - returns true if a global variable is defined

2.0 Beta

22 Dec 07:28

Choose a tag to compare

2.0 Beta Pre-release
Pre-release

Fixes

  • Clear gosub history when goto is used in an action

Features

  • Handle launchUrl xml tag
  • Add #edit <script> command
  • Add counter script command
  • Add delay script command - works like pause but does not wait for roundtime
  • Goto scripterror label when a script error occurs if scripterror exists

2.0 Beta

20 Dec 18:22

Choose a tag to compare

2.0 Beta Pre-release
Pre-release

Fixes

  • Clear any queued script commands when a script is resumed

2.0 Beta

19 Dec 18:12

Choose a tag to compare

2.0 Beta Pre-release
Pre-release

Fixes

  • Fix window logging newlines for thoughts window
  • Process script lines and actions/matches/wait checks in a queue to ensure a more predictable order

Features

  • Add action eval support action echo πŸš‘πŸš‘ bleeding!!111 πŸš‘πŸš‘ when eval $bleeding == 1
  • Update action toggle to toggle all actions of the given class category
action (maybedeath) echo πŸš‘πŸš‘ bleeding!!111 πŸš‘πŸš‘ when eval $bleeding == 1`
action (maybedeath) echo πŸ™€πŸ™€ stunned!!111 πŸ™€πŸ™€ when eval $stunned == 1`
action (maybedeath) echo πŸ’°πŸ’°πŸ’°πŸ’°πŸ’°πŸ’° when eval $platinum < 50000
action (maybedeath) off
  • Update script debug display for actions

v2.0.24: Updates

17 Dec 10:30

Choose a tag to compare

v2.0.24: Updates Pre-release
Pre-release

Fixes

  • Fix default logging windows
  • Fix removal of existing script when the same script is executed and has a folder in its name
  • Fix prompts + newlines in log files
  • Fix emoji display with \X prefixes

2.0 Beta

16 Dec 20:13

Choose a tag to compare

2.0 Beta Pre-release
Pre-release
v2.0.23

Bump version