about summary refs log tree commit diff stats
path: root/apworld
Commit message (Collapse)AuthorAgeFilesLines
* Don't create useless connectionsStar Rauchenberger3 days1-0/+6
| | | | Connections that can't be used unless you already have access to the other side (e.g. being on the "wrong side" of a vanilla door) are useless because they never increase access. This change turns these into oneway connections. This has helped with ER failures significantly, reducing the fail rate from about 14% to about 3%.
* Error when no progressionStar Rauchenberger4 days1-0/+6
|
* Prevent White Ending from exiting APStar Rauchenberger5 days1-1/+1
|
* Update A Job Well Done signStar Rauchenberger5 days2-0/+31
|
* Fix various minor client bugsStar Rauchenberger5 days4-18/+19
| | | | This is what we get for not running in the editor for a while!
* Add setting for not auto-starting the gameStar Rauchenberger5 days2-1/+3
|
* Don't resend confirmed checked locationsStar Rauchenberger5 days2-1/+4
|
* Use port display names in connectionsStar Rauchenberger6 days1-3/+3
|
* Added button to get logical pathStar Rauchenberger6 days6-32/+233
|
* Minor import tweaksStar Rauchenberger8 days2-2/+2
|
* Fix password authenticationStar Rauchenberger8 days1-5/+2
|
* Add warning about worldports + cc colors v7.0.1Star Rauchenberger9 days1-0/+3
|
* Show in-game when connection dropsStar Rauchenberger9 days3-0/+61
|
* Show error message when can't connectStar Rauchenberger9 days1-2/+26
|
* Fix "invalid seed_name" error when switching mwsStar Rauchenberger9 days1-0/+4
|
* Disconnect when saying no to version mismatchStar Rauchenberger9 days1-0/+3
|
* Fix vanilla-only oneway door in The RepetitiveStar Rauchenberger10 days1-0/+3
|
* Fixed disconnect when tracking an old slotStar Rauchenberger10 days1-1/+1
|
* Fix goal reappearing in tracker after relaunchStar Rauchenberger11 days1-3/+4
|
* Client uses new versioning scheme nowStar Rauchenberger11 days2-9/+13
|
* Change version schemeStar Rauchenberger11 days3-5/+4
|
* Show when goal is reachable in trackerStar Rauchenberger11 days10-22/+73
|
* Don't create a location for your endingStar Rauchenberger11 days1-6/+3
|
* Fix crash when hintingStar Rauchenberger12 days1-2/+3
|
* Added checked worldports tab to trackerStar Rauchenberger12 days3-1/+99
|
* Use port display names in trackerStar Rauchenberger12 days1-1/+1
|
* Indicate location or worldport with icons in overlayStar Rauchenberger12 days4-3/+29
|
* Added icon for launcherStar Rauchenberger12 days2-2/+3
|
* Treat worldports as items for trackerStar Rauchenberger13 days9-12/+157
|
* Treat local letters as items for trackerStar Rauchenberger13 days9-144/+379
| | | | Local letters are now synced with datastorage, so they transfer to other computers like regular items would, and the tracker also now waits until you collect local letters before showing what they give you in logic.
* Make minimap toggleableStar Rauchenberger13 days3-0/+26
|
* Write steam_appid.txt on launchStar Rauchenberger13 days1-0/+6
|
* Automatically close client when clicking QuitStar Rauchenberger13 days3-0/+8
|
* Added locations overlayStar Rauchenberger13 days3-0/+62
|
* Added accessible locations tab to gameStar Rauchenberger13 days6-33/+321
|
* Fix item colors in game textclientStar Rauchenberger2025-09-252-2/+3
|
* Reorganized READMEsStar Rauchenberger2025-09-252-120/+0
|
* Support launching with AP URLStar Rauchenberger2025-09-252-5/+13
|
* Game talks through CommonClient nowStar Rauchenberger2025-09-2511-698/+676
|
* Client can be run from zipped apworld nowStar Rauchenberger2025-09-259-231/+320
|
* This should've been part of the prev commitStar Rauchenberger2025-09-251-0/+4
|
* Move the client into the apworldStar Rauchenberger2025-09-2535-0/+3515
| | | | Only works on source right now, not as an apworld.
* [Apworld] Added worldport shuffleStar Rauchenberger2025-09-225-6/+115
|
* Released Apworld v6.6 and Client v6.7Star Rauchenberger2025-09-191-0/+18
|
* Bump versions data-v6 client-v6.7 apworld-v6.6Star Rauchenberger2025-09-191-1/+1
|
* Added strict purple/cyan ending optionsStar Rauchenberger2025-09-193-0/+26
|
* Released apworld & client v5.5Star Rauchenberger2025-09-161-0/+14
|
* Bump versions data-v5 client-v5.5 apworld-v5.5Star Rauchenberger2025-09-161-1/+1
|
* [Apworld] Fix indirect conditions for deep reqsStar Rauchenberger2025-09-162-11/+35
|
* [Apworld] Fixed reqs simplification mutating common objectsStar Rauchenberger2025-09-161-4/+9
|