about summary refs log tree commit diff stats
path: root/Archipelago/client.gd
Commit message (Collapse)AuthorAgeFilesLines
...
* Save file name is now generated from AP dataStar Rauchenberger2023-04-131-0/+6
| | | | The name used on the new game screen no longer matters.
* Location checks are held while the map is loadingStar Rauchenberger2023-04-131-3/+15
| | | | 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-131-0/+70
| | | | You can send checks and receive door items!
* Client switches to LL1 after a successful connectionStar Rauchenberger2023-04-131-0/+4
|
* Client authenticates nowStar Rauchenberger2023-04-131-0/+47
|
* Client connects to server and fetches data packageStar Rauchenberger2023-04-121-2/+79
|
* Created global client objectStar Rauchenberger2023-04-121-0/+44