Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The answer to the YOU puzzle is the AP slot name | Star Rauchenberger | 2023-04-13 | 1 | -1/+11 |
| | |||||
* | Location checks are held while the map is loading | Star Rauchenberger | 2023-04-13 | 2 | -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 Rauchenberger | 2023-04-13 | 6 | -0/+176 |
| | | | | You can send checks and receive door items! | ||||
* | Client switches to LL1 after a successful connection | Star Rauchenberger | 2023-04-13 | 2 | -0/+13 |
| | |||||
* | Client authenticates now | Star Rauchenberger | 2023-04-13 | 3 | -0/+263 |
| | |||||
* | Client connects to server and fetches data package | Star Rauchenberger | 2023-04-12 | 2 | -2/+81 |
| | |||||
* | Created global client object | Star Rauchenberger | 2023-04-12 | 3 | -31/+59 |
| | |||||
* | Settings screen | Star Rauchenberger | 2023-04-12 | 3 | -0/+185 |