Archipelago
Archipelago copied to clipboard
Archipelago Multi-Game Randomizer and Server
## What is this fixing or adding? lazy-load/on-demand WebWorld ## How was this tested? locally. Moved the definition outside the World class to get the PyCharm linter to not complain...
## What is this fixing or adding? 2.1.1 didn't work with py3.8, 2.1.2 fixes that ## How was this tested? Not yet.
## What is this fixing or adding? Should drastically reduce the memory requirements on WebHost by consolidating Rooms onto a few Processes, instead of one each. ## How was this...
This doesn't actually matter right now because a previous panel in the chain requires Colored Squares anyway, but in the future there might be modes that change the order in...
## What is this fixing or adding? Allows cleaning datapackage entries that have the wrong checksum. They're deleted entirely, which should be fine for the server, though some clients may...
### What happened? If a location has already been checked, but you send a LocationScout for it with `create_as_hint = 2`, it is reported every time the LocationScout happens. This...
InnoSetup: During setup LTTP sprite download can be inadvertently interrupted during installation.
### What happened? After setup of 0.4.6 you are prompted to restart windows while LTTP sprites are still downloading, potentially interrupting the process. ### What were the expected results? All...
## What is this fixing or adding? Moves the item linking out of main and into a multiworld method. also adds a test that the item links option parses correctly....
## What is this fixing or adding? Launcher "Text Client" --connect archipelago.gg:38281 should work, it doesn't, this fixes that I don't particularly love the contents of the fix because I...
## What is this fixing or adding? Fixing an issue where certain data was not getting added to slot data, causing issues in the client mod. This was due to...