index
:
archive/ioquake3-aero
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
code
/
server
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed more unused variables.
icculus
2009-09-15
3
-8
/
+3
*
Removed unused variables.
icculus
2009-09-15
1
-3
/
+0
*
When dropping bots, don't move to CS_ZOMBIE. Go straight to CS_FREE.
icculus
2009-09-15
1
-5
/
+10
*
Fixed triggering Com_Error() when kicking a large number of bots at once.
icculus
2009-09-14
1
-1
/
+1
*
- fix typo in previous commit to net_ip.c
thilo
2009-06-23
1
-22
/
+57
*
Make servers echo challenge codes from client getchallenge commands
thilo
2009-06-01
3
-59
/
+67
*
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
2
-3
/
+3
*
- Introduce seeding of the random number generator at startup
thilo
2009-05-31
2
-3
/
+2
*
This could never have worked in the first place. Duh.
thilo
2009-05-28
1
-2
/
+7
*
- Introduce new NET_CompareBaseAdrMask for easy comparison of ip address ranges
thilo
2009-05-24
5
-132
/
+230
*
More commentary to source code
thilo
2009-05-21
1
-1
/
+25
*
whitespace fixes
ludwig
2009-05-08
1
-26
/
+26
*
SV_ReplacePendingServerCommands is unused
ludwig
2009-05-08
1
-0
/
+2
*
mark functions static (#4010)
ludwig
2009-05-08
7
-43
/
+43
*
msg->oob is actually qboolean (#4010)
ludwig
2009-05-08
1
-4
/
+6
*
fix STANDALONE challengeResponse (#4000)
ludwig
2009-03-02
1
-5
/
+2
*
security fix: prevent command injection via callvote
ludwig
2009-01-17
1
-0
/
+1
*
gamename is already a cvar with CVAR_SERVERINFO
ludwig
2009-01-11
1
-1
/
+0
*
fix strict aliasing issues
ludwig
2008-11-03
1
-8
/
+3
*
* Move command argument completion from being hard coded to being associated
tma
2008-09-16
1
-0
/
+15
*
* Supply specific identifier to the master server (Mathieu Olivier)
tma
2008-09-15
1
-1
/
+1
*
- Add scope id to ipv6 addresses.
thilo
2008-08-31
1
-2
/
+6
*
* Fix server info string voip setting
tma
2008-07-08
1
-1
/
+1
*
* Rename voip cvar to cl_voip
tma
2008-07-07
5
-20
/
+17
*
Reverted svn revision #1410 to sv_init.c
icculus
2008-07-06
1
-0
/
+4
*
* Remove silly range check on sv_voip during initialisation
tma
2008-07-06
2
-12
/
+0
*
* In the dedicated binary, prevent setting dedicated cvar to 0
tma
2008-07-06
1
-0
/
+8
*
* (bug 3610) Server sending unnecessary newline with SV_ConSay_F (Tyler Schwend
tma
2008-07-05
1
-1
/
+1
*
Changed the protocol for VoIP packets to support legacy clients.
icculus
2008-06-03
1
-1
/
+23
*
More VoIP work: treat voip/sv_voip cvars as protocol version numbers.
icculus
2008-06-02
1
-1
/
+3
*
Treat sv_voip cvar as a version number (0 == off, 1 == version 1 protocol).
icculus
2008-06-02
2
-1
/
+7
*
sv_voip cvar should be latched.
icculus
2008-06-02
1
-1
/
+1
*
Initial patch for in-game VoIP support!
icculus
2008-06-01
5
-0
/
+247
*
One minor comment fix
thilo
2008-04-12
1
-2
/
+2
*
- fix a potential file descriptor leak in server side of pak downloading
thilo
2008-04-12
5
-1
/
+450
*
- Revamp in-game server browser: you can now scan for games on multiple maste...
thilo
2008-04-11
1
-4
/
+2
*
Add com_standalone cvar for at-runtime handling of mods that do not require t...
thilo
2008-04-10
2
-4
/
+10
*
Include #ifdef to make it easier to create a stand-alone binary.
thilo
2008-04-09
4
-4
/
+17
*
Add Multicast capabilities for LAN server scanning.
thilo
2008-04-09
1
-0
/
+5
*
Basic IPv6 support. Some inspiration from the patches by Lubos Dolezel and JF...
thilo
2008-04-04
3
-42
/
+52
*
- Replace vsprintf function in bg_lib.c with vsnprintf implementation started...
thilo
2008-03-25
2
-2
/
+2
*
* send along the reason for disconnection when sending the disconnect
tjw
2007-12-31
1
-1
/
+1
*
* (bug 3420) Don't respect sv_killserver unless a server is actually running
tma
2007-11-23
1
-0
/
+5
*
* rewrite of the win32 dedicated console:
tjw
2007-09-15
1
-1
/
+1
*
* Merge unified-sdl to trunk
tma
2007-09-05
6
-30
/
+15
*
* (bug 3066) rcon rate-limiting was not compatible with the eventual
tjw
2007-05-10
1
-1
/
+1
*
* (bug 3018) Should not reset CVAR_CHEAT cvars when loading cgame/ui if they
tjw
2007-04-05
1
-1
/
+2
*
* (bug 3027) don't trust the "ip" value in the userinfo string since a client
tjw
2007-02-14
1
-16
/
+32
*
* (bug 3014) my revision 935 broke the sending of the kick/clientkick message
tjw
2007-02-01
1
-2
/
+3
[next]