Age | Commit message (Expand) | Author |
2016-04-07 | Early out of Cmd_CompleteArgument and Cmd_SetCommandCompletionFunc | Zack Middleton |
2016-04-07 | Use correct array size for facets in cm_patch.c | Zack Middleton |
2016-04-07 | Fix Cvar_Unset not notifying cvar_modifiedFlags | Dion Williams |
2016-04-07 | Better language, less tense | Zachary J. Slater |
2016-04-07 | more helpful error message | Zachary J. Slater |
2016-04-07 | build: define ARCH_STRING in Makefile on Linux and other GNU platforms | Simon McVittie |
2016-04-07 | Don't segfault in FS_CreatePath when there are no path seperators | Zack Middleton |
2016-04-07 | Make more vm_x86 macros use braces so they work with if blah run macro | Zack Middleton |
2016-04-07 | Fix range checks for numBorders in CM_AddFacetBevels | Zack Middleton |
2016-04-07 | Add support for Aarch64 (ARM64) | Martin Michlmayr |
2016-04-07 | fix a stupid use of strcpy() | /dev/humancontroller |
2016-04-07 | sayto cmd with player name completion | Pan7 |
2016-04-07 | Add support for the GNU/Hurd architecture | Svante Signell |
2015-06-07 | Fix return values in nested system calls from QVMs | /dev/humancontroller |
2015-06-07 | Fix Com_RandomBytes weak-random case | /dev/humancontroller |
2015-06-07 | unzip: comment why there is no USE_INTERNAL_MINIZIP boolean option | Simon McVittie |
2015-03-17 | Add facility to describe cvars | Tim Angus |
2015-03-17 | Actually, that's not suppressing, that's changing behaviour | Tim Angus |
2015-03-17 | Suppress warning of (deliberate) null pointer deference | Tim Angus |
2015-03-17 | Fix a few warnings | Tim Angus |
2015-03-17 | Add ColorIndexForNumber macro replacing '& 0x07' | Pan7 |
2015-03-17 | Add cvar_modified command | Zack Middleton |
2014-08-28 | guard against out-of-bounds jump table targets | /dev/humancontroller |
2014-08-28 | Fix SkipRestOfLine going past end of string | Zack Middleton |
2014-06-17 | Various adjustments so it compiles | Tim Angus |
2014-06-17 | Fix OOB access in CM_EdgePlaneNum without erroring in CM_GridPlane | Zack Middleton |
2014-06-17 | Fix potential out of bounds access caused by CM_GridPlane | Zack Middleton |
2014-06-17 | Fix FS_FOpenFileReadDir non-zero file handle when file not found in pk3 | Zack Middleton |
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 |