Age | Commit message (Expand) | Author |
2014-06-17 | Bunch of comment fixes | Tequila |
2014-06-17 | #6069: Remove md4 model support. | SmileTheory |
2014-06-17 | Remove function prototypes for non-existant Sys_* DLL functions | Zack Middleton |
2014-06-17 | Remove old comment that FS_Seek doesn't work on zipped files | Zack Middleton |
2014-06-17 | Support FS_SEEK_END and negative offset for zipped files in FS_Seek | Zack Middleton |
2014-06-17 | Remove unused variable baseOffset from fsh[] | Zack Middleton |
2014-06-17 | Fix VM FOpenFile( FS_READ ) files seeking twice in FS_Seek | Zack Middleton |
2014-06-17 | Fix running if built on OS X 10.9 | Zack Middleton |
2014-06-17 | Make COM_ParseWarning report starting line number of multi-line tokens | Zack Middleton |
2014-06-17 | Check for shaders without closing brace | Zack Middleton |
2014-06-17 | Fix setting COM_Parse current line number | Zack Middleton |
2013-05-31 | fix some OOB enumerator usages | /dev/humancontroller |
2013-05-31 | drop some useless return statements | /dev/humancontroller |
2013-05-31 | remove some redundant exit() calls | /dev/humancontroller |
2013-05-31 | add some noreturn annotations | /dev/humancontroller |
2013-05-31 | fix some "\n"-related stuff | /dev/humancontroller |
2013-05-03 | Rename FS_CheckFilenameIsNotImmutable to ..IsMutable | Harley Laue |
2013-05-03 | Rename FS_CheckFilenameIsNotExecutable to ..NotImmutable | Zack Middleton |
2013-05-03 | Don't allow modifying qvms or pk3s | Zack Middleton |
2013-05-03 | Fix referencing pk3 with only qagame QVM | Zack Middleton |
2013-05-03 | Add fallback for __func__ (ioq3 isn't compiled as c99 by default) | Zack Middleton |
2013-05-03 | Fix setting CVAR_VM_CREATED flag on user created cvars | Zack Middleton |
2013-03-27 | Fix some warnings caused by lack of noreturn | Tim Angus |
2013-03-27 | Fix some of the things clang --analyze flagged | Tim Angus |
2013-03-22 | Ditch 'historical compatibility' and use 'logic' instead | Tim Angus |
2013-03-19 | Fix NET_IPSocket and NET_IP6Socket return type | Zack Middleton |
2013-03-19 | Use PATH_SEP for a debug message in FS_FOpenFileReadDir | Ensiform |
2013-03-19 | Remove RAVENMD4 #define | Tim Angus |
2013-03-19 | Fix some clang warnings | Tim Angus |
2013-03-19 | Remove old x86_64 JIT compiler | Tim Angus |
2013-03-19 | Remove Sys_SnapVector | Zack Middleton |
2013-02-16 | Update copyright notices | Tim Angus |
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 |