about summary refs log tree commit diff stats
path: root/Archipelago/load.gd
Commit message (Collapse)AuthorAgeFilesLines
* We have to move the cdps earlierStar Rauchenberger2023-11-291-5/+5
|
* Hide the true countdown panelsStar Rauchenberger2023-11-281-0/+5
|
* Fix thing with game updateStar Rauchenberger2023-11-281-2/+2
|
* Add ghost multiplayer v0.16.0Star Rauchenberger2023-11-281-0/+6
|
* Art gallery should be changed in vanilla doors tooStar Rauchenberger2023-11-271-29/+33
|
* Handle panel hunt being enabled by defaultStar Rauchenberger2023-11-251-1/+1
|
* Preload all scripts in settings_screenStar Rauchenberger2023-11-221-7/+7
|
* confusing world is now an optionStar Rauchenberger2023-11-211-2/+3
|
* Track hunt panelsStar Rauchenberger2023-11-171-1/+8
|
* Don't create nodes for locations outside of classificationStar Rauchenberger2023-11-171-1/+3
|
* ZERO blockage is different nowStar Rauchenberger2023-11-131-7/+3
|
* no more welcome back indicators!Star Rauchenberger2023-11-101-0/+3
|
* Move LOW panel backStar Rauchenberger2023-11-041-0/+7
|
* Added support for early color hallwaysStar Rauchenberger2023-09-281-12/+46
|
* Use static item/location IDsStar Rauchenberger2023-09-111-22/+19
|
* Only necessary checks are sent out nowStar Rauchenberger2023-08-221-0/+1
| | | | i.e. the checks for every individual panel are not sent out if you are not playing panelsanity.
* Fixed disconnect message never showingStar Rauchenberger2023-08-061-1/+1
|
* Prevent ANOTHER WAY spawning too early on reloadStar Rauchenberger2023-08-061-0/+1
|
* Automatic LEVEL 2 access when not win conditionStar Rauchenberger2023-08-011-4/+25
|
* Gamedata is generated from main AP yamlStar Rauchenberger2023-08-011-24/+31
| | | | We now also include static data that was previously sent in slot data.
* Added LEVEL 2 victory conditionStar Rauchenberger2023-07-301-1/+12
|
* 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
|
* HOT CRUSTS change should always happen v0.7.0Star Rauchenberger2023-06-061-10/+10
|
* 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
|
* Painting names are loaded from the game nowStar Rauchenberger2023-05-271-4/+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.
* Queue Iceland Traps for later in map loadStar Rauchenberger2023-05-221-0/+9
| | | | This way they don't get overridden by the environment being set naturally.
* Report achievements to AP using data storage (for tracker)Star Rauchenberger2023-05-211-1/+11
|
* Progressive FearlessStar Rauchenberger2023-05-171-0/+7
|
* Use base game messages nodeStar Rauchenberger2023-05-111-7/+1
| | | | Now that it's been integrated into the game itself.
* THE MASTER requirement can now be set by the playerStar Rauchenberger2023-05-051-0/+13
|
* Create "The Wanderer"Star Rauchenberger2023-05-051-0/+59
|
* Progressive Art Gallery and Hallway RoomStar Rauchenberger2023-04-281-0/+27
| | | | Also, Art Gallery is now changed a little in doors mode. The backroom is always available so that you have access to the previous floors at all times. The paintings in the backroom do not appear until you have the floor unlocked. ORDER is also blocked off until you get the fifth floor.
* Fixed handshake failure from too-large data packagesStar Rauchenberger2023-04-261-3/+2
| | | | The needed datapackages are requested one-by-one, now.
* Fix THE END locationStar Rauchenberger2023-04-231-1/+6
| | | | The THE END location did not function properly before. Because THE END is not in Panels (it's in Decorations), node lookup did not work right before and the THE END location ended up using the panel from the previous location, which was ENTER (fifth floor orange). This fixes that lookup so that the location works correctly.
* Added trapsStar Rauchenberger2023-04-221-0/+6
|
* Never mind, we are not shuffling the mandatory wall snipesStar Rauchenberger2023-04-211-9/+0
| | | | It would complicate logic too much because of ZERO needing to become a black puzzle. We can still shuffle the puzzles near these, though.
* Client now shows a version numberStar Rauchenberger2023-04-211-1/+1
|
* OPEN and FOURTH are now displaced as wellStar Rauchenberger2023-04-211-2/+6
| | | | Now all three mandatory wall-snipes (and their adjacent panels) can be shuffled in panel shuffle mode.
* shrugStar Rauchenberger2023-04-201-1/+1
|
* Show error message if failure to connectStar Rauchenberger2023-04-201-0/+8
|
* Art gallery ORDER is now set to the randomized subpanelsStar Rauchenberger2023-04-191-0/+11
|
* Move ZERO in front of the black wallStar Rauchenberger2023-04-191-0/+6
|
* Signs get updated in panel shuffle modeStar Rauchenberger2023-04-191-1/+5
| | | | Palindromes room is fixed now too.
* Set some more static panelsStar Rauchenberger2023-04-191-14/+19
| | | | Also added the entry room panels back into the pool so that their values can still show up on other panels in panel shuffle mode.