about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed links to repo??Star Rauchenberger6 days3-7/+7
|
* Started writing READMEsStar Rauchenberger6 days4-0/+174
|
* Added godobuf fork to repositoryStar Rauchenberger6 days11-0/+3142
|
* [Data] Tweak owl logicStar Rauchenberger6 days2-10/+35
|
* Downgrade protobufStar Rauchenberger6 days4-6/+5
| | | | This allows the generated Python file to be compatible with the frozen Archipelago install.
* [Client] Prevent text client on connection screenStar Rauchenberger6 days3-1/+13
|
* [Client] Handle lavender cubesStar Rauchenberger6 days1-1/+4
|
* Added lavender cubes logicStar Rauchenberger6 days12-16/+53
|
* [Client] Handle cyan door behaviorStar Rauchenberger6 days2-19/+52
| | | | Player still needs to leave and re-enter the map for "any double letter" value.
* [Data] the_great/BYE is behind a "cyan door"Star Rauchenberger6 days3-0/+11
|
* Add cyan door behavior optionStar Rauchenberger6 days12-14/+122
|
* [Client] Handle grouped doors / shuffled CC doorsStar Rauchenberger7 days1-0/+17
|
* [Apworld] Add shuffle_control_center_colors to slot dataStar Rauchenberger7 days1-0/+1
|
* Added door groupsStar Rauchenberger7 days20-16/+326
|
* [Data] Renamed some locationsStar Rauchenberger7 days5-0/+7
|
* [Client] Location scouting for lettersStar Rauchenberger8 days5-8/+89
|
* [Client] Handle letter shuffleStar Rauchenberger8 days9-15/+345
| | | | Cyan doors are not handled properly yet.
* [Apworld] Added letter shuffleStar Rauchenberger8 days5-27/+114
|
* [Client] Client pause mode?Star Rauchenberger9 days1-0/+2
|
* [Data] Replaced Symbolic Entrance with single doorStar Rauchenberger9 days3-45/+19
|
* [Client] Maybe for real fixed the crash on connectStar Rauchenberger9 days1-2/+1
|
* [Client] Fixed external names in messages popupStar Rauchenberger10 days1-8/+8
|
* [Client] Handle roof access optionStar Rauchenberger10 days2-1/+3
|
* [Data] Strip unnecessary AP IDsStar Rauchenberger10 days5-35/+208
| | | | This was causing issues in the client, specifically for The Ancient.
* Renamed filler item to "A Job Well Done"Star Rauchenberger11 days3-4/+8
|
* Added option for Daedalus roof access logicStar Rauchenberger11 days9-0/+343
|
* [Client] Handle keyholder sanityStar Rauchenberger12 days2-2/+28
|
* Added keyholder sanityStar Rauchenberger12 days33-8/+183
|
* [Client] Handle progressive doorsStar Rauchenberger13 days7-63/+99
|
* [Client] Fix intermittent crash on connectStar Rauchenberger13 days1-1/+1
|
* [Data] Question Room What proxies were mislabeledStar Rauchenberger13 days1-5/+5
|
* Added progressive doorsStar Rauchenberger13 days15-38/+219
|
* [Data] Fixed Rainbow Rooms logicStar Rauchenberger13 days2-18/+20
|
* [Client] Display message when goalingStar Rauchenberger13 days1-0/+2
|
* [Data] Some more double letters fixesStar Rauchenberger13 days4-1/+9
|
* [Client] Handle triggering goalStar Rauchenberger13 days5-3/+51
|
* [Client] Batch sending locations on map loadStar Rauchenberger14 days3-1/+27
|
* [Client] Restrict Daedalus roof accessStar Rauchenberger14 days1-0/+50
|
* [Client] Keyholders in locationsStar Rauchenberger14 days1-0/+19
|
* [Data] Couple of renamesStar Rauchenberger2025-08-314-2/+4
|
* [Apworld] Added options to slot dataStar Rauchenberger2025-08-311-0/+11
|
* [Apworld] Better handling of White EndingStar Rauchenberger2025-08-311-2/+14
| | | | | It now has the correct logic, and also no location will be created for it.
* Handled cyan doorsStar Rauchenberger2025-08-3113-17/+37
|
* [Data] Small tweaksStar Rauchenberger2025-08-318-22/+34
|
* [Client] Handle locations needing specific answersStar Rauchenberger2025-08-301-2/+9
|
* [Client] Potentially fixed crash when loading corrupted localdataStar Rauchenberger2025-08-302-6/+4
|
* [Data] Small tweaksStar Rauchenberger2025-08-307-2/+16
|
* [Data] Bad logic in the_owl due to missing warpStar Rauchenberger2025-08-305-22/+23
|
* Changed how door location names are formattedStar Rauchenberger2025-08-30491-692/+798
| | | | | | | | | | | | | | | | | | STANDARD type doors with at most four panels in the same map area and no other trigger objects will have their location names generated from the names of the panels used to open the door, similar to Lingo 1. Other door types will use the door's name. In either case, the name can be overridden using the new location_name field. Rooms can also set a panel_display_name field, which will be used in location names for doors, and is used to group panels into areas. Panels themselves can set display names, which differentiates their locations from other panels in the same area. Many maps were updated for this, but note that the_symbolic and the_unyielding have validator failures because of duplicate panel names. This won't matter until panelsanity is implemented.
* [Apworld] Require CC access + letters for CC color doorsStar Rauchenberger2025-08-301-0/+4
|