Archipelago/worlds/lufia2ac
el-u 6c1ae77db4
lufia2ac: improve performance of access rules (#2456)
Modifies various access rules in the lufia2ac world with the aim of making them evaluate quicker.
Instead of having to determine the reachability of another location, they now only have to count items in state, which is faster.
(Also made it reuse the identical lambda for multiple locations, which might save a smidgen of memory.)
2023-11-15 03:11:02 +01:00
..
basepatch lufia2ac: prevent "door stairs" and "rare stairs" (#2341) 2023-10-23 22:20:27 +02:00
docs lufia2ac: prevent "door stairs" and "rare stairs" (#2341) 2023-10-23 22:20:27 +02:00
test lufia2ac: coop support + update AP version number to 0.4.2 (#1868) 2023-06-29 08:06:58 -05:00
Client.py lufia2ac: coop support + update AP version number to 0.4.2 (#1868) 2023-06-29 08:06:58 -05:00
Enemies.py lufia2ac: new features, bug fixes, and more (#1549) 2023-03-20 17:04:57 +01:00
Items.py lufia2ac: add shops to the cave (#2103) 2023-10-21 23:27:30 +02:00
Locations.py lufia2ac: coop support + update AP version number to 0.4.2 (#1868) 2023-06-29 08:06:58 -05:00
Options.py lufia2ac: add shops to the cave (#2103) 2023-10-21 23:27:30 +02:00
Rom.py Core: deprecate Utils.get_options and remove Utils.get_default_options (#2352) 2023-10-28 19:32:12 +02:00
Utils.py lufia2ac: add shops to the cave (#2103) 2023-10-21 23:27:30 +02:00
__init__.py lufia2ac: improve performance of access rules (#2456) 2023-11-15 03:11:02 +01:00