Version History

1.6:

  • Compiled with newer ENet libraries.
  • Fixed issue where MacOS Catalina thought the plugin segments were not code signed.
  • Added Version constants to all classes in the plugin to aid conditional compile Macros.

    1.5:

  • Added 64 bit compile support for Mac targets.
  • Added 64 bit compile support for Windows targets.
  • Added 64 bit compile support for Linux targets.
  • Added ARM 32 bit compile support for Linux targets.
  • Updated to use ENet 1.3.13. instead of 1.3.12.
  • Greatly reduced dependencies on Linux so the plugin can work in Linux console application where no GUI libraries are installed in the Linux system.
  • Fixed a small memory leak.
  • All Linux targets are now compiled with Clang.

    1.2:

  • Linked against the new ENet 1.3.12 instead of 1.3.4.
  • Now also ships with a Xojo plugin. The Xojo plugin comes in the new Xojo format and is compiled with newer SDK.
  • Plugin segments come code signed on MacOS X systems.
  • Documentation now also ships as docset for the awesome Dash viewer from http://kapeli.com/dash.
  • Fixed the plugin to work with more modern Linux distros.

    1.1:

  • Linked against the new ENet 1.3.4 instead of 1.3.3.
  • Added PeerTimeout method on the ENetPeer class. (New feature of ENet 1.3.4)
  • Added PingInterval on the ENetPeer class. (New feature of ENet 1.3.4)

    1.0.2:

  • Linked against the new ENet 1.3.3 instead of 1.3.2.

    1.0:

  • This is the first version.