diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/Archipelago/player.gd | 3 | ||||
-rw-r--r-- | client/CHANGELOG.md | 10 |
2 files changed, 13 insertions, 0 deletions
diff --git a/client/Archipelago/player.gd b/client/Archipelago/player.gd index 9de3e07..c8ef320 100644 --- a/client/Archipelago/player.gd +++ b/client/Archipelago/player.gd | |||
@@ -68,6 +68,9 @@ func _ready(): | |||
68 | 68 | ||
69 | locationListener.senders.append(NodePath("../" + khl.name)) | 69 | locationListener.senders.append(NodePath("../" + khl.name)) |
70 | 70 | ||
71 | if door.has_complete_at(): | ||
72 | locationListener.complete_at = door.get_complete_at() | ||
73 | |||
71 | get_parent().add_child.call_deferred(locationListener) | 74 | get_parent().add_child.call_deferred(locationListener) |
72 | 75 | ||
73 | # Set up letter locations. | 76 | # Set up letter locations. |
diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md index 5818f2d..89d9873 100644 --- a/client/CHANGELOG.md +++ b/client/CHANGELOG.md | |||
@@ -1,5 +1,15 @@ | |||
1 | # lingo2-archipelago Client Releases | 1 | # lingo2-archipelago Client Releases |
2 | 2 | ||
3 | ## v3.3 - 2025-09-12 | ||
4 | |||
5 | - Fixed issue downloading large datapackages (such as TUNIC's). | ||
6 | - Connection failures now show error messages. | ||
7 | |||
8 | Download: | ||
9 | [lingo2-archipelago-client-v3.3.zip](https://files.fourisland.com/releases/lingo2-archipelago/client/lingo2-archipelago-client-v3.3.zip)<br/> | ||
10 | Source: | ||
11 | [v3.3](https://code.fourisland.com/lingo2-archipelago/tag/?h=client-v3.3) | ||
12 | |||
3 | ## v3.2 - 2025-09-12 | 13 | ## v3.2 - 2025-09-12 |
4 | 14 | ||
5 | - Initial release for testing. Features include door shuffle, letter shuffle, | 15 | - Initial release for testing. Features include door shuffle, letter shuffle, |