Files
Grinch-AP/worlds
Mysteryem 76760e1bf3 OoT: Fix remove not invalidating cached reachability (#5222)
Collecting an item into a CollectionState without sweeping, finding all
reachable locations, removing that item from the state, and then finding
all reachable locations again could result in more locations being
reachable than before the item was initially collected into the
CollectionState.

This issue was present because OoT was not invalidating its reachable
region caches for the different ages when items were removed from the
CollectionState.

To fix the issue, this PR has updated `OOTWorld.remove()` to invalid its
caches, like how `CollectionState.remove()` invalidates the core
Archipelago caches.
2025-07-23 04:01:47 +02:00
..
2024-04-12 00:32:10 -04:00
2025-07-11 18:44:26 -04:00
2025-06-13 22:01:19 +02:00
2025-05-10 18:49:49 -04:00
2025-04-30 16:24:10 +02:00
2024-12-01 04:09:22 +01:00
2025-06-16 12:31:16 +02:00