Archipelago icon indicating copy to clipboard operation
Archipelago copied to clipboard

Archipelago Multi-Game Randomizer and Server

Results 430 Archipelago issues
Sort by recently updated
recently updated
newest added
trafficstars

## What is this fixing or adding? title. also removes the unused ds3 download link ## How was this tested? checked that the links at the api endpoint matches those...

is: enhancement
affects: webhost
waiting-on: core-review

## What is this fixing or adding? introduce Get keys that don't need auth required for https://github.com/ArchipelagoMW/Archipelago/pull/2561 ## How was this tested? Not ## If this makes graphical changes, please...

is: enhancement
affects: core
waiting-on: peer-review

## What is this fixing or adding? allows retrieval of datapackage via datastore read keys. In doing so allows retrieval of just checksum, just items, just locations and brings the...

is: enhancement
meta: help wanted
affects: core
waiting-on: peer-review

## What is this fixing or adding? Terraria fishing crate logic. I originally excluded it because it could be grindy, but I've found that it doesn't affect accessibility anyway, except...

is: enhancement
waiting-on: core-review

**This PR "affects core" because it is based on this PR: https://github.com/ArchipelagoMW/Archipelago/pull/3107. It will be rebased without those changes after that PR is merged, or at some other point when...

is: bug/fix
is: refactor/cleanup
affects: core
waiting-on: other

## What is this fixing or adding? This is a common question that comes up in the Zillion discord channel. "What does the skill option do?" ## How was this...

is: refactor/cleanup
waiting-on: peer-review

## What is this fixing or adding? Getting rid of the two remaining uses for `forfeit_mode`. Partly because it's outdated, partly because I ran into an error where my `host.yaml`...

is: bug/fix
affects: core
waiting-on: peer-review

## What is this fixing or adding? ### `get_fuzzy_results` There are places that this is called with a `word_list` that is not a `Sequence`, and it is valid (e.g., `set`...

is: refactor/cleanup
affects: core
waiting-on: peer-review

People are doing goofy shit like ``` if entrance_name in self.multiworld.regions.entrance_cache[self.player] ``` and ``` try: self.get_entrance(entrance_name) except KeyError: ... ``` in their world code. Let's stop that. ## Alternatives We...

is: enhancement
affects: core
waiting-on: peer-review

## What is this fixing or adding? * Fail fast for failed setup.py on windows * This makes it easier to read errors by not having to scroll up from...

is: enhancement
waiting-on: peer-review