about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* Getting THE END marks you as completedStar Rauchenberger2023-04-142-0/+10
|
* Fixed doubling up of progressive items on relaunchStar Rauchenberger2023-04-141-1/+4
|
* Handle Progressive Orange TowerStar Rauchenberger2023-04-131-0/+12
|
* Save file name is now generated from AP dataStar Rauchenberger2023-04-132-0/+9
| | | | The name used on the new game screen no longer matters.
* The answer to the YOU puzzle is the AP slot nameStar Rauchenberger2023-04-131-1/+11
|
* Location checks are held while the map is loadingStar Rauchenberger2023-04-132-6/+19
| | | | The map load sends out a lot of checks at once if a file is being loaded, so we hold them until the map finishes loading and then send them out together.
* It WORKS!Star Rauchenberger2023-04-136-0/+176
| | | | You can send checks and receive door items!
* Client switches to LL1 after a successful connectionStar Rauchenberger2023-04-132-0/+13
|
* Client authenticates nowStar Rauchenberger2023-04-133-0/+263
|
* Client connects to server and fetches data packageStar Rauchenberger2023-04-122-2/+81
|
* Created global client objectStar Rauchenberger2023-04-123-31/+59
|
* Settings screenStar Rauchenberger2023-04-123-0/+185