Skip to content

v1.0.6

Compare
Choose a tag to compare
@SineVector241 SineVector241 released this 16 Jul 00:28
· 12 commits to master since this release
6453519
  • Added Jitter Buffer Size MS to settings.
  • Fixed not being able to scroll in settings in android version.
  • Added Deafen command to server.
  • Improved Voice Packet Sending from LINQ dependency's.
  • Added Bit masking feature for MCComm API Expansion.
  • Changed App Version display in credits to display app version from manifest.
  • Changed libopus version to display directly from the DLL.
  • Fixed the reverse of PlayersSpeaking field in the MCComm ACKUpdate packet.
  • Changed VoiceCraft system to force include a main/default channel.
  • Renamed InWater field to Muffled in the Update packet.
  • Added AutoConnection on world start to the addon.
  • Added AutoReconnect on disconnection to the addon.
  • Added Management of channels to the addon.
  • Added Management of VoiceCraft players to the addon.
  • Added Disconnect command to the addon.
  • Added Logout packet to MCComm API.
  • Added GetChannels packet to MCComm API.
  • Added GetChannelSettings packet to MCComm API.
  • Added SetChannelSettings packet to MCComm API.
  • Added GetDefaultSettings packet to MCComm API.
  • Added SetDefaultSettings packet to MCComm API.
  • Added GetParticipants packet to MCComm API.
  • Added DisconnectParticipant packet to MCComm API.
  • Added GetParticipantBitmask packet to MCComm API.
  • Added SetParticipantBitmask packet to MCComm API.
  • Added MuteParticipant packet to MCComm API.
  • Added UnmuteParticipant packet to MCComm API.
  • Added DeafenParticipant packet to MCComm API.
  • Added UndeafenParticipant packet to MCComm API.
  • Added ANDModParticipantBitmask packet to MCComm API.
  • Added ORModParticipantBitmask packet to MCComm API.
  • Added XORModParticipantBitmask packet to MCComm API.