Archipelago/worlds/messenger/test
Aaron Wagener 2f6b6838cd
The Messenger: more optimizations (#2451)
More speed optimizations for The Messenger. Moves Figurines into their own region, so their complicated access rule only needs to be calculated once when doing a sweep. Removes a redundant loop for shop locations by just directly assigning the access rule in the class instead of retroactively. Reduces slot_data to only information that can't be derived, and removes some additional extraneous data. Removes some unused sets and lists. Removes a redundant event location, and increments the required_client_version to prevent clients that don't expect the new slot_data. Drops data version since it's going away soon anyways, to remove conflicts.
2023-11-24 00:38:57 +01:00
..
__init__.py The Messenger: implement new game (#1494) 2023-03-12 15:05:50 +01:00
test_access.py The Messenger: Make modules and tests PEP8 (#2276) 2023-10-08 14:33:39 +02:00
test_locations.py The Messenger: Make modules and tests PEP8 (#2276) 2023-10-08 14:33:39 +02:00
test_logic.py The Messenger: more optimizations (#2451) 2023-11-24 00:38:57 +01:00
test_notes.py The Messenger: Make modules and tests PEP8 (#2276) 2023-10-08 14:33:39 +02:00
test_shop.py The Messenger: more optimizations (#2451) 2023-11-24 00:38:57 +01:00
test_shop_chest.py The Messenger: fix logic rule for spike darts and power seal hunt (#2414) 2023-11-11 05:49:55 +01:00