Skip to content

Releases: FirstGearGames/FishySteamworks

4.1.0

27 Feb 19:10
Compare
Choose a tag to compare
  • Fish-Networking 4.1.0 support.

4.0.0

27 Dec 16:11
Compare
Choose a tag to compare
  • Fish-Networking 4.0.0 support. This is backwards compatible with 3x.
  • Added check to prevent Shutdown from calling multiple times without a prior initialization.
  • Removed SteamAppId field; this should be handled by third party softwares.

2.1.2

23 Oct 18:45
Compare
Choose a tag to compare
  • Added deinitializer to FishySteamworks.

2.1.1

01 Oct 14:15
Compare
Choose a tag to compare
  • Updated SetServerBindAddress signature to Fish-Networking 2.0.0.

2.1.0

18 Aug 13:39
Compare
Choose a tag to compare
  • Increased version to match other projects with Fish-Networking 2.0.0 support.
  • Fixed ClientId 32767 not found error when being used with Multipass.

2.0.0

12 Jun 16:07
6b20e85
Compare
Choose a tag to compare
  • FishNetworking 2.0.0 support.

1.6.0

30 Mar 18:52
a37f236
Compare
Choose a tag to compare
  • GetConnectionAddress now works for clientHost as well.
  • Changed from ConcurrentQueue to Queue.
  • Shutting down the socket properly recycles pending packets now.

1.5.0

19 Feb 14:00
Compare
Choose a tag to compare
  • FishNetworking 1.3.1 Multipass transport support.

1.4.4

17 Jan 15:26
Compare
Choose a tag to compare
  • Removed obsolete method.

1.4.3

15 Jan 20:20
Compare
Choose a tag to compare
  • Added a few sanity checks.