about summary refs log tree commit diff stats
path: root/Archipelago
Commit message (Collapse)AuthorAgeFilesLines
* Fix atbash message + puzzle skip message being on one line v0.10.1Star Rauchenberger2023-08-061-0/+2
|
* Bump versionStar Rauchenberger2023-08-061-1/+1
|
* Fixed disconnect message never showingStar Rauchenberger2023-08-061-1/+1
|
* Prevent ANOTHER WAY spawning too early on reloadStar Rauchenberger2023-08-061-0/+1
|
* Bump version v0.10.0Star Rauchenberger2023-08-031-1/+1
|
* Remaining puzzle skips are saved between sessionsStar Rauchenberger2023-08-031-2/+10
|
* Puzzle skipsStar Rauchenberger2023-08-036-2/+118
|
* Bump versionStar Rauchenberger2023-08-011-1/+1
|
* Automatic LEVEL 2 access when not win conditionStar Rauchenberger2023-08-011-4/+25
|
* Re-attempt WS after a failed connectionStar Rauchenberger2023-08-011-0/+1
|
* Gamedata is generated from main AP yamlStar Rauchenberger2023-08-012-61/+43
| | | | We now also include static data that was previously sent in slot data.
* Added LEVEL 2 victory conditionStar Rauchenberger2023-07-302-2/+17
|
* Version bump v0.8.2Star Rauchenberger2023-07-241-1/+1
|
* New data storage key formatStar Rauchenberger2023-07-241-1/+7
|
* Bump version v0.8.1Star Rauchenberger2023-07-161-1/+1
|
* Move TRANS RIGHTS to bottom whiteStar Rauchenberger2023-07-161-0/+4
|
* Block visibility of RAINY from the roofStar Rauchenberger2023-07-021-0/+4
|
* Block roof access to The WondrousStar Rauchenberger2023-07-021-0/+5
|
* Snipe-required panels are now always revealedStar Rauchenberger2023-07-021-11/+12
|
* Prevent [secret thing]Star Rauchenberger2023-06-182-0/+7
|
* Bump version v0.8.0Star Rauchenberger2023-06-171-1/+1
|
* Atbash lasts until you solve a puzzleStar Rauchenberger2023-06-172-18/+26
|
* Atbash trapStar Rauchenberger2023-06-163-2/+51
|
* HOT CRUSTS change should always happen v0.7.0Star Rauchenberger2023-06-061-10/+10
|
* Bump versionStar Rauchenberger2023-06-061-1/+1
|
* Reduce double/triple puzzles in Knight/NightStar Rauchenberger2023-06-041-0/+5
|
* Wondrous FIRE should be midred in panel shuffleStar Rauchenberger2023-06-031-0/+3
|
* Reveal snipes in panel shuffleStar Rauchenberger2023-06-021-0/+22
|
* HOT CRUSTS special treatmentStar Rauchenberger2023-06-021-0/+11
|
* Fixed art gallery starting room bug v0.6.0Star Rauchenberger2023-05-271-6/+10
| | | | | | | | The issue: there was a transient issue (more prevalent for certain users) where a painting from the art gallery would appear in the starting room (at the world origin). The cause: Unlike every other item, the art gallery painting items are not idempotent, so if one is re-processed it behaves differently than the original time it was processed; specifically, it would fail to find the painting it needs to replace, so the current painting would be moved to the origin. This issue was flaky because it would only occur if the AP item resync that's requested at connection time was not received by the client until after the map finished loading. The solution: Receipt indices are now saved as items are processed, and received items with an index that has already been processed are not re-processed.
* Bump versionStar Rauchenberger2023-05-271-1/+1
|
* Painting names are loaded from the game nowStar Rauchenberger2023-05-272-193/+28
| | | | This makes us update-resistant because we automatically get access to new paintings, and also it prevents issues where the names in the mod do not line up with the game's names, which have caused crashes in at least one MW.
* Suppress "AP_Paintings not found" error when no painting shuffleStar Rauchenberger2023-05-271-1/+1
|
* Queue Iceland Traps for later in map loadStar Rauchenberger2023-05-222-0/+24
| | | | This way they don't get overridden by the environment being set naturally.
* Announce when you get your win conditionStar Rauchenberger2023-05-211-0/+3
|
* Report achievements to AP using data storage (for tracker)Star Rauchenberger2023-05-213-1/+31
|
* Fix blank death link reason messageStar Rauchenberger2023-05-191-1/+1
|
* Bump version v0.5.0Star Rauchenberger2023-05-181-1/+1
|
* Progressive FearlessStar Rauchenberger2023-05-172-0/+12
|
* Bump version v0.4.2Star Rauchenberger2023-05-111-1/+1
|
* Disable panel uncompletionStar Rauchenberger2023-05-112-0/+6
|
* Bump version v0.4.1Star Rauchenberger2023-05-111-1/+1
|
* Use base game messages nodeStar Rauchenberger2023-05-113-72/+4
| | | | Now that it's been integrated into the game itself.
* Added paintings from updateStar Rauchenberger2023-05-111-0/+101
|
* Expiring messages now fade outStar Rauchenberger2023-05-061-1/+3
|
* Added wss supportStar Rauchenberger2023-05-051-7/+23
|
* Bump version v0.4.0Star Rauchenberger2023-05-051-1/+1
|
* THE MASTER requirement can now be set by the playerStar Rauchenberger2023-05-052-0/+16
|
* Create "The Wanderer"Star Rauchenberger2023-05-051-0/+59
|
* Bump version v0.3.1Star Rauchenberger2023-04-291-1/+1
|