Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Releases: modio/modio-haxe-legacy

mod.io SDK Haxe Wrapper v0.7.1

07 Sep 13:02
e3c5bd1
Compare
Choose a tag to compare

mod.io SDK Haxe Wrapper v0.7.0

27 Apr 17:19
c08f97a
Compare
Choose a tag to compare
  • Updated the SDK to v0.12.12
  • Modio.init now receives the root_path extra param that sets the path where the .modio/ folder will be placed

mod.io SDK Haxe Wrapper v0.6.4

04 Jun 18:11
f6787e3
Compare
Choose a tag to compare

Changelog

  • Updated the SDK to v0.11.2, (see release).
  • Emails are now encoded when when using emailRequest(), emails such as john.doe+mod.io@gmail.com are now supported
  • Fixed addModRating() issue that prevented submitting -1 ratings

mod.io SDK Haxe Wrapper v0.6.3

05 Dec 21:32
Compare
Choose a tag to compare

Overview

Updated to the mod.io SDK v0.10.1 includes bug fixes as well as the same optimizations and speed boosts from v0.10.0.

Changelog

  • Updated the SDK to v0.10.1, (see release)
  • Added additional logs on the wrapper level
  • Fixed issue that prevented calling the download listener

mod.io SDK Haxe Wrapper v0.6.0

30 Nov 21:48
Compare
Choose a tag to compare

Overview

Updated to the mod.io SDK v0.10.0 which includes optimizations, speed boosts and fixes memory issues. Also added the new download and installation flow that prevents frame dropping.

Changelog

  • Updated the SDK to v0.10.0, (see release)
  • Added the Error and Response object
  • Now API calls return the Response object instead the response code
  • getUserSubscriptionsIds() was removed (getUserSubscriptions should be used instead)
  • Added downloadMod() and installDownloadedMods()
  • installMod() was removed downloadMod() and installDownloadedMods() should be used instead

mod.io SDK Haxe Wrapper v0.5.0

28 Aug 17:26
Compare
Choose a tag to compare

Overview

This version focuses on supporting what's needed for mod browsing, downloading and uploading. Please visit the example list for details.

Changelog

  • Updated the SDK to v0.8.0, (see release)
  • Added the ModCreator ModEditor and ModfileCreator objects to be passed as parameters for addMod, editMod, addModfile
  • Renamed getMods to getAllMods
  • Added the response_code parameter to the download and upload listener
  • rating_summary field was removed from the Mod object
  • description_plain_text and stats are now part of the Mod object

mod.io SDK Haxe Wrapper v0.4.0

01 Aug 08:00
Compare
Choose a tag to compare

Changelog

mod.io Haxe Wrapper v0.3.0

24 Jul 01:50
Compare
Choose a tag to compare
isLoggedIn error fixed

mod.io Haxe Wrapper v0.2.0

01 Jul 21:57
Compare
Choose a tag to compare

Added the following functions:

  • getAuthenticatedUser: to greet the player
  • getModDownloadQueue: to inspect the download queue
  • setDownloadListener: to get a notification every time a download finishes
  • getInstalledMods: to browse the installed mods

See the OpenFL example for mor details:
https://github.com/Turupawn/modioOpenFLExample/blob/master/Source/Main.hx

mod.io Haxe Wrapper v0.1.0 release

13 Jun 10:16
Compare
Choose a tag to compare

Contains the following functions:

  • init
  • process
  • isLoggedIn
  • logout
  • emailRequest
  • emailExchange