Releases: outlander-app/outlander-osx
Version 0.11.24 - Automapper
- 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 inapp.cfg
Version 0.11.23 - Experience Tracker
- 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
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
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
This release should speed up processing of subs, highlights, and gags.
Version 0.11.19
- Fixes an issue with
shopWindow
where link text would still go to themain
window - Fixes a crash when a chosen font in
layout.cfg
is not installed on the machine
Version 0.11.18 - Automapper
- 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
Version 0.11.16
- 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
- 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)