about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* Previous change broke progressive orange towerStar Rauchenberger2023-04-141-1/+1
|
* Receiving items shows the right name nowStar Rauchenberger2023-04-141-30/+46
| | | | (Sending checks doesn't)
* Created rudimentary message displayStar Rauchenberger2023-04-143-9/+103
| | | | | | It shows when the player sends a location or receives an item. Currently it just shows IDs instead of names. We need to download all data packages so that we can read the names. We are also currently queueing a message when we send a location, which isn't the best because if that location turns out to contain an item for us, we'll get two messages. It would be better to hold off until we receive a PrintJSON message describing the location that was sent out. We also now cache the ID of the most recently processed item, so that on relaunch we know which items are new and should be announced.
* 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