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
*
* 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
*
* Fix to a stupid bug I introduced whilst trying to be clever
tma
2006-01-15
1
-2
/
+3
*
* Up the defaults for zone and hunk memory since some mods (UT) have large
tma
2006-01-05
1
-13
/
+16
*
* Fix the MinGW and (hopefully) OS X builds
tma
2006-01-04
1
-310
/
+0
*
* Replaced ALIGN macro with PAD
tma
2005-12-05
1
-2
/
+2
*
Better altivec cvar handling. Should fix crashes at startup, or curious
icculus
2005-12-04
1
-2
/
+28
*
Mac OS X work...lots of little changes that touch a lot of random places.
icculus
2005-11-26
1
-1
/
+8
*
use common macro for alignment
ludwig
2005-11-13
1
-2
/
+2
*
use system memcpy and memset
ludwig
2005-11-06
1
-5
/
+2
*
- set umask to 0077 before writing the cdkey, the rest of the world
ludwig
2005-11-06
1
-3
/
+15
*
* Centralise architecture defines in q_platform.h
tma
2005-11-05
1
-2
/
+2
*
* Replaced a bunch of inline and __inline with ID_INLINE
tma
2005-11-04
1
-3
/
+1
*
allocate memory pointer aligned
ludwig
2005-11-02
1
-2
/
+2
*
* Beginnings of Solaris support from Vincent S. Cojot
tma
2005-10-29
1
-1
/
+1
*
* Added STATUS
tma
2005-10-29
1
-1
/
+1
*
* Moved various source files from their mod sdk locations to places more
tma
2005-10-26
1
-1
/
+1
*
* Tab completed commands no longer treated like cvars
tma
2005-10-21
1
-4
/
+16
*
* Tiny patch to print values of cvars when tab completing ala ET
tma
2005-10-21
1
-1
/
+1
*
* FreeBSD fixes/updates from Andreas Kohn
tma
2005-09-25
1
-1
/
+1
*
* Replaced lots of __linux__ || __FreeBSD__ with __GNUC__
tma
2005-09-23
1
-6
/
+2
*
* Port to MinGW
tma
2005-09-22
1
-1
/
+1
[next]