Laura Verdoes
Laura Verdoes
That sounds good to me. Some of the refactoring work I had done before is probably helpful here, but there's still a lot necessary to really make this work. It...
I'm not sure if people even use the location list anymore outside of marked items. We could probably remove it entirely and show marked items on the map instead.
We could probably show something in the marked locations list, actually. If something is in logic for peeking (`canPeek` or something) show it with some default/unknown icon.
Will likely also involve doing something with the SMZ3 Randomizer's Location and the Tracker's new LocationInfo from #20 — they represent the same thing from different perspectives, which does have...
This will take a while but is also pretty needed, I think. Introducing separate services (e.g. item tracking service, location tracking service, etc.) would go a long way in making...
Some ideas: - [x] IConfigProvider - [x] IWorldProvider - [x] ItemService for tracking and untracking items and getting information about items - [x] LocationService for clearing locations, seeing what items...
I think I had rejoining channels at first, but that would cause everything to be duplicated. If we can't figure this out easily, I suggest we replace this library entirely....
This might also allow Tracker to make assumptions about your current location. For example, if you just tracked Fire Rod and then say "track missiles" when there's a missile one...
I know it's massively out of scope for this, but if at least some of the work into this issue could benefit a more generic application of Tracker for other...
Yeah, that's fair. Just asking if it's worth keeping that in mind while we do Archipelago-specific stuff. Do what we can while we're making the changes for this.