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
*
define the product version in the Makefile
ludwig
2008-05-06
1
-7
/
+1
*
- replace a few constant values with GL macros in tr_cmds.c
thilo
2008-05-01
1
-10
/
+11
*
- variables with CVAR_ROM set get now overwritten by Cvar_Get() if the cvar e...
thilo
2008-05-01
1
-11
/
+30
*
Make forced unloading work in more cases than just server disconnects
thilo
2008-04-29
1
-0
/
+4
*
Fix crash bug for interfaces without assigned address, thanks to PhoinixGR fo...
thilo
2008-04-21
1
-1
/
+7
*
fix obvious bug, thanks mattn2
thilo
2008-04-16
1
-1
/
+1
*
Fix build on IRIX (Patrick Baggett)
ludwig
2008-04-16
1
-1
/
+1
*
* Fix some recently introduced warnings
tma
2008-04-12
1
-3
/
+3
*
Only don't send packet on disabled multicast if it actually is a multicast pa...
thilo
2008-04-12
1
-2
/
+2
*
- fix a potential file descriptor leak in server side of pak downloading
thilo
2008-04-12
2
-1
/
+3
*
- Revamp in-game server browser: you can now scan for games on multiple maste...
thilo
2008-04-11
2
-15
/
+18
*
Add com_standalone cvar for at-runtime handling of mods that do not require t...
thilo
2008-04-10
4
-15
/
+39
*
Include #ifdef to make it easier to create a stand-alone binary.
thilo
2008-04-09
3
-13
/
+27
*
Fix uninitialized usage warnings on MacOSX.
thilo
2008-04-09
1
-1
/
+1
*
Add Multicast capabilities for LAN server scanning.
thilo
2008-04-09
6
-135
/
+326
*
set flag to allow forced unload of a running VM
ludwig
2008-04-06
3
-2
/
+21
*
debug output for EXEC_NOW
ludwig
2008-04-06
1
-0
/
+2
*
revert changes to that one as this is not necessary.
thilo
2008-04-06
1
-1
/
+1
*
Make sure that one broken shader file cannot crash the game / make the other ...
thilo
2008-04-06
1
-1
/
+1
*
* Fix to MinGW build following IPv6 changes
tma
2008-04-05
1
-5
/
+11
*
I hope this makes the code work on solaris, too and fix the EINVAL on sendto()
thilo
2008-04-05
1
-3
/
+3
*
- include Winsock2.h for windows
thilo
2008-04-05
2
-1
/
+5
*
Fix compilation on Solaris and possibly other platforms that have no getifadd...
thilo
2008-04-05
1
-91
/
+24
*
Basic IPv6 support. Some inspiration from the patches by Lubos Dolezel and JF...
thilo
2008-04-04
3
-384
/
+770
*
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
[next]