Skip to content

Releases: getnamo/SocketIOClient-Unreal

0.10.2mp Draft Release for Marketplace

19 Nov 06:24
Compare
Choose a tag to compare
Pre-release
marketplace build changes

- disabled android

v0.10.0 for UE 4.21 & 4.22

10 Nov 10:37
Compare
Choose a tag to compare

Changes

  • Updated for Unreal Engine 4.21
  • Added 4.22 release as fallback due to #126

0.10.0mp Draft Release for Marketplace

10 Nov 10:42
Compare
Choose a tag to compare
Pre-release

Changes

  • Plugin Formatting for MP

v0.9.5 for UE 4.20

30 Oct 23:43
2348672
Compare
Choose a tag to compare

Changes

  • Fixed #102 (and duplicate #99)
  • Added armv7 lib and updated paths that compile, but doesn't fully work yet. Release is largely for 102 fix.

0.9.3mp Draft Release for Marketplace

22 Sep 00:57
Compare
Choose a tag to compare
Pre-release

Changes

  • Engine plugin specific include fixes for 4.20. These can be retained for project plugins.

v0.9.0 for UE 4.20

21 Jul 00:16
Compare
Choose a tag to compare

Changes

  • Recompile for 4.20
  • Re-enabled mac builds for dev
  • Fixed #81
  • Partially fixed #82
  • Updated for IWYU
  • Formatting changes for marketplace, kept in git version for maintenance
  • Changed lambda threading to unreal's native Async
  • Compile fixes and libsioclient.a update to clang 5.0 for Linux
  • Compile fixes for Win32
  • Image conversion utility to/from bytes
  • overloaded connect function for SocketIONative with no headers

0.9.0mp Draft Release for Marketplace

31 Aug 19:49
Compare
Choose a tag to compare
Pre-release

Changes

  • Modified release is stripped of mac support for marketplace 4.20 release as it's not mature enough.

0.8.9 Draft Release for Marketplace

13 Jul 22:16
Compare
Choose a tag to compare
Pre-release

Changes

  • Image conversion utility to/from bytes
  • Mac platform removed until mature (for marketplace)
  • Future based fully asynchronous image bytes conversion (c++)
  • IWYU fixes for json conversion when using in external c++ projects/plugins
  • overloaded connect function for SocketIONative with no headers

0.8.6 Draft Release for Marketplace

11 Jul 01:49
Compare
Choose a tag to compare
Pre-release

Changes

  • Compile fixes for Win32
  • Compile fixes and libsioclient.a update to clang 5.0 for Linux

0.8.4 Draft Release for Marketplace

20 Jun 20:08
Compare
Choose a tag to compare
Pre-release

Changes

  • Changed to Async threading and threadpool 1825eed
  • removed MIT notices for marketplace as per request