Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version v0.11.0 | Star Rauchenberger | 2023-08-22 | 1 | -1/+1 |
| | |||||
* | Only necessary checks are sent out now | Star Rauchenberger | 2023-08-22 | 3 | -1/+20 |
| | | | | i.e. the checks for every individual panel are not sent out if you are not playing panelsanity. | ||||
* | Fix atbash message + puzzle skip message being on one line v0.10.1 | Star Rauchenberger | 2023-08-06 | 1 | -0/+2 |
| | |||||
* | Bump version | Star Rauchenberger | 2023-08-06 | 1 | -1/+1 |
| | |||||
* | Fixed disconnect message never showing | Star Rauchenberger | 2023-08-06 | 1 | -1/+1 |
| | |||||
* | Prevent ANOTHER WAY spawning too early on reload | Star Rauchenberger | 2023-08-06 | 1 | -0/+1 |
| | |||||
* | Bump version v0.10.0 | Star Rauchenberger | 2023-08-03 | 1 | -1/+1 |
| | |||||
* | Remaining puzzle skips are saved between sessions | Star Rauchenberger | 2023-08-03 | 1 | -2/+10 |
| | |||||
* | Puzzle skips | Star Rauchenberger | 2023-08-03 | 6 | -2/+118 |
| | |||||
* | Bump version | Star Rauchenberger | 2023-08-01 | 1 | -1/+1 |
| | |||||
* | Automatic LEVEL 2 access when not win condition | Star Rauchenberger | 2023-08-01 | 1 | -4/+25 |
| | |||||
* | Re-attempt WS after a failed connection | Star Rauchenberger | 2023-08-01 | 1 | -0/+1 |
| | |||||
* | Gamedata is generated from main AP yaml | Star Rauchenberger | 2023-08-01 | 2 | -61/+43 |
| | | | | We now also include static data that was previously sent in slot data. | ||||
* | Added LEVEL 2 victory condition | Star Rauchenberger | 2023-07-30 | 2 | -2/+17 |
| | |||||
* | Version bump v0.8.2 | Star Rauchenberger | 2023-07-24 | 1 | -1/+1 |
| | |||||
* | New data storage key format | Star Rauchenberger | 2023-07-24 | 1 | -1/+7 |
| | |||||
* | Bump version v0.8.1 | Star Rauchenberger | 2023-07-16 | 1 | -1/+1 |
| | |||||
* | Move TRANS RIGHTS to bottom white | Star Rauchenberger | 2023-07-16 | 1 | -0/+4 |
| | |||||
* | Block visibility of RAINY from the roof | Star Rauchenberger | 2023-07-02 | 1 | -0/+4 |
| | |||||
* | Block roof access to The Wondrous | Star Rauchenberger | 2023-07-02 | 1 | -0/+5 |
| | |||||
* | Snipe-required panels are now always revealed | Star Rauchenberger | 2023-07-02 | 1 | -11/+12 |
| | |||||
* | Prevent [secret thing] | Star Rauchenberger | 2023-06-18 | 2 | -0/+7 |
| | |||||
* | Bump version v0.8.0 | Star Rauchenberger | 2023-06-17 | 1 | -1/+1 |
| | |||||
* | Atbash lasts until you solve a puzzle | Star Rauchenberger | 2023-06-17 | 2 | -18/+26 |
| | |||||
* | Atbash trap | Star Rauchenberger | 2023-06-16 | 3 | -2/+51 |
| | |||||
* | HOT CRUSTS change should always happen v0.7.0 | Star Rauchenberger | 2023-06-06 | 1 | -10/+10 |
| | |||||
* | Bump version | Star Rauchenberger | 2023-06-06 | 1 | -1/+1 |
| | |||||
* | Reduce double/triple puzzles in Knight/Night | Star Rauchenberger | 2023-06-04 | 1 | -0/+5 |
| | |||||
* | Wondrous FIRE should be midred in panel shuffle | Star Rauchenberger | 2023-06-03 | 1 | -0/+3 |
| | |||||
* | Reveal snipes in panel shuffle | Star Rauchenberger | 2023-06-02 | 1 | -0/+22 |
| | |||||
* | HOT CRUSTS special treatment | Star Rauchenberger | 2023-06-02 | 1 | -0/+11 |
| | |||||
* | Fixed art gallery starting room bug v0.6.0 | Star Rauchenberger | 2023-05-27 | 1 | -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 version | Star Rauchenberger | 2023-05-27 | 1 | -1/+1 |
| | |||||
* | Painting names are loaded from the game now | Star Rauchenberger | 2023-05-27 | 2 | -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 shuffle | Star Rauchenberger | 2023-05-27 | 1 | -1/+1 |
| | |||||
* | Queue Iceland Traps for later in map load | Star Rauchenberger | 2023-05-22 | 2 | -0/+24 |
| | | | | This way they don't get overridden by the environment being set naturally. | ||||
* | Announce when you get your win condition | Star Rauchenberger | 2023-05-21 | 1 | -0/+3 |
| | |||||
* | Report achievements to AP using data storage (for tracker) | Star Rauchenberger | 2023-05-21 | 3 | -1/+31 |
| | |||||
* | Fix blank death link reason message | Star Rauchenberger | 2023-05-19 | 1 | -1/+1 |
| | |||||
* | Bump version v0.5.0 | Star Rauchenberger | 2023-05-18 | 1 | -1/+1 |
| | |||||
* | Progressive Fearless | Star Rauchenberger | 2023-05-17 | 2 | -0/+12 |
| | |||||
* | Bump version v0.4.2 | Star Rauchenberger | 2023-05-11 | 1 | -1/+1 |
| | |||||
* | Disable panel uncompletion | Star Rauchenberger | 2023-05-11 | 2 | -0/+6 |
| | |||||
* | Bump version v0.4.1 | Star Rauchenberger | 2023-05-11 | 1 | -1/+1 |
| | |||||
* | Use base game messages node | Star Rauchenberger | 2023-05-11 | 3 | -72/+4 |
| | | | | Now that it's been integrated into the game itself. | ||||
* | Added paintings from update | Star Rauchenberger | 2023-05-11 | 1 | -0/+101 |
| | |||||
* | Expiring messages now fade out | Star Rauchenberger | 2023-05-06 | 1 | -1/+3 |
| | |||||
* | Added wss support | Star Rauchenberger | 2023-05-05 | 1 | -7/+23 |
| | |||||
* | Bump version v0.4.0 | Star Rauchenberger | 2023-05-05 | 1 | -1/+1 |
| | |||||
* | THE MASTER requirement can now be set by the player | Star Rauchenberger | 2023-05-05 | 2 | -0/+16 |
| |