Skip to content

Releases: Joy-less/RemSend

v5.0

16 Dec 03:45
Compare
Choose a tag to compare
  • Changed packet IDs from ulong to long for simplicity and compatibility (breaking change)
  • Made RemSend a global class, making it easier to add to your project
  • Minor improvements

v4.1

17 Nov 21:01
Compare
Choose a tag to compare
  • Added built-in support for Rect2, Rect2I, Aabb, Color structs
  • Added using statements

v4.0

30 Oct 17:59
Compare
Choose a tag to compare
  • Added support for multiple transfer channels (only implemented for channels 0 to 3)

v3.3

30 Oct 17:37
Compare
Choose a tag to compare
  • Added missing using statement
  • Source code cleanups

v3.2

30 Oct 16:32
Compare
Choose a tag to compare
  • Allowed private remote methods
  • Added support for awaiting remote methods that return Task (not Task<T>)

v3.1

18 Oct 16:35
Compare
Choose a tag to compare
  • Fixed CallLocal not working with RemAccess.Authority
  • Changed license to MIT

v3.0

11 Aug 23:16
Compare
Choose a tag to compare
  • Fixed CallLocal functionality
  • Optimised sending by only serialising the packet once
  • Renamed RemAccess.Global to RemAccess.Any (breaking change)

v2.1

30 Jul 23:27
Compare
Choose a tag to compare
  • Improved return value awaiters (including adding timeout)
  • Fixed comment grammar
  • Internal improvements

v2.0

30 Jul 16:46
Compare
Choose a tag to compare
  • Renamed RemWait to Rem (breaking change)
  • Added callback overloads to Rem
  • Fixed CallLocal functionality

v1.3

29 Jul 16:17
Compare
Choose a tag to compare
  • Initialise singleton in _EnterTree rather than _Ready
  • Slightly improved exception messages
  • Added #nullable enable to each source file
  • Added icon