Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Releases: FrazzIe/mumble-voip-fivem

mumble-voip v1.5.5

15 Sep 07:49
Compare
Choose a tag to compare
  • fix adding client to radio list when showRadioList option is false #62

mumble-voip v1.5.4

07 Sep 19:31
ba9487b
Compare
Choose a tag to compare
  • add initialising msg to ui
  • add a "discord overlay" list for radios #52
  • add showRadioList config option
  • add SetPlayerRadioName(serverId, name) server export
  • fix muting the wrong player in speaker targets check
  • fix missing speakerTargets tables from playerData
  • fix radioActive event not having mute checks
  • fix missing mute check on call leave
  • improve passenger mute checks

Radio List Image

mumble-voip v1.5.3

03 Sep 13:32
Compare
Choose a tag to compare
  • fix toggling speaker mode errors
  • fix conflicting key presses between voice mode and speaker mode

mumble-voip v1.5.2

03 Sep 00:25
Compare
Choose a tag to compare
  • added a new config option use2dAudioInVehicles which should solve issues with passengers in vehicles cutting out at high speeds #41
  • fix nil value script errors #43 #45
  • fix radios? (tested locally with one person)

mumble-voip 1.5.1

01 Sep 22:44
bf5d32e
Compare
Choose a tag to compare
  • Fix not setting resetTargets back to false

mumble-voip v1.5

01 Sep 18:00
23c591a
Compare
Choose a tag to compare
  • Use voice targets for handling who players broadcast to (no more resource warnings)
  • Implement grid system for splitting up players based on location
  • Completely rework hearing nearby calls
  • Onesync/Infinity/Beyond support #8
  • Functional 3D Proximity based audio
  • Add warning messages that show if voice chat or microphone is disabled
  • Handle voice convars in the script (no more: set voice_sendingRangeOnly true in server.cfg)
  • Cleanup repetitive checks
  • Fix invalid playerData #20
  • use textContent instead of innerHTML (prevent any possible XSS exploits)
  • Add GetPlayerRadioChannel and GetPlayerCallChannel export #13
  • Add support for using external mumble server (untested)
  • Only init after client has successfully connected to mumble server

mumble-voip v1.3.1

19 Jul 11:45
Compare
Choose a tag to compare
  • optimise player dropped
  • optimise player data updates
  • export to get players in a radio #6
  • prevent unnecessary native spam
  • SetCallChannelName export #1
  • change export AddRadioChannelName to SetRadioChannelName
  • remove speaker icon if call speaker isn't enabled
  • prevent everyone hearing each other on loading in (hopefully)
  • fix hearing nearby players radios/phones

mumble-voip v1.3-pr

30 Mar 15:04
Compare
Choose a tag to compare
mumble-voip v1.3-pr Pre-release
Pre-release
  • optimise player dropped
  • optimise player data updates
  • export to get players in a radio #6
  • prevent unnecessary native spam
  • SetCallChannelName export #1
  • change export AddRadioChannelName to SetRadioChannelName
  • remove speaker icon if call speaker isn't enabled
  • prevent everyone hearing each other on loading in (hopefully)
  • fix hearing nearby players radios/phones
  • Add support for mumble 3d audio (doesn't work properly)

mumble-voip v1.1.2

25 Mar 01:38
Compare
Choose a tag to compare
  • add server side commands for listing all call and radio channels
  • remove voice data on player dropped

mumble-voip v1.1.1

25 Mar 01:14
Compare
Choose a tag to compare
  • remove key mappings as they aren't that reliable
  • fix radio staying active