about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* [Data] Logic error with Wrath RoomStar Rauchenberger46 hours1-0/+6
|
* [Data] Rename SMILE locationsStar Rauchenberger47 hours1-0/+5
|
* [Data] Eye Room -> Gallery connectionStar Rauchenberger48 hours1-0/+16
|
* [Client] Added compassStar Rauchenberger2 days6-0/+134
|
* [Data] Renamed some doors with compass directionsStar Rauchenberger2 days9-72/+72
|
* [Data] Roof -> Orchestra RoomStar Rauchenberger2 days1-0/+6
|
* [Client] Handle strict purple/cyan ending optionsStar Rauchenberger2 days3-0/+115
|
* Added strict purple/cyan ending optionsStar Rauchenberger2 days8-0/+48
|
* [Client] Released v5.6Star Rauchenberger4 days1-0/+12
|
* [Client] Bump version client-v5.6Star Rauchenberger4 days1-1/+1
|
* [Client] Prevent letters from respawningStar Rauchenberger4 days1-0/+14
|
* Reworded Congruent thing in READMEStar Rauchenberger5 days1-3/+3
|
* Released apworld & client v5.5Star Rauchenberger5 days2-0/+23
|
* Bump versions data-v5 client-v5.5 apworld-v5.5Star Rauchenberger5 days3-3/+3
|
* [Data] Rename TURN check near Shop EntranceStar Rauchenberger5 days1-1/+1
|
* [Data] Daedalus - C Keyholder should be in East AreaStar Rauchenberger5 days1-1/+1
|
* [Apworld] Fix indirect conditions for deep reqsStar Rauchenberger5 days2-11/+35
|
* [Apworld] Fixed reqs simplification mutating common objectsStar Rauchenberger5 days1-4/+9
|
* [Data] the_ancient:THIS was missing a symbolStar Rauchenberger6 days1-0/+1
|
* Released Apworld v4.4Star Rauchenberger7 days1-0/+11
|
* [Apworld] Bump version apworld-v4.4Star Rauchenberger7 days1-1/+1
|
* [Apworld] Fixed panel set location namesStar Rauchenberger7 days1-1/+1
|
* Released Apworld v4.3 and Client v4.4Star Rauchenberger8 days2-0/+33
|
* Bump versions data-v4 client-v4.4 apworld-v4.3Star Rauchenberger8 days3-3/+3
|
* [Client] Prevent breaking roof logic with IcarusStar Rauchenberger8 days2-0/+12
|
* [Client] Clear out messages between connectionsStar Rauchenberger8 days2-4/+15
|
* [Client] Don't show our trapsStar Rauchenberger8 days2-1/+8
|
* [Client] Fixed warnings in galleryStar Rauchenberger8 days1-1/+4
|
* [Client] Fixed ITEM_CYAN letter shuffleStar Rauchenberger8 days1-0/+3
|
* [Client] Handle anti collectable trapsStar Rauchenberger8 days3-2/+33
|
* Added anti collectable trapsStar Rauchenberger8 days6-3/+92
|
* [Data] Added the hidden EYE panel in the anti collectable roomStar Rauchenberger8 days3-6/+11
|
* [Client] Handle anti-collectable locationStar Rauchenberger8 days1-0/+3
|
* Add anti-collectable locationStar Rauchenberger8 days6-1/+15
|
* [Apworld] Added compatability for python 3.11Star Rauchenberger8 days2-2/+2
|
* [Client] Fix Orange Door Hider locationStar Rauchenberger9 days1-0/+3
|
* Mention Anti-Collectable door in READMEStar Rauchenberger9 days1-0/+1
|
* [Data] Fixed Control Center Red Door receiverStar Rauchenberger9 days1-1/+1
|
* Released Client v3.3Star Rauchenberger9 days1-0/+10
|
* [Client] Bump version client-v3.3Star Rauchenberger9 days1-1/+1
|
* [Client] Fixed issue with large datapackagesStar Rauchenberger9 days3-4/+9
|
* [Client] Center title on connection screenStar Rauchenberger9 days1-0/+1
|
* Indent properlyStar Rauchenberger9 days1-4/+4
|
* Updated READMEStar Rauchenberger9 days1-4/+28
|
* Released Apworld & Client v3.2Star Rauchenberger9 days2-0/+24
|
* Bump versions data-v3 client-v3.2 apworld-v3.2Star Rauchenberger9 days3-3/+3
|
* [Data] Made Welcome Back middle door in daed vanillaStar Rauchenberger9 days1-2/+2
|
* [Apworld] Some access checking optimizationsStar Rauchenberger9 days3-13/+90
| | | | | | | | | | | | | | | | | | | | | | Letter requirements in OR logic (which is the main thing OR logic is used for) is simplified now. Any requirement within the OR logic that is redundant with the top level requirement now has the redundant letters removed. If a clause in a disjunction becomes empty due to this, the disjunction can be removed. Additionally, if all of the clauses in a disjunction are identical, then they can be merged into the top level requirement. I manually verified that every requirement that is affected by this simplification looks correct. Region objects are also now used in access checking instead of looking up the regions by name during access checking. This is a little faster for access checks that involve a lot of rooms, such as the Maze Gravestone. Finally, locations no longer check for access to the region the location is in, and connections no longer check for access to the source region, because these are both implied by how the graph works.
* [Client] Warn when major version doesn't matchStar Rauchenberger9 days3-0/+43
|
* Added starting room letters FAQ to readmeStar Rauchenberger9 days1-0/+13
|