Archipelago
Archipelago copied to clipboard
Archipelago Multi-Game Randomizer and Server
## What is this fixing or adding? Converting this to a list breaks options whose default values are something else, like a dict. For example, #3128 adds an option that's...
## What is this fixing or adding? Dumps all the placed items, including those pre-placed by the world, when failing either during fill or during post gen verification, so I...
## What is this fixing or adding? Adds a new variant of UserFilePath called NESRomPath. Normally, when dumping straight from the cartridge, NES roms are unheadered. A header is then...
## What is this fixing or adding? This PR fixes minor logic bugs found during 0.4.6. ## How was this tested? HI ## If this makes graphical changes, please attach...
With this, players no longer need to go to the weighted options page to set (or even discover) the Item Pool, Item & Location Hints, and Priority & Exclusion Locations...
## What is this fixing or adding? - Converts rooms.yaml and entrances.yaml to python data so no yaml loading and converting takes place during runtime while the apworld is initialized....
## What is this fixing or adding? adds a world method that gets called when fill fails. ## How was this tested? tested the current version by inspecting and then...
### What happened? When playing a multiworld that includes an OOT game it is impossible to hint on any of the medallions. Trying to hint on a specific medallion (e.g....
## What is this fixing or adding? This is an addition to https://github.com/ArchipelagoMW/Archipelago/pull/3121 with some previous discussion here https://github.com/ArchipelagoMW/Archipelago/pull/3107 There are some errors that mypy catches and pyright doesn't, and...
## What is this fixing or adding? Client command history * When executing a command (ie enter a message starting with `/` or `!`) in the common client, the command...