about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* [Data] Logic error with Wrath RoomStar Rauchenberger27 hours1-0/+6
|
* [Data] Rename SMILE locationsStar Rauchenberger27 hours1-0/+5
|
* [Data] Eye Room -> Gallery connectionStar Rauchenberger28 hours1-0/+16
|
* [Client] Added compassStar Rauchenberger29 hours6-0/+134
|
* [Data] Renamed some doors with compass directionsStar Rauchenberger30 hours9-72/+72
|
* [Data] Roof -> Orchestra RoomStar Rauchenberger31 hours1-0/+6
|
* [Client] Handle strict purple/cyan ending optionsStar Rauchenberger32 hours3-0/+115
|
* Added strict purple/cyan ending optionsStar Rauchenberger32 hours8-0/+48
|
* [Client] Released v5.6Star Rauchenberger3 days1-0/+12
|
* [Client] Bump version client-v5.6Star Rauchenberger3 days1-1/+1
|
* [Client] Prevent letters from respawningStar Rauchenberger3 days1-0/+14
|
* Reworded Congruent thing in READMEStar Rauchenberger4 days1-3/+3
|
* Released apworld & client v5.5Star Rauchenberger4 days2-0/+23
|
* Bump versions data-v5 client-v5.5 apworld-v5.5Star Rauchenberger4 days3-3/+3
|
* [Data] Rename TURN check near Shop EntranceStar Rauchenberger4 days1-1/+1
|
* [Data] Daedalus - C Keyholder should be in East AreaStar Rauchenberger4 days1-1/+1
|
* [Apworld] Fix indirect conditions for deep reqsStar Rauchenberger4 days2-11/+35
|
* [Apworld] Fixed reqs simplification mutating common objectsStar Rauchenberger4 days1-4/+9
|
* [Data] the_ancient:THIS was missing a symbolStar Rauchenberger5 days1-0/+1
|
* Released Apworld v4.4Star Rauchenberger6 days1-0/+11
|
* [Apworld] Bump version apworld-v4.4Star Rauchenberger6 days1-1/+1
|
* [Apworld] Fixed panel set location namesStar Rauchenberger6 days1-1/+1
|
* Released Apworld v4.3 and Client v4.4Star Rauchenberger7 days2-0/+33
|
* Bump versions data-v4 client-v4.4 apworld-v4.3Star Rauchenberger7 days3-3/+3
|
* [Client] Prevent breaking roof logic with IcarusStar Rauchenberger7 days2-0/+12
|
* [Client] Clear out messages between connectionsStar Rauchenberger7 days2-4/+15
|
* [Client] Don't show our trapsStar Rauchenberger7 days2-1/+8
|
* [Client] Fixed warnings in galleryStar Rauchenberger7 days1-1/+4
|
* [Client] Fixed ITEM_CYAN letter shuffleStar Rauchenberger7 days1-0/+3
|
* [Client] Handle anti collectable trapsStar Rauchenberger7 days3-2/+33
|
* Added anti collectable trapsStar Rauchenberger7 days6-3/+92
|
* [Data] Added the hidden EYE panel in the anti collectable roomStar Rauchenberger7 days3-6/+11
|
* [Client] Handle anti-collectable locationStar Rauchenberger7 days1-0/+3
|
* Add anti-collectable locationStar Rauchenberger7 days6-1/+15
|
* [Apworld] Added compatability for python 3.11Star Rauchenberger7 days2-2/+2
|
* [Client] Fix Orange Door Hider locationStar Rauchenberger8 days1-0/+3
|
* Mention Anti-Collectable door in READMEStar Rauchenberger8 days1-0/+1
|
* [Data] Fixed Control Center Red Door receiverStar Rauchenberger8 days1-1/+1
|
* Released Client v3.3Star Rauchenberger8 days1-0/+10
|
* [Client] Bump version client-v3.3Star Rauchenberger8 days1-1/+1
|
* [Client] Fixed issue with large datapackagesStar Rauchenberger8 days3-4/+9
|
* [Client] Center title on connection screenStar Rauchenberger8 days1-0/+1
|
* Indent properlyStar Rauchenberger8 days1-4/+4
|
* Updated READMEStar Rauchenberger8 days1-4/+28
|
* Released Apworld & Client v3.2Star Rauchenberger8 days2-0/+24
|
* Bump versions data-v3 client-v3.2 apworld-v3.2Star Rauchenberger8 days3-3/+3
|
* [Data] Made Welcome Back middle door in daed vanillaStar Rauchenberger8 days1-2/+2
|
* [Apworld] Some access checking optimizationsStar Rauchenberger8 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 Rauchenberger8 days3-0/+43
|
* Added starting room letters FAQ to readmeStar Rauchenberger8 days1-0/+13
|