index
:
archive/ioquake3-aero
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
code
/
client
/
cl_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix environment variable handling for Linux, make setenv command added before...
thilo
2009-10-12
1
-37
/
+0
*
Don't need a call to va() for this
thilo
2009-10-12
1
-1
/
+1
*
Whoops.. don't make it overwrite cmds in case of recursive error.
thilo
2009-10-11
1
-7
/
+6
*
Fix recursive error for disconnect after reliable client command overflow. Th...
thilo
2009-10-11
1
-20
/
+29
*
* 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
*
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
*
* Move command argument completion from being hard coded to being associated
tma
2008-09-16
1
-0
/
+35
*
* Supply specific identifier to the master server (Mathieu Olivier)
tma
2008-09-15
1
-1
/
+1
*
* Add Com_HexStrToInt
tma
2008-09-05
1
-2
/
+2
*
- 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
1
-0
/
+5
*
* Restrict OpenAL capture support test hack to OS X, where it is required; this
tma
2008-08-03
1
-1
/
+1
*
* Remove cl_platformSensitivity as it predates the move to SDL everywhere
tma
2008-07-12
1
-2
/
+0
*
* Rename voip cvar to cl_voip
tma
2008-07-07
1
-19
/
+17
*
* 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
*
VOIP: Added cvar cl_voipCaptureMult to boost gain on recorded bits.
icculus
2008-07-05
1
-1
/
+8
*
VoIP: Added cheapie VoIP meter.
icculus
2008-06-25
1
-3
/
+6
*
VoIP: Save own voice when recording a demo.
icculus
2008-06-08
1
-0
/
+1
*
VoIP: Don't lose gain for good if using VAD on disconnect.
icculus
2008-06-08
1
-0
/
+4
*
VoIP: tweaked VAD code.
icculus
2008-06-08
1
-1
/
+3
*
VoIP: attempt at changing voipPower calc and using it for VAD.
icculus
2008-06-08
1
-18
/
+12
*
VoIP: initial shot at voice activation.
icculus
2008-06-07
1
-24
/
+55
*
VoIP: Initial work on adding Speex preprocessor.
icculus
2008-06-07
1
-1
/
+3
*
VoIP: Don't hardcode Speex sample rate.
icculus
2008-06-07
1
-2
/
+2
*
VoIP: functionality to adjust incoming audio gain, per-user.
icculus
2008-06-04
1
-0
/
+2
*
VoIP: client can now specify targets for voice transmission.
icculus
2008-06-04
1
-0
/
+16
*
VoIP: voip cvar should be 1 by default.
icculus
2008-06-03
1
-1
/
+1
*
Don't allow client to capture audio if playing back a demo.
icculus
2008-06-03
1
-0
/
+2
*
More VoIP work: treat voip/sv_voip cvars as protocol version numbers.
icculus
2008-06-02
1
-0
/
+6
*
Changed a few VoIP cvars to be latched.
icculus
2008-06-01
1
-2
/
+2
*
Forbid setting voip cvar if network data rate is too low.
icculus
2008-06-01
1
-11
/
+23
*
Client shouldn't try to capture audio data if voip cvar is disabled.
icculus
2008-06-01
1
-0
/
+2
*
Initial patch for in-game VoIP support!
icculus
2008-06-01
1
-0
/
+235
*
mumble link support
ludwig
2008-05-30
1
-0
/
+61
*
- replace a few constant values with GL macros in tr_cmds.c
thilo
2008-05-01
1
-0
/
+2
*
remove commented code
thilo
2008-04-12
1
-5
/
+0
*
Another change to server parsing as a server reporting in from 69.79.84.0/24 ...
thilo
2008-04-12
1
-29
/
+25
*
* Fix some recently introduced warnings
tma
2008-04-12
1
-1
/
+1
*
- fix a potential file descriptor leak in server side of pak downloading
thilo
2008-04-12
1
-1
/
+1
*
- Revamp in-game server browser: you can now scan for games on multiple maste...
thilo
2008-04-11
1
-106
/
+90
*
Add com_standalone cvar for at-runtime handling of mods that do not require t...
thilo
2008-04-10
1
-4
/
+3
*
Include #ifdef to make it easier to create a stand-alone binary.
thilo
2008-04-09
1
-1
/
+4
*
Add Multicast capabilities for LAN server scanning.
thilo
2008-04-09
1
-11
/
+12
[next]