Releases: FelicitusNeko/hxArchipelago
0.9.0 - Melting Snow
This update brings hxArchipelago in-line feature-wise with black-sliver/apclientpp@6866205, including changes required for Archipelago 0.5.0 in regards to pull request ArchipelagoMW/Archipelago#1933, which removes the requirement that every location and item ID is universally unique.
0.8.2 - Safe & Sound
- Library will automatically try to switch between
ws://
andwss://
- Added Lime Event support (define
AP_NO_LIME
to not use it) - Fixed library causing application to become unresponsive when trying to reconnect
- Now consolidates packets to be sent, and sends them on
poll()
- In some cases, the library may have sent empty packets to the server; it will no longer do this
- Removed PseudoMutex as it was locking up on html5; replaced it and Haxe's
sys
Mutex withhaxe-concurrency
for all platforms
Full Changelog: 0.8.0...0.8.2
0.8.0
Updated for compatibility with 0.4.1 and later, as well as fixing some code issues which prevented the client connecting given certain permissions settings.
Full Changelog: 0.7.0...0.8.0
0.7.0: Tink Happy Thoughts
This version aims to have approximate functional identity to apclient at commit 5fea1a5
, although more Haxe language features are now being used as well.
Also, this replaces the json2object library with tink_json, which seems to be more robust.
0.6.0: Haxing It All In
This build should successfully connect to a server, but has not been tested beyond that.
An additional dep, json2object, has been added, to work around some of the intricacies of Haxe.
0.5.0: The Convertening
This version aims to have functional identity to apclient at commit f34ac33
.
Please note that this has not been tested at all. Use at your own risk.