Skip to content

Releases: outlander-app/outlander

Version 2.0.50

14 Sep 22:02
Compare
Choose a tag to compare

There was a fairly big change to some of the logic checks in scripts. If you find any problems let me know!

  • fix a few bugs where 0 == false and others would not evaluate to true.
  • add #g, #go, #walk, #walkto aliases for #goto
  • add roomobscured variable - set to 1 when roomexits contains obscured by a thick fog, 0 otherwise
  • add roomportals variable - a piped list of non cardinal exits
  • when room is obscured by fog, automapper will print the normal room exits
  • proper map window toggling: if the map window is visible, but not active, the "cmd-m" hotkey will focus the window. If the map window is the active window "cmd-m" will close the window and focus the game window.

Version 2.0.49

07 Sep 07:59
Compare
Choose a tag to compare
  • Fix: Crossing Temple room display bug (the obvious paths would display twice)
  • Fix: print command in window it was executed in (ex shopwindow) - shop #12345 will now render in the shop window
  • Add: sub alias to math/counter #52

Version 2.0.48

25 May 17:41
Compare
Choose a tag to compare
  • Fix bug when using GOTO with an action could cause the script to move to the next line incorrectly. (major thanks to @HanryuDR for helping find the cause)
  • Fix cursor color on newer versions of macOS @joemcbride
  • minimum macOS version set to 11.5

Version 2.0.47

17 Feb 21:59
Compare
Choose a tag to compare

Features

  • ExpTracker: Add support for the Scouting -> Instinct skill rename

Version 2.0.46

07 Jan 21:15
Compare
Choose a tag to compare

Features

  • Add a #parse Possible infinite loop detected. when an infinite loop is detected - @HanryuDR
  • Add $destination global variable when #goto is used - @HanryuDR
  • Add $mapperpath global variable when #goto is used - @HanryuDR
  • Add Outlander $version global variable - @HanryuDR and @joemcbride

Fixes

  • Overhaul of automapper pathing. Overall pathing should be much "smarter" and choose shorter routes. It still needs a few tweaks but you should be seeing fewer movements to get to your destination. - @joemcbride

2.0.44

24 Nov 21:45
Compare
Choose a tag to compare

Fixes

  • Fix an issue where the date and time formats specified in the application settings were not being applied

2.0.43

10 Nov 00:53
Compare
Choose a tag to compare

Fixes

  • This build fixes an issue with the layout of the shopwindow.

If you do not have the shopwindow in your existing profile layout, use #window add shopwindow to add it.

2.0.42

09 Nov 22:57
Compare
Choose a tag to compare

Fixes

  • Ensure any extra spaces are trimmed when using #goto 1 from 2

2.0

24 Sep 00:30
Compare
Choose a tag to compare
2.0

Fixes

  • #57 Urchin Places
  • Fixes paren in script variable display
  • Handle situations where an eval can result in Not a Number (NaN) values

Features

  • #56 Add #macro command to clear/reload/save macros

2.0 Beta

27 May 22:24
Compare
Choose a tag to compare
  • Fixes missing newlines in assess window