Skip to content

Releases: outlander-app/outlander-osx

Version 0.11.24 - Automapper

15 Mar 23:13
Compare
Choose a tag to compare
  • Automapper: you can now right-click on a room in the Automapper window and it will kick off a #goto command to that room
  • Automapper: you can now left-click on a room in the Automapper window that links to another map and it will load that map - CAUTION: make sure to do a #mapper reset or browse back to your original map if you change maps, otherwise automapper will try to find paths from the map you last browsed to
  • Fixed documentation issue with /tracker
  • Log files now use the variableDateFormat defined in app.cfg

Version 0.11.23 - Experience Tracker

12 Mar 16:02
Compare
Choose a tag to compare
  • a new /tracker command has been added to work with the experience tracker and window - type /tracker to see options
  • a new exptracker preset has been added so you can change the color of "active experience" in the exp window
  • allow logging of newlines with #log
  • update #parse messages for automapper so you can trigger on the text that is sent to the main window
  • Arcane Magic will now be property sorted by skillset in the exp window
  • fix a bug where in some cases eval would not property identify the variable

Version 0.11.22 - Window Layout

22 Feb 08:09
Compare
Choose a tag to compare

This release adds a new Layout menu item. Instead of each profile having its own window layout, you can now manage window layout separately. There is a "default" layout (default.cfg) and you can also create other layout files. You can manually copy your existing layouts you want to keep (layout.cfg files in your profiles) to the ~/Documents/Outlander/Config/Layout folder and use the menu to load them.

Each profile can still use a different layout if you prefer. This can be manually configured in the profile's config.cfg file. The config.cfg file is automatically updated when you choose a layout file from the menu.

A #layout command will be introduced in a future release.

Version 0.11.21

16 Feb 01:11
Compare
Choose a tag to compare

This release bumps the "infinite loop" check to 100 commands in 0.1 seconds. Also adds some async processing to file logging.

Version 0.11.20 - Speed

09 Feb 01:29
Compare
Choose a tag to compare

This release should speed up processing of subs, highlights, and gags.

Version 0.11.19

20 Nov 18:43
Compare
Choose a tag to compare
  • Fixes an issue with shopWindow where link text would still go to the main window
  • Fixes a crash when a chosen font in layout.cfg is not installed on the machine

Version 0.11.18 - Automapper

17 Nov 08:23
Compare
Choose a tag to compare
  • Add #goto x from y command for when the automapper is confused
  • Automapper now attempts to find the room you're in based on your previous room and the available exits. This helps with rooms that have the same title and description.
  • Some small updates around potential memory leak

Version 0.11.17

10 Jul 08:15
Compare
Choose a tag to compare
  • #170 Fix math calculations with large numbers
  • #169 Add new map XML parser - this will make future updates easier

Version 0.11.16

18 Jun 23:24
Compare
Choose a tag to compare
  • fix automapper crash in tiger clan (and other spots)
  • add test xml handler #testxml - allow simulating raw xml coming from the game server
  • add Conviction to skill sort in exp tracker
  • changed how the 'game stream' connects - it will always be connected now, allowing you to more easily test triggers and other commands without needing to be connected to a live server (let me know if you see issues with this)
  • fix a crash in 0.11.15 when you entered an incorrect password

Version 0.11.15

18 Jun 22:57
45d48a4
Compare
Choose a tag to compare
  • fix automapper crash in tiger clan (and other spots)
  • add test xml handler #testxml - allow simulating raw xml coming from the game server
  • add Conviction to skill sort in exp tracker
  • changed how the 'game stream' connects - it will always be connected now, allowing you to more easily test triggers and other commands without needing to be connected to a live server (let me know if you see issues with this)