Archipelago
Archipelago copied to clipboard
Archipelago Multi-Game Randomizer and Server
## What is this fixing or adding? I wrote code to guarantee the searing crags portal is always open when portal shuffle is disabled but i never considered that someone...
## What is this fixing or adding? Item equality comparison did not consider classifications. Since the case where the same item exists in many instances, with different classifications, is supported...
## What is this fixing or adding? makes start inventory from pool warn and fixes the itempool to match when it can not find a matching item to remove ##...
## What is this fixing or adding? This adds the ability to shuffle the Arrow item into the item pool. This ability is controlled by the "Arrow Location" YAML option...
## What is this fixing or adding? Adds an item_name_group for keys. There was discussion on which settings for OoT slow down gen, in the context of the big async....
Please format your title with what portion of the project this pull request is targeting and what it's changing. ex. "MyGame4: implement new game" or "Docs: add new guide for...
Another thing that cannot possibly matter right now, but who knows about the future
## What is this fixing or adding? Adds a template that can generate a yaml from a `dict[str, Any]` of the option names to their values, and adds a method...
## What is this fixing or adding? Gives the user a GUI window whenever generation finishes, with a traceback if there's a failure. Hopefully increases frequency of bug reports, since...
## What is this fixing or adding? should make it easier to identify which world got a generation stuck entirely, like in https://discord.com/channels/731205301247803413/1229944476978380992 ## How was this tested? by making...