Age | Commit message (Expand) | Author |
2013-01-12 | - Have NET_Sleep work with Windows' INVALID_SOCKET again... - Use SOCKET_ERRO... | Zack Middleton |
2013-01-12 | #5672 - Fixed incorrect type usage in NET_Sleep(), patch from Özkan Sezer. | Zack Middleton |
2013-01-12 | static-ize inline functions for Clang/LLVM | Zack Middleton |
2013-01-12 | more '\n' business | Zack Middleton |
2013-01-12 | when interacting with QVMs, Clang/LLVM requires the standard use of the va_*(... | Zack Middleton |
2013-01-12 | fix a WRONG size argument to a memset() call found by Clang/LLVM | Zack Middleton |
2013-01-12 | remove a bunch of superfluous formatting calls | Zack Middleton |
2013-01-12 | rename trap_Printf() to trap_Print() in the game module, as that function has... | Zack Middleton |
2013-01-12 | Removed 0xAD character, from /dev/humancontroller. | Zack Middleton |
2013-01-12 | Fixed typo in README from r2275. | Zack Middleton |
2013-01-12 | Fixed comment in server.h (ent->v.absmax to ent->r.absmax). | Zack Middleton |
2013-01-12 | Added execq to README. | Zack Middleton |
2013-01-12 | Only have bots issue vtaunt commands in Team Arena. | Zack Middleton |
2013-01-12 | Let's actually use MOD_CHAINGUN! From Ensiform. | Zack Middleton |
2013-01-12 | Made more code for Team Arena be inside ifdef MISSIONPACK, from Ensiform. | Zack Middleton |
2013-01-12 | REFACTOR [anough to enough] | Zack Middleton |
2013-01-12 | Removed unneeded va() and use CG_Error instead of trap_Error in cgame. Found ... | Zack Middleton |
2013-01-12 | REFACTOR [reletive -> relative] | Zack Middleton |
2013-01-12 | REFACTOR [a vs an] | Zack Middleton |
2013-01-12 | never set groundEntityNum to -1, use ENTITYNUM_NONE instead | Zack Middleton |
2013-01-12 | REFACTOR | Zack Middleton |
2013-01-12 | fix some typos | Zack Middleton |
2013-01-12 | remove a bunch of unused stuff from game | Zack Middleton |
2013-01-12 | bring some freeish()ing operations ahead from after Errorish() calls | Zack Middleton |
2013-01-12 | add a missing '\n', remove some unwanted ones | Zack Middleton |
2013-01-12 | non-missionpack build throws up a few "0" plums | Zack Middleton |
2013-01-12 | add missing commands to autocompletition | Zack Middleton |
2013-01-12 | add the "execq" command, a more quiet version of the "exec" command in exec/e... | Zack Middleton |
2013-01-12 | fix IPv6-only operation of Windows binaries | Zack Middleton |
2013-01-12 | fix wrong socket ID comparison, from /dev/humancontroller | Zack Middleton |
2013-01-12 | Call sound files 'audio' not 'wav' in debug messages. | Zack Middleton |
2013-01-12 | Cleaned up game server command usage messages. | Zack Middleton |
2013-01-12 | CVE-2012-3345 | Zachary Slater |
2013-01-12 | Removed unnessicary "!!". | Zack Middleton |
2013-01-12 | In CheckTeamLeader, make sure to only set one client as team leader. Reported... | Zack Middleton |
2013-01-12 | gcc 4.0 specification on mac build script | Zachary Slater |
2013-01-12 | Don't use local SDL headers on Linux (need system sdl-config and SDL library ... | Zack Middleton |
2013-01-12 | #5503 - SIGSEGV with r_vertexlight 1 in missionpack (patch by Serge Belyshev). | Zack Middleton |
2013-01-12 | Fixed two issues pointed out in a PVS-Studio static code analyzer article (bu... | Zack Middleton |
2013-01-12 | #5462 - do not require clients to have a matching qagame.qvm (adapted from Op... | Zack Middleton |
2013-01-12 | Fix (#5312) introduced by rev 2103 | Thilo Schulz |
2013-01-12 | Missing a - in the CC line | Zachary Slater |
2013-01-12 | specifying gcc to see if that fixes the mac build... | Zachary Slater |
2013-01-12 | Minor hack to SDL headers for building on Linux. | Ryan C. Gordon |
2013-01-12 | updating SDL includes to 1.2.15 Listen to this if this doesn't work out prope... | Zachary Slater |
2013-01-12 | updating mac SDL stuff to 1.2.15 | Zachary Slater |
2013-01-12 | Moved dpi variable inside BUILD_FREETYPE ifdef. | Zack Middleton |
2013-01-12 | Fixed some issues found using clang static analyzer. | Zack Middleton |
2013-01-12 | #5439 - Potential memory leak in host name resolution. (Eugene C.) | Zack Middleton |
2013-01-12 | #5485 - Use Sys_LoadDll to search in the local directory for the fallback def... | Zack Middleton |