Skip to content

Releases: AlternateLife/JustAnotherVoiceChat-Server

v0.3.4

03 Mar 15:46
Compare
Choose a tag to compare
v0.3.4 Pre-release
Pre-release
  • Added SetLogLevel(LogLevel logLevel) to IVoiceServer to set the minimum level for incoming logs.
  • Added icon to NuGet-Package
  • Improve thread-safety in native server
  • Fixed deadlock in wrapper with disconnecting and events
  • Fixed heap corruption in player-updating and general handling

v0.3.3

27 Feb 22:26
075de73
Compare
Choose a tag to compare
v0.3.3 Pre-release
Pre-release
  • Added a dedicated Positional task for GT-MP to fix the moving-vehicle issue.
    Just replace the old PositionalVoiceTask with the new GtmpPositionalTask
  • Changed PositionalTask to refresh positions in batches instead of every single client.
  • Fixed client-cleanup in native JustAnotherVoiceChat-Server
  • Added fix for MuteAll method if value has been set before the client joined.

v0.3.2

26 Feb 19:50
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release
  • Added some unit-tests to client-muting features
  • Fixed some client un-/muting threading issues
  • Removed message received log
  • Removed Headphones property from IVoiceClient

v0.3.1

25 Feb 16:44
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

Changelog

  • Fixed Speakers and Microphone property initializiation in IVoiceClient
  • Fixed Disconnect-delay

v0.3

25 Feb 14:26
a0164e2
Compare
Choose a tag to compare
v0.3 Pre-release
Pre-release

Changelog

  • Added 3D-Voice support

  • Added example radio resource

  • Added per-client and global muting

  • Added OnClientConnecting-parameter which gives the teamspeak identity of the connecting player

  • Improved GtmpVoiceServer constructor to be able to extend it.

  • Fixed Speakers and Microphone properties in IVoiceClient

  • Fixed a multithreading server-crash

  • Fixed some crashes

v0.2.1.2

23 Feb 02:21
3603f9c
Compare
Choose a tag to compare
v0.2.1.2 Pre-release
Pre-release
  • Reduce NLog dependency to 4.4.12 in GT-MP project

v0.2.1.1

23 Feb 01:25
0174a53
Compare
Choose a tag to compare
v0.2.1.1 Pre-release
Pre-release
Fix JustAnotherVoiceChat.Server.GTMP nuspec wrapper reference

v0.2.1

23 Feb 00:40
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

0.2.1

  • First publicly available version
  • Added basic player position updating
  • Added C# wrapper and GT-MP integration
  • Added an example GT-MP resource