Skip to content

Releases: REONTeam/libmobile

Release v0.2.2

03 Nov 19:43
Compare
Choose a tag to compare

Fix resolving through non-recursive DNS servers

Release v0.2.1

24 Mar 16:09
Compare
Choose a tag to compare

Fix error upon game disconnection in p2p mode (REONTeam/libmobile-bgb#2)

0.2.0: A real boy

08 Mar 23:47
Compare
Choose a tag to compare

Major redesign of a significant chunk of the API.
First release as a "proper" library, with an ABI that can be assumed stable.
This library may now properly be used as a shared library, allowing people to link it to proprietary programs if necessary. If any licensing exceptions are still necessary, feel free to contact.

Highlights

  • Redesigned callback API, allowing you to easily register different callbacks for different instances of the library.
  • Added build-time options to control features of the library.
  • Added support for a custom p2p relay protocol, allowing players to connect across the world using mobile-relay
  • Major stability and usability improvements, making it easier for consumers of the library to build a robust application.