Skip to content

Tags: ArchipelagoMW/Archipelago

Tags

0.6.2-rc2

Toggle 0.6.2-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
The Messenger: more generous portal validation (#5011)

* The Messenger: more generous portal validation

* remove the while and just go for 20 attempts. hopefully that's enough

0.6.2-rc1

Toggle 0.6.2-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Stardew Valley: Add void mayo requirement for Goblin Problem quest (#…

…4933)

This adds the requirement of a void mayo for the Goblin Problem quest. There are also some small adjustments to related rules
- Fishing a void mayo is only considered an option during the Goblin Problem quest, as the odds of finding one after the quest drops drastically.
- Entrance to the witch hut now requires the goblin problem quest, not just a void mayo.
- Fishing rules are all moved to `fishing_logic.py`.
- `can_fish_at` no longer check that you have any of the fishing regions and the region you actually want to fish in.
- created `can_fish_anywhere` and `can_crab_pot_anywhere` to better illustrate when any fish satisfies the rule.

0.6.1

Toggle 0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Pokemon Red/Blue: Set allow_partial_entrances to true when building a…

… state for ER #4802

Co-authored-by: CodeGorilla <[email protected]>

0.6.0

Toggle 0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
SA2B: Fix critical typo #4779

0.5.1.Hotfix1

Toggle 0.5.1.Hotfix1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Launcher: fix detection of valid .apworld (#4267)

0.5.1

Toggle 0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
SC2: Fix wrongly classified location type (#4249)

0.5.0

Toggle 0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
WebHost: Better host room (#3496)

* add Range= to log, making responses a lot smaller for massive rooms
* switch xhr to fetch
* post the form using fetch if possible
  * also refresh log faster while waiting for command echo / response
  * do not follow redirect, saving a request
  * do not post empty body
* smooth-scroll the log view
* paste the log into the div when loading the HTML (up to 1MB, rest will be `fetch`ed)
* fix duplicate charset in display_log response

0.4.6

Toggle 0.4.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Factorio: fix client compatibility with Windows 7/Python 3.8 (#3196)

0.4.5

Toggle 0.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ALttP: Re-mark light/dark world regions after applying plando connect…

…ions (#2964)

0.4.4

Toggle 0.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Core: check if a location is an event before excluding it (#2653)

* Core: check if a location is an event before excluding it

* log a warning

* put the warning in the right spot