Releases: AlternateLife/JustAnotherVoiceChat-Server
Releases · AlternateLife/JustAnotherVoiceChat-Server
v0.3.4
- Added
SetLogLevel(LogLevel logLevel)
toIVoiceServer
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
- 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
v0.3.1
v0.3
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