Releases: FarisTheAncient/Archipelago
Tracker_v0.1.15.1
Hotfixing bug introduced with data storage
Added documentation
Full Changelog: Tracker_v0.1.15...Tracker_v0.1.15.1
Tracker_v0.1.15
What's Changed
- first stab on getting hint status stuff to work by @qwint in #38 #40
- Added CLI command to just connect to a slot and return the count of in logic checks
- connect with
--name <slot name> --count <url to connect>
with optional--password <password>
- When trying to use the launcher separate the Launcher args (
"Universal Tracker"
) with--
to tell the launcher to send args to UT
- connect with
- Optimized generation to skip performing gen if world advertised it was going to force a full regen by passing down all args
- This is using the same framework as the "not needing yamls" method, worlds can add a class_var
"ut_can_gen_without_yaml"
and it should just work :)
- This is using the same framework as the "not needing yamls" method, worlds can add a class_var
- Added Auto Map tabbing! Finally! thanks @drtchops for your patience in testing it :)
- Added a cool new error message telling people that UT caused an exception and was likely caused by a version miss match for all the places that normally happens
- Added an option that world devs can add a class_var
"disable_ut"
where ut will just not work for those worlds, and will print and error message (i have no idea how this works for the CLI, likely will just report 0 but might break)
Full Changelog: Tracker_v0.1.14...Tracker_v0.1.15
Tracker_v0.1.14
What's Changed
Also fixed a dumb item flag condition
Reworked the return of UpdateTracker to include the state, and be more future proof
Full Changelog: Tracker_v0.1.13...Tracker_v0.1.14
Tracker_v0.1.13
Tracker_v0.1.12
What's Changed
- adds the known players to the yamls not correct error by @qwint in #22
- use slot name not alias by @qwint in #24
- purge 'event', thanks vi by @qwint in #25
- use make_gui so that others reusing tracker so under 3297 there is no… by @qwint in #18
- Add ability to manually ignore locations so they no longer appear in the tracker list or map by @drtchops in #23
- use world import instead of global get_settings by @qwint in #27
- add better error and remove raise from a non-matching connection by @qwint in #29
- oops by @qwint in #32
- make hints tab in logic label orange by @qwint in #31
- add some first pass docs for integrating UT into other projects by @qwint in #28
- show tracker and ap version in log initialization and window title by @qwint in #33
- Free empty yamls for worlds that want them by @silasary in #10
New Contributors
Full Changelog: Tracker_v0.1.11...Tracker_v0.1.12
Grim Dawn v0.1.4
Release for Forgotten Gods expansion, notable enemies, and faction quests
Poptracker release: https://github.com/routhken/Grim_Dawn_tracker/releases/tag/v0.1.4
Tracker_v0.1.12RC1
What's Changed
- adds the known players to the yamls not correct error by @qwint in #22
- use slot name not alias by @qwint in #24
- purge 'event', thanks vi by @qwint in #25
- use make_gui so that others reusing tracker so under 3297 there is no… by @qwint in #18
- Add ability to manually ignore locations so they no longer appear in the tracker list or map by @drtchops in #23
- Add ability for worlds to alias locations to more user friendly names
New Contributors
Full Changelog: Tracker_v0.1.11...Tracker_v0.1.12RC1
Tracker_v0.1.11
What's Changed
- Tracker optimize gen by @qwint in #15
- fix options on regen xd by @qwint in #20
- fail gracefully if any client integrating UT doesn't have the needed … by @qwint in #21
- uses a proper Group for host.yaml settings including docstrings! by @qwint in #19
Full Changelog: Tracker_v0.1.10...Tracker_v0.1.11
Tracker_v0.1.10
What's Changed
- remove ghost window when launched by "component" arg by @qwint in #9
- makes --nogui not crash by @qwint in #11
- Make UT possible to call ad hoc without using CommonClient to establish a connection by @qwint in #13
- make sm progress dots not crash frozen by @qwint in #16
- fix typing on 3.8 by @qwint in #14
- Map tracker poc by @FarisTheAncient in #17
Full Changelog: Tracker_v0.1.9...Tracker_v0.1.10
Tracker_v0.1.9
Full Changelog: Tracker_v0.1.8...Tracker_v0.1.9
Update for support for AP 0.5.0 RC2
Disabled reporting of yaml failures after the first (i hope)
DOES NOT WORK WITH 0.5.0 RC1 OR EARLIER