Archipelago/worlds
t3hf1gm3nt c9404d75b0
[TLOZ] MD5 validation update (#2080)
* - Use proper MD5 validation

The method TLoZ was trying to validate it's baserom was different from basically every other ROM game. Almost all the other ROM games use the same method as each other (except for the external patchers like FF1 and SoE, and OoT has its own special handling that's vastly different), so updating TloZ to match.

Also got rid of the checksum attribute for the TLoZDeltaPatch as it didn't seem to be used anywhere, so felt it was unnecessary and partially confusing to have it right next to the hash attribute that is actually used.

* change error message to reference MD5
2023-08-07 09:31:43 +02:00
..
_sc2common SC2: Python 3.11 compatibility (#1821) 2023-06-12 07:41:53 +02:00
adventure Core: Add settings API ("auto settings") for host.yaml (#1871) 2023-07-05 22:39:35 +02:00
alttp ALTTP: Add fill_slot_data for external trackers (#1919) 2023-07-31 01:37:12 +02:00
archipidle Add New Translation for Adventure and Archipidle in french (#1749) 2023-05-01 02:03:31 +02:00
bk_sudoku Deprecate `data_version` and introduce `checksum` for DataPackages. (#684) 2023-03-20 17:01:08 +01:00
blasphemous Blasphemous: Randomizer 2.0 (#1883) 2023-07-05 23:39:26 -05:00
bumpstik Add Bumper Stickers (#811) 2023-06-27 15:37:17 -05:00
checksfinder core: rip out RegionType and rework Region class (#814) 2023-02-14 01:06:43 +01:00
clique Clique: Refactors and Additional Features supported by v1.5 (#1989) 2023-07-19 17:16:03 -05:00
dark_souls_3 DS3: move an items location from RC -> DH (#2017) 2023-07-24 00:20:45 +02:00
dkc3 SMW & DKC3: Add get_filler_item_name override (#2071) 2023-08-01 07:54:05 +02:00
dlcquest DLCQuest: Add missing gun rule. (#2058) 2023-07-30 20:12:42 +02:00
doom_1993 DOOM 1993: Include only regions/rules for selected episodes 2023-07-30 20:14:02 +02:00
factorio Factorio: update min_client_version (#2018) 2023-07-24 00:09:47 +02:00
ff1 Core: Add settings API ("auto settings") for host.yaml (#1871) 2023-07-05 22:39:35 +02:00
generic Docs: Slight update regarding apworld yamls (#1987) 2023-07-18 21:12:04 +02:00
hk HK: Fix typo in LEFTSLASH (#2027) 2023-07-25 05:32:57 +02:00
hylics2 Hylics 2: Add missing location (#1917) 2023-06-30 17:46:32 -05:00
kh2 KH2: New Unit Test and better keyblade fill (#1744) 2023-04-23 22:20:43 +02:00
ladx LADX: Add rooster option (#2021) 2023-07-29 19:17:50 +02:00
lufia2ac lufia2ac: code cleanup (#1971) 2023-07-22 00:49:23 -05:00
meritous core: rip out RegionType and rework Region class (#814) 2023-02-14 01:06:43 +01:00
messenger The Messenger: actually implement `get_filler_item_name` (#2070) 2023-08-01 19:43:10 +02:00
minecraft Core: Add settings API ("auto settings") for host.yaml (#1871) 2023-07-05 22:39:35 +02:00
mmbn3 MMBN3: Fixes crash when checking certain locations (#2003) 2023-07-21 12:00:44 -05:00
musedash Muse Dash: Add songs from Cosmic Radio Update (#2047) 2023-07-29 18:35:32 +02:00
noita Noita: Implement Extra Orbs, Shop Price Reduction, and some slight region tweaks (#1972) 2023-07-18 21:51:01 -05:00
oot OoT: Python 3.11 Compatibility fix and Minor Bug fixes (#1948) 2023-07-09 14:30:05 +02:00
overcooked2 Docs: rework main ap setup guide (#1853) 2023-06-28 19:06:18 -05:00
pokemon_rb Pokémon Red and Blue: Progressive Card Key and auto hint bug fixes (#2076) 2023-08-02 19:51:53 +02:00
raft Raft: Only modify itempool during create_items (#1939) 2023-07-04 14:28:09 -05:00
rogue_legacy core: rip out RegionType and rework Region class (#814) 2023-02-14 01:06:43 +01:00
ror2 RoR2: fix event exits for dlc stages (#1946) 2023-07-05 22:45:43 -05:00
sa2b SA2B: Fix generate_filler_item_name (#2074) 2023-08-01 08:15:28 +02:00
sc2wol SC2: Move itempool generation logic from `generate_basic` to `create_items`. (#1940) 2023-07-04 14:27:04 -05:00
sm Core: Add settings API ("auto settings") for host.yaml (#1871) 2023-07-05 22:39:35 +02:00
sm64ex SM64: Verbosify SM64 documentation (#1967) 2023-07-14 03:08:09 +02:00
smw SMW & DKC3: Add get_filler_item_name override (#2071) 2023-08-01 07:54:05 +02:00
smz3 SMZ3: update to upstream version 11.3.1 and item link fix (#1950) 2023-07-05 22:44:59 -05:00
soe Core: Add settings API ("auto settings") for host.yaml (#1871) 2023-07-05 22:39:35 +02:00
spire StS: Update location table and move item creation to `create_items` from `generate_basic`. (#1938) 2023-07-22 00:51:13 -05:00
stardew_valley Stardew Valley: Import base multiworld setup in tests and use it (#2006) 2023-07-30 20:17:12 +02:00
subnautica Subnautica: revamp filler item pool 2023-07-04 08:29:46 +02:00
terraria Terraria: Fix Lunatic Cultist goal immediately awarded (#1995) 2023-07-21 19:24:06 -05:00
timespinner Timespinner: LOGIC FIX, RC BUG (#1610) 2023-03-27 19:17:50 +02:00
tloz [TLOZ] MD5 validation update (#2080) 2023-08-07 09:31:43 +02:00
undertale Undertale: Doc updates and client bug fixes. (#1996) 2023-07-22 00:38:21 -05:00
v6 sm64ex,v6: Use create_items for itempool modification (#1674) 2023-04-07 19:03:28 -05:00
wargroove Wargroove (#1982) 2023-07-19 01:59:41 +02:00
witness Witness: Fix 2 generation crashes (#2043) 2023-07-28 09:39:56 +02:00
zillion Core: Add settings API ("auto settings") for host.yaml (#1871) 2023-07-05 22:39:35 +02:00
AutoSNIClient.py Core: SNI Client Refactor (#1083) 2022-10-25 19:54:43 +02:00
AutoWorld.py Core: trace error to player, if possible. (#2023) 2023-07-25 02:18:39 +02:00
Files.py [Pokemon Red and Blue] Initial implementation (#1016) 2022-10-13 07:45:52 +02:00
LauncherComponents.py Mega Man Battle Network 3: Implement New Game (#1198) 2023-06-29 13:36:01 -05:00
__init__.py Core: refactor some loading mechanisms (#1753) 2023-06-20 01:01:18 +02:00