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
*
* Use Sys_Sleep to limit FPS, which will save CPU
tma
2008-07-21
2
-2
/
+19
*
* (bug 3712) MSVC build fix s/strtof/strtod/ (Pat Raynor <raynorpat@gmail.com>)
tma
2008-07-09
1
-1
/
+1
*
* Rename voip cvar to cl_voip
tma
2008-07-07
5
-12
/
+169
*
* 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
2
-2
/
+37
*
Thanks to Lakitu7 for pointing this out.
zakk
2008-06-17
1
-1
/
+1
*
bind ipv6 sockets first
ludwig
2008-06-12
1
-20
/
+21
*
show numeric address the server binds to
ludwig
2008-06-12
1
-6
/
+6
*
Add PRODUCT_VERSION back into q_shared.h for MSVC builds.
juz
2008-06-04
1
-0
/
+4
*
Changed the protocol for VoIP packets to support legacy clients.
icculus
2008-06-03
3
-7
/
+35
*
Initial patch for in-game VoIP support!
icculus
2008-06-01
1
-2
/
+10
*
reorder includes to fix build on OpenBSD (#3663, patch by Jonathan Gray)
ludwig
2008-05-25
1
-1
/
+1
*
whoops.
thilo
2008-05-17
1
-1
/
+1
*
- Workaround for buggy MacOSX getaddrinfo() implementation that doesn't accep...
thilo
2008-05-17
1
-2
/
+10
*
* (bug 3641) Server is left running following a local disconnect
tma
2008-05-12
1
-0
/
+1
*
* Fix a bunch of compile warnings
tma
2008-05-10
1
-14
/
+17
*
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
[next]