index
:
archive/ioquake3-aero
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
code
/
qcommon
/
common.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Fix MinGW build (it doesn't have _putenv_s)
tma
2009-10-13
1
-1
/
+1
*
Fix netcode inconsistency, thanks to /dev/humancontroller for the patch, see ...
thilo
2009-10-12
1
-16
/
+0
*
MinGW doesn't have setenv() either, so.....
thilo
2009-10-12
1
-3
/
+3
*
Fix environment variable handling for Linux, make setenv command added before...
thilo
2009-10-12
1
-13
/
+53
*
Minor reworking to check command line cvars before Com_InitZoneMemory().
icculus
2009-09-14
1
-6
/
+8
*
Replace a few sprintf with Com_sprintf
thilo
2009-06-01
1
-3
/
+3
*
Fix warning in Sys_RandomBytes() usage
thilo
2009-05-31
1
-1
/
+1
*
I'll retain the new way seeding the random number generator.. these calls are...
thilo
2009-05-31
1
-1
/
+0
*
Revert changes of rand() to random() as random() was redefined in quake3.
thilo
2009-05-31
1
-4
/
+4
*
- Introduce seeding of the random number generator at startup
thilo
2009-05-31
1
-4
/
+22
*
define STRING and XSTRING in q_shared.h (#4054)
ludwig
2009-05-05
1
-2
/
+0
*
* Remove superfluous comments committed with fix to bug #3999
tma
2009-03-02
1
-4
/
+2
*
initialize qport with random value instead of time (#3999)
ludwig
2009-03-02
1
-1
/
+8
*
* Move command argument completion from being hard coded to being associated
tma
2008-09-16
1
-89
/
+7
*
* Fix to console completion bug introduced by the last fix (from the oops
tma
2008-08-30
1
-1
/
+1
*
* Collapse common command completion code into one function and fix the
tma
2008-08-27
1
-57
/
+38
*
* Handle dead keys more gracefully by taking a "best guess" rather than ignoring
tma
2008-08-25
1
-0
/
+8
*
* Change win32 client Sys_Sleep so it ONLY sleeps since before it was waking on
tma
2008-08-03
1
-1
/
+8
*
* Sign check com_maxfps* variables
tma
2008-07-21
1
-3
/
+3
*
* Use Sys_Sleep to limit FPS, which will save CPU
tma
2008-07-21
1
-2
/
+17
*
* Rename voip cvar to cl_voip
tma
2008-07-07
1
-3
/
+7
*
* Remove silly range check on sv_voip during initialisation
tma
2008-07-06
1
-1
/
+1
*
* Change dedicated cvar to CVAR_LATCH on the dedicated server
tma
2008-07-06
1
-1
/
+1
*
* (bug 3610) Server sending unnecessary newline with SV_ConSay_F (Tyler Schwend
tma
2008-07-05
1
-1
/
+2
*
* (bug 3641) Server is left running following a local disconnect
tma
2008-05-12
1
-0
/
+1
*
Make forced unloading work in more cases than just server disconnects
thilo
2008-04-29
1
-0
/
+4
*
Add com_standalone cvar for at-runtime handling of mods that do not require t...
thilo
2008-04-10
1
-4
/
+14
*
set flag to allow forced unload of a running VM
ludwig
2008-04-06
1
-0
/
+2
*
- Replace vsprintf function in bg_lib.c with vsnprintf implementation started...
thilo
2008-03-25
1
-1
/
+1
*
* Write q3config_server.cfg for the server, to avoid reseting client variables
tma
2008-02-28
1
-2
/
+2
*
* send along the reason for disconnection when sending the disconnect
tjw
2007-12-31
1
-0
/
+2
*
* (bug 3454) Fix crash in autocompletion due to incorrect strncpy buffer size
tma
2007-12-03
1
-3
/
+6
*
* Unconditionally place a '\' at the start of the command buffer when
tma
2007-10-12
1
-38
/
+90
*
* Merge unified-sdl to trunk
tma
2007-09-05
1
-91
/
+169
*
* Fix a few -pedantic warnings
tma
2007-07-25
1
-1
/
+1
*
* (bug 3019) use the operating system's random number generator if possible
tjw
2007-02-16
1
-0
/
+21
*
- Remove "server crashed" message on server shutdown caused by local client d...
thilo
2006-10-27
1
-7
/
+7
*
Go back to rev. 874. ATM, there is no good way to make FS_Restart() behave as...
thilo
2006-08-28
1
-5
/
+5
*
More fixes for the FS_Shutdown change. Declare qconsole.log as closed before ...
thilo
2006-08-28
1
-2
/
+1
*
Fix crash when recording to files and the map changes. Was caused by new, cor...
thilo
2006-08-28
1
-3
/
+4
*
* Print the SVN version string in Com_Init()
tjw
2006-08-25
1
-1
/
+1
*
Fix 100% CPU usage on idle dedicated servers.
thilo
2006-08-18
1
-2
/
+2
*
* sv_minRate (from R1CH)
tma
2006-06-17
1
-0
/
+5
*
Replaced various "baseq3" strings with the centrally defined BASEGAME macro.
thilo
2006-04-26
1
-1
/
+1
*
- botlib logfile now gets stored in the fs_game directory in fs_homepath. (pa...
thilo
2006-04-21
1
-5
/
+16
*
* Displace the '\n's passed to SV_Shutdown
tma
2006-02-28
1
-4
/
+4
*
- change long to intptr_t for 64bit windows compatability
ludwig
2006-02-18
1
-3
/
+3
*
* Persistent console history
tma
2006-01-24
1
-1
/
+4
*
* Overhaul of console autocompletion
tma
2006-01-22
1
-64
/
+199
*
* Fix a bug with command/cvar autocompletion
tma
2006-01-21
1
-1
/
+6
[next]