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
*
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
*
Basic IPv6 support. Some inspiration from the patches by Lubos Dolezel and JF...
thilo
2008-04-04
1
-42
/
+91
*
A more clean solution to this bug. Stop the renderer when the UI VM is not ru...
thilo
2008-03-27
1
-4
/
+0
*
Fix flashing connect screen, see https://bugzilla.icculus.org/show_bug.cgi?id...
thilo
2008-03-27
1
-0
/
+4
*
Remove obsolete code for obfuscation.
thilo
2008-03-25
1
-11
/
+1
*
* (bug 3412) %s expansion security patch (DevHC)
tma
2008-01-22
1
-3
/
+3
*
Remove small redundancy
thilo
2007-12-27
1
-2
/
+2
*
* Fix bug where an extraneous render command can cause a crash when
tma
2007-11-18
1
-0
/
+2
*
make master server used by client configurable (cl_master)
ludwig
2007-11-14
1
-2
/
+4
*
* Fix bug that prevented key up events getting to cgame/ui when not in game
tma
2007-10-02
1
-6
/
+7
*
* Move the conditional compilation of bg_lib.c from the Makefile to cpp in
tma
2007-09-22
1
-5
/
+5
*
* Merge unified-sdl to trunk
tma
2007-09-05
1
-30
/
+110
*
* Merge win_net.c and unix_net.c
tma
2007-08-28
1
-9
/
+0
*
* (bug 3018) Should not reset CVAR_CHEAT cvars when loading cgame/ui if they
tjw
2007-04-05
1
-1
/
+2
*
* (bug 3019) use the operating system's random number generator if possible
tjw
2007-02-16
1
-7
/
+3
*
* (bug 3019) adds the cvar cl_guidServerUniq (defaults to 1). When set to
tjw
2007-02-12
1
-11
/
+70
*
- tag more functions with gnu format attribute
ludwig
2006-12-30
1
-1
/
+1
*
* Merge 954:955 from 1.34 branch
tma
2006-11-28
1
-1
/
+1
*
- Remove "server crashed" message on server shutdown caused by local client d...
thilo
2006-10-27
1
-0
/
+3
*
* add cURL support for HTTP/FTP downloading (bug 2661)
tjw
2006-09-11
1
-4
/
+86
*
* Disable video command when not playing back a demo
tma
2006-08-29
1
-0
/
+6
*
Go back to rev. 874. ATM, there is no good way to make FS_Restart() behave as...
thilo
2006-08-28
1
-3
/
+0
*
Fix crash when recording to files and the map changes. Was caused by new, cor...
thilo
2006-08-28
1
-0
/
+3
*
- compensate sv_fps for timescale value.
thilo
2006-08-26
1
-7
/
+23
*
* qvm files no longer installed by "make copyfiles"
tma
2006-08-13
1
-0
/
+3
*
Changed the demofile slot finder to use FS_FileExists instead of FS_ReadFile ...
thilo
2006-07-30
1
-3
/
+1
*
Fix wrong demo filename when all 9999 demo*.dm_64 file slots have been written.
thilo
2006-07-30
1
-4
/
+2
*
- Fix bug that allows a malicious server to write and overwrite any files in ...
thilo
2006-06-16
1
-7
/
+0
*
Forgot to check for windows-style path seperator in precaution against direct...
thilo
2006-06-01
1
-1
/
+1
*
Prevent servers from making clients download files that are written to non-qu...
thilo
2006-05-28
1
-0
/
+7
*
Add string length checking to function COM_StripExtension. This fixes the R_R...
thilo
2006-05-06
1
-1
/
+1
*
- Added SV_Shutdown to Linux signal handler to ensure that clients don't hang...
thilo
2006-05-04
1
-0
/
+4
*
- Introduced various new typedefs for windows platform (int32_t, int64_t, etc...
thilo
2006-04-27
1
-2
/
+1
*
- "baseq3" literal replacement patch (by Erik Auerswald) applied
thilo
2006-04-26
1
-1
/
+2
*
* cl_guid for semi-reliable server authentication (from tjw)
tma
2006-04-22
1
-0
/
+25
[next]