about summary refs log tree commit diff stats
path: root/Archipelago/client.gd
Commit message (Collapse)AuthorAgeFilesLines
* Bump version v0.11.1Star Rauchenberger2023-09-071-1/+1
|
* Bump version differentlyStar Rauchenberger2023-08-251-1/+1
|
* Bump version v0.11.0Star Rauchenberger2023-08-221-1/+1
|
* Only necessary checks are sent out nowStar Rauchenberger2023-08-221-0/+16
| | | | i.e. the checks for every individual panel are not sent out if you are not playing panelsanity.
* Bump versionStar Rauchenberger2023-08-061-1/+1
|
* Bump version v0.10.0Star Rauchenberger2023-08-031-1/+1
|
* Remaining puzzle skips are saved between sessionsStar Rauchenberger2023-08-031-2/+10
|
* Puzzle skipsStar Rauchenberger2023-08-031-0/+12
|
* Bump versionStar Rauchenberger2023-08-011-1/+1
|
* Re-attempt WS after a failed connectionStar Rauchenberger2023-08-011-0/+1
|
* Gamedata is generated from main AP yamlStar Rauchenberger2023-08-011-37/+12
| | | | We now also include static data that was previously sent in slot data.
* Added LEVEL 2 victory conditionStar Rauchenberger2023-07-301-1/+5
|
* Version bump v0.8.2Star Rauchenberger2023-07-241-1/+1
|
* New data storage key formatStar Rauchenberger2023-07-241-1/+7
|
* Bump version v0.8.1Star Rauchenberger2023-07-161-1/+1
|
* Bump version v0.8.0Star Rauchenberger2023-06-171-1/+1
|
* Atbash trapStar Rauchenberger2023-06-161-0/+6
|
* Bump versionStar Rauchenberger2023-06-061-1/+1
|
* Fixed art gallery starting room bug v0.6.0Star Rauchenberger2023-05-271-6/+10
| | | | | | | | The issue: there was a transient issue (more prevalent for certain users) where a painting from the art gallery would appear in the starting room (at the world origin). The cause: Unlike every other item, the art gallery painting items are not idempotent, so if one is re-processed it behaves differently than the original time it was processed; specifically, it would fail to find the painting it needs to replace, so the current painting would be moved to the origin. This issue was flaky because it would only occur if the AP item resync that's requested at connection time was not received by the client until after the map finished loading. The solution: Receipt indices are now saved as items are processed, and received items with an index that has already been processed are not re-processed.
* Bump versionStar Rauchenberger2023-05-271-1/+1
|
* Suppress "AP_Paintings not found" error when no painting shuffleStar Rauchenberger2023-05-271-1/+1
|
* Announce when you get your win conditionStar Rauchenberger2023-05-211-0/+3
|
* Report achievements to AP using data storage (for tracker)Star Rauchenberger2023-05-211-0/+6
|
* Fix blank death link reason messageStar Rauchenberger2023-05-191-1/+1
|
* Bump version v0.5.0Star Rauchenberger2023-05-181-1/+1
|
* Progressive FearlessStar Rauchenberger2023-05-171-0/+5
|
* Bump version v0.4.2Star Rauchenberger2023-05-111-1/+1
|
* Bump version v0.4.1Star Rauchenberger2023-05-111-1/+1
|
* Use base game messages nodeStar Rauchenberger2023-05-111-3/+3
| | | | Now that it's been integrated into the game itself.
* Added wss supportStar Rauchenberger2023-05-051-7/+23
|
* Bump version v0.4.0Star Rauchenberger2023-05-051-1/+1
|
* THE MASTER requirement can now be set by the playerStar Rauchenberger2023-05-051-0/+3
|
* Bump version v0.3.1Star Rauchenberger2023-04-291-1/+1
|
* Increased max in buffer sizeStar Rauchenberger2023-04-291-11/+2
| | | | Horray! We don't have to hardcode games not to download.
* Provide status updates on the connection processStar Rauchenberger2023-04-291-0/+7
|
* Don't download datapackages for big gamesStar Rauchenberger2023-04-291-2/+11
| | | | Godot's websocket packet size limit can't be changed in 3.5, which is annoying.
* Bump version v0.3.0Star Rauchenberger2023-04-281-1/+1
|
* Progressive Art Gallery and Hallway RoomStar Rauchenberger2023-04-281-15/+45
| | | | Also, Art Gallery is now changed a little in doors mode. The backroom is always available so that you have access to the previous floors at all times. The paintings in the backroom do not appear until you have the floor unlocked. ORDER is also blocked off until you get the fifth floor.
* Item names are colored by type in messagesStar Rauchenberger2023-04-281-9/+33
| | | | The messages node is now a vertical box container with individual RichTextLabels for each line.
* Bump version v0.2.3Star Rauchenberger2023-04-261-1/+1
|
* Fixed handshake failure from too-large data packagesStar Rauchenberger2023-04-261-3/+11
| | | | The needed datapackages are requested one-by-one, now.
* Bump version v0.2.2Star Rauchenberger2023-04-241-1/+1
|
* Renamed cache directoryStar Rauchenberger2023-04-241-2/+2
| | | | When it was just "archipelago", the names showed up in the file load list if you clicked load game, which gave people the impression that they were actual save files.
* Bump version v0.2.1Star Rauchenberger2023-04-221-1/+1
|
* Bump version v0.2.0Star Rauchenberger2023-04-221-1/+1
|
* Added trapsStar Rauchenberger2023-04-221-1/+7
|
* Client now shows a version numberStar Rauchenberger2023-04-211-0/+1
|
* Returning to main menu now disconnectsStar Rauchenberger2023-04-201-5/+9
|
* Disable connect button while connectingStar Rauchenberger2023-04-201-1/+12
| | | | Pressing back now also halts the connection.
* Show error message if failure to connectStar Rauchenberger2023-04-201-4/+65
|