Filter RSS
Project History

2023-09-27
09:55
Zandronum
[Hg] commits were pushed to 'zandronum-sandbox-stable' (current: 73149efb7b9cdcbb8eb0386ed7949daebdd4783c)
Removed an option from the "voice chat options" menu that's no longer needed.
07:13
Zandronum
[Hg] commits were pushed to 'zandronum-sandbox-stable' (current: 2dced7640b45d39abbc60bdf090f6156ec2ef256)
Added the CVar "snd_recordvolume" to control the volume of the recording device, up to 2.0, and m...
2023-09-25
11:00
Zandronum
[Hg] commits were pushed to 'zandronum-sandbox-stable' (current: 5ec4e14b06dd007add0472f837222ebc726336d9)
Made it possible to amplify the voice chat volume, or that of a specific player's VoIP channel, u...
10:48
Zandronum
00:32
Zandronum
[Hg] commits were pushed to 'zandronum-sandbox-stable' (current: d5c92423336a9bc48263d89cbdc131e036c879fd)
Renamed the "setchanvolume" and "setchanvolume_idx" CCMDs to "voice_chanvolume" and "voice_chanvo...
2023-09-18
01:57
Zandronum
[Hg] commits were pushed to 'zandronum-sandbox-stable' (current: 14a4387547e9f61d6fcf028503d6a7c1d412f135)
Added a check to prevent the VoIP controller from ticking while uninitialized.
2023-09-17
00:26
Zandronum
[Hg] commits were pushed to 'zandronum-sandbox-stable' (current: 8977e56fc26bd108e7289c70ce1928416ba57f94)
Added the CCMDs "setchanvolume" and "setchanvolume_idx" to set a specific VoIP channel's volume.
2023-09-16
21:06
Zandronum
[Hg] commits were pushed to 'zandronum-sandbox-stable' (current: 7c5551e9670f544837131bb9d5467a61bdb8d12b)
Fixed clashing symbols between RNNoise and Opus when statically linking the latter.
2023-09-10
01:52
Zandronum
[Hg] commits were pushed to 'zandronum-sandbox-stable' (current: 5b1b9071415ab02afd995f12b946ef7fbf70854d)
To reduce micro stutters when playing a VoIP channel, have it always play it in the background af...
01:16
Zandronum
[Hg] commits were pushed to 'zandronum-sandbox-stable' (current: 06c23232c68cfefd90394273f81ab58012b07eed)
Simplified the PCM read callback function and raised a VoIP channel's decode buffer size from 512...
01:03
Zandronum
[Hg] commits were pushed to 'zandronum-sandbox-stable' (current: a5a358fba35fa186c30ccca29372bc9bb15efc93)
Calculate an audio frame's root-mean-square, instead of using its peak, to determine if it should...
2023-09-05
2023-09-04
08:42
Zandronum
[Hg] commits were pushed to 'zandronum-sandbox-stable' (current: fe49df0a33c7ee28f5bd8f01979adb6ad6dc2429)
Added missing comment headers for some functions, and fixed a few other comment headers.