index
:
archive/ioquake3-aero
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
code
/
client
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prevent hang in S_UpdateBackgroundTrack() with some sample rates.
icculus
2009-09-15
1
-0
/
+3
*
Don't send a 0-length command to cgame during map_restart.
icculus
2009-09-15
1
-0
/
+2
*
Removed broken music fading code from snd_dma.
icculus
2009-09-15
1
-6
/
+2
*
Added s_muteWhenUnfocused cvar (thanks, Chris!).
icculus
2009-09-14
1
-1
/
+4
*
* Fix warning in cl_main.c
tma
2009-09-14
1
-1
/
+1
*
Better handling of "voip" console command.
icculus
2009-09-14
1
-1
/
+19
*
* Fix typo in cl_avi.c (Ben Millwood/bubu^)
tma
2009-09-08
1
-1
/
+1
*
More 3966 business:
zakk
2009-07-07
1
-9
/
+6
*
Fix for bad ping times, see bug 3966 but note that this patch is different, g...
zakk
2009-07-04
1
-1
/
+4
*
Make client send a random challenge number in getchallenge requests
thilo
2009-06-01
1
-22
/
+46
*
I'll retain the new way seeding the random number generator.. these calls are...
thilo
2009-05-31
1
-5
/
+1
*
Revert changes of rand() to random() as random() was redefined in quake3.
thilo
2009-05-31
1
-2
/
+6
*
- Introduce seeding of the random number generator at startup
thilo
2009-05-31
1
-6
/
+2
*
Minor fix for server infostring. Thanks to slacker
thilo
2009-05-22
1
-1
/
+1
*
don't modify s_alDevice and add fallback to let openAL choose the device
ludwig
2009-05-08
1
-24
/
+15
*
mark s_alDriver CVAR_LATCH
ludwig
2009-05-08
1
-1
/
+1
*
* Fix leaking OpenAL buffers (Amanieu)
tma
2009-03-15
1
-0
/
+12
*
* Fix some new GCC 4.3 warnings
tma
2008-11-10
1
-34
/
+43
*
fix variable declaration (#3849)
ludwig
2008-11-10
1
-1
/
+1
*
fix strict aliasing issues
ludwig
2008-11-03
2
-10
/
+6
*
move location of version string in console a bit
ludwig
2008-11-02
1
-5
/
+3
*
specify alDevice instead of NULL when asking for for ALC_EXTENSIONS
ludwig
2008-11-02
1
-1
/
+1
*
fix return value of CL_cURL_CallbackWrite (#3804)
ludwig
2008-10-24
1
-1
/
+1
*
fix crash with videos on ppc (#2523,3802). Patch by Przemysław Iskra
ludwig
2008-10-24
1
-2
/
+2
*
* Move command argument completion from being hard coded to being associated
tma
2008-09-16
3
-0
/
+93
*
* Supply specific identifier to the master server (Mathieu Olivier)
tma
2008-09-15
1
-1
/
+1
*
* Add Com_HexStrToInt
tma
2008-09-05
2
-23
/
+6
*
- Add scope id to ipv6 addresses.
thilo
2008-08-31
1
-6
/
+29
*
* Revert 'Handle dead keys more gracefully by taking a "best guess" rather than
tma
2008-08-28
4
-6
/
+12
*
* (bug #3729) server dependencies on client.h (Ben Millwood)
tma
2008-08-22
3
-4
/
+0
*
* Tidy up the keyboard code a bit, add in_keyboardDebug
tma
2008-08-19
1
-1
/
+0
*
* (bug 3674) Change default for s_alGain from 0.4 to 1.0
tma
2008-08-08
1
-1
/
+1
*
* Restrict OpenAL capture support test hack to OS X, where it is required; this
tma
2008-08-03
2
-7
/
+18
*
fix build without VOIP (David Severwright, bug#3720)
ludwig
2008-07-16
1
-0
/
+2
*
* Remove cl_platformSensitivity as it predates the move to SDL everywhere
tma
2008-07-12
3
-5
/
+1
*
* Rename voip cvar to cl_voip
tma
2008-07-07
11
-50
/
+48
*
* Don't start UI when starting client binary with +set dedicated 1
tma
2008-07-06
1
-4
/
+4
*
* Fix killserver command for client binary based dedicated server
tma
2008-07-06
1
-1
/
+1
*
* Fixed client binary dedicated server
tma
2008-07-06
1
-5
/
+5
*
VOIP: Added cvar cl_voipCaptureMult to boost gain on recorded bits.
icculus
2008-07-05
2
-1
/
+9
*
Whitespace cleanup.
icculus
2008-06-29
1
-1
/
+1
*
Don't show VoIP meter in all the common scenarios.
icculus
2008-06-29
1
-4
/
+13
*
VoIP: allow targetting last attacker, or the one in your crosshairs.
icculus
2008-06-25
1
-0
/
+12
*
VoIP: Added cheapie VoIP meter.
icculus
2008-06-25
3
-3
/
+43
*
VoIP: Save own voice when recording a demo.
icculus
2008-06-08
4
-2
/
+34
*
VoIP: Don't lose gain for good if using VAD on disconnect.
icculus
2008-06-08
1
-0
/
+4
*
Removed an obsolete FIXME.
icculus
2008-06-08
1
-1
/
+1
*
VoIP: tweaked VAD code.
icculus
2008-06-08
2
-1
/
+4
*
VoIP: Enable Automatic Gain Control.
icculus
2008-06-08
1
-0
/
+4
*
VoIP: attempt at changing voipPower calc and using it for VAD.
icculus
2008-06-08
2
-22
/
+12
[next]