index
:
archive/ioquake3-aero
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
code
/
qcommon
Commit message (
Expand
)
Author
Age
Files
Lines
*
strcpy -> memmove as string does overlap which should be avoided according to...
thilo
2008-03-25
1
-1
/
+2
*
Commit patch from Jacques Boscq, which will prohibit the calling of memcpy wi...
thilo
2008-03-25
1
-2
/
+4
*
- Replace vsprintf function in bg_lib.c with vsnprintf implementation started...
thilo
2008-03-25
4
-38
/
+39
*
vsnprintf -> Q_vsnprintf
thilo
2008-03-25
1
-1
/
+1
*
Applied patch to clean up code for reading cvars and add new command "print" ...
thilo
2008-03-25
1
-87
/
+70
*
use vm->callLevel to count recursive calls to VM_Call
ludwig
2008-03-24
4
-16
/
+18
*
* Write q3config_server.cfg for the server, to avoid reseting client variables
tma
2008-02-28
3
-3
/
+9
*
move all image decoders into separate files
ludwig
2008-02-14
1
-44
/
+0
*
* send along the reason for disconnection when sending the disconnect
tjw
2007-12-31
1
-0
/
+2
*
Add gamedirectory in .app to searchpath on MacOSX
thilo
2007-12-14
2
-1
/
+22
*
Replace obsolete macro with some other macro. I hope this does not break too ...
thilo
2007-12-14
1
-1
/
+1
*
* (bug 3470) Correct type for function pointer
tma
2007-12-11
1
-1
/
+1
*
* (bug 3454) Fix crash in autocompletion due to incorrect strncpy buffer size
tma
2007-12-03
1
-3
/
+6
*
* Add con_log.c to log all console output
tma
2007-11-30
1
-1
/
+1
*
* Move MINSDL_ values to sys_local.h from Makefile/VC project
tma
2007-11-26
2
-54
/
+26
*
* (bug 3420) Don't respect sv_killserver unless a server is actually running
tma
2007-11-23
1
-0
/
+2
*
* Don't truncate the cvar value when the user specifically asks for it
tma
2007-11-01
1
-10
/
+4
*
include endian.h (#3399)
ludwig
2007-10-26
1
-0
/
+2
*
* Add required header on *BSD
tma
2007-10-13
1
-0
/
+3
*
* OpenBSD support (Toni Spets <toni.spets@gmail.com>)
tma
2007-10-12
1
-0
/
+24
*
* Unconditionally place a '\' at the start of the command buffer when
tma
2007-10-12
2
-38
/
+93
*
* Bug fix to collision optimisation (arQon)
tma
2007-10-06
4
-3
/
+44
*
* Remove some C99isms (f0rqu3)
tma
2007-10-01
1
-1
/
+3
*
* Move the conditional compilation of bg_lib.c from the Makefile to cpp in
tma
2007-09-22
1
-3
/
+1
*
* (bug 3318) Restrict color escape characters to alphanumerics
tma
2007-09-21
1
-1
/
+1
*
* rewrite of the win32 dedicated console:
tjw
2007-09-15
2
-26
/
+11
*
* Compile time and runtime checks for SDL >= 1.2.7
tma
2007-09-06
1
-3
/
+5
*
* Merge unified-sdl to trunk
tma
2007-09-05
15
-577
/
+543
*
clean up pak file checks + fixing stray error message when an unofficial pak9...
thilo
2007-08-30
1
-12
/
+24
*
* Merge win_net.c and unix_net.c
tma
2007-08-28
3
-23
/
+1083
*
* Rewrite of R_LoadImage to make it more generic and data driven
tma
2007-08-26
3
-1
/
+23
*
* ...And the other deliberate mistake
tma
2007-08-24
1
-1
/
+1
*
* (bug 3112) Removal of QVM name obfuscation (TsT <tst2006@gmail.com>)
tma
2007-08-24
1
-25
/
+3
*
* PNG support from Joerg Dietrich <dietrich_joerg@t-online.de>
tma
2007-08-23
2
-0
/
+801
*
fix gcc 4.2 warnings about cast from pointer to integer (#3317)
ludwig
2007-08-19
1
-2
/
+2
*
new x86_64 vm that doesn't use gas
ludwig
2007-08-16
2
-18
/
+1553
*
* Early out AABB collision optimisation from Robert Beckebans (Xreal)
tma
2007-07-27
5
-1
/
+69
*
* Fix a few -pedantic warnings
tma
2007-07-25
3
-3
/
+3
*
* (bug 3268) Replace Mac OS X Carbon API calls with native ones (thanks
tjw
2007-07-20
1
-10
/
+3
*
* Replace horrendously long list of build rules with set of inference rules
tma
2007-07-14
2
-2499
/
+1020
*
- fix OP_MODU and OP_MODI
ludwig
2007-07-03
1
-10
/
+11
*
another attempt to fix the alignment, this time hopfully for real
ludwig
2007-07-03
1
-5
/
+10
*
fix stack alignment
ludwig
2007-07-03
1
-0
/
+2
*
use native stack for vm stack as well, frees one register
ludwig
2007-06-25
1
-26
/
+36
*
check program counter on OP_CALL and OP_LEAVE
ludwig
2007-06-25
1
-2
/
+6
*
* (bug 3019) use the operating system's random number generator if possible
tjw
2007-02-16
4
-2
/
+27
*
* fix q3lcc warning message due to an extra ; that slipped in at rev 1023
tjw
2007-02-15
1
-1
/
+1
*
* (bug 3019) adds the cvar cl_guidServerUniq (defaults to 1). When set to
tjw
2007-02-12
2
-5
/
+16
*
- Fix loads of format string bugs
thilo
2007-01-24
2
-4
/
+4
*
* (bug 2977) use MSVC compatiable pre-processors and also include <io.h> for
tjw
2007-01-19
1
-12
/
+13
[next]