Age | Commit message (Expand) | Author |
2013-02-16 | 5717 - Gamecode can open file "" for reading | Zack Middleton |
2013-02-16 | Don't add pk3dirs if connecting to a pure server | Zack Middleton |
2013-02-16 | Change pk3dir README / comments to fit in better | Zack Middleton |
2013-02-16 | 5289 - Support for .pk3dir | Andrew Browne |
2013-02-16 | Unify/cleanup max snapshot entities on client and server | Zack Middleton |
2013-02-16 | Remove MSG_WriteDeltaUsercmd and MSG_ReadDeltaUsercmd | Zack Middleton |
2013-02-16 | Remove some unused defines from msg.c | Zack Middleton |
2013-02-16 | Fix MSG_ReadDeltaKey setting bit 1<<bits often | Zack Middleton |
2013-01-13 | Fix screwed up whitespace in files.c | Tim Angus |
2013-01-13 | Fix FS_FOpenFileRead corner case | Tim Angus |
2013-01-13 | Update src/qcommon/q_shared.h | M. Kristall |
2013-01-12 | Fix a bunch of warnings | Tim Angus |
2013-01-12 | It seems rend2 needs more hunk | Tim Angus |
2013-01-12 | Remove old FIXME, pmove_framecount isn't networked | Zack Middleton |
2013-01-12 | Increase various arbitrary limits - Bug #5463 | Zachary Slater |
2013-01-12 | Fix dedicated server crashing when using MSG_ReadDelta*, though it only happe... | Zack Middleton |
2013-01-12 | Fix passing arg9 (qvm only), arg10, and arg11 to vmMain for native libs and n... | Zack Middleton |
2013-01-12 | Fix function prototype for Info_RemoveKey_Big. Pointed out by Ensiform. | Zack Middleton |
2013-01-12 | Remove references to non-existent functions CM_MarkFragments and CM_LerpTag. | Zack Middleton |
2013-01-12 | Fix some "> MAX_*" to be ">= MAX_*". | Zack Middleton |
2013-01-12 | Fix restoring fs_game when default.cfg is missing. | Zack Middleton |
2013-01-12 | Oops, still need this | Thilo Schulz |
2013-01-12 | Move argument passing from VM to engine to global variables which allows to g... | Thilo Schulz |
2013-01-12 | We should not try to broadcast via the IPv4 socket if that socket is closed. | Zack Middleton |
2013-01-12 | Revert pk3dir patch because some users report the code gets stuck in an infin... | Thilo Schulz |
2013-01-12 | Support for .pk3dir (#5298) - Patch by Andrew (dersaidin@gmail.com) | Thilo Schulz |
2013-01-12 | Fixed fatal error ("OP_BLOCK_COPY out of range!") when using qvms on Mac OS X... | Zack Middleton |
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 | 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 | 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 | 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 | CVE-2012-3345 | Zachary Slater |
2013-01-12 | #5462 - do not require clients to have a matching qagame.qvm (adapted from Op... | Zack Middleton |
2013-01-12 | #5439 - Potential memory leak in host name resolution. (Eugene C.) | Zack Middleton |
2013-01-12 | Support up to 16 joystick axes, select which to use with j_*_axis cvars. | Zack Middleton |
2013-01-12 | bugzilla bug #5273 exploit resolved, we're now disallowing forwardmove of -12... | Zachary Slater |
2013-01-12 | Removed unused functoin Hunk_Trash. | Zack Middleton |
2013-01-12 | Removed an unused variable (which wasn't compiled in as _DEBUG isn't defined ... | Zack Middleton |
2013-01-12 | Show file/line/label in Com_Error messages when run out of memory in debug bu... | Zack Middleton |
2013-01-12 | Enable zone and hunk debug in debug build. | Zack Middleton |
2013-01-12 | Use GENTITYNUM_BITS for jumppad_ent bits. | Zack Middleton |
2013-01-12 | Fix net_restart when networking was temporarily disabled | Thilo Schulz |
2013-01-12 | Fixed showing number of qvm jump table targets (r2180 caused it to show 0 on ... | Zack Middleton |
2013-01-12 | * (bug #5283) Changes to the Makefile to make building standalone games easie... | Tim Angus |