summaryrefslogtreecommitdiff
path: root/src/qcommon
AgeCommit message (Expand)Author
2016-04-07build: define ARCH_STRING in Makefile on Linux and other GNU platformsSimon McVittie
2016-04-07Don't segfault in FS_CreatePath when there are no path seperatorsZack Middleton
2016-04-07Make more vm_x86 macros use braces so they work with if blah run macroZack Middleton
2016-04-07Fix range checks for numBorders in CM_AddFacetBevelsZack Middleton
2016-04-07Add support for Aarch64 (ARM64)Martin Michlmayr
2016-04-07fix a stupid use of strcpy()/dev/humancontroller
2016-04-07sayto cmd with player name completionPan7
2016-04-07Add support for the GNU/Hurd architectureSvante Signell
2015-06-07Fix return values in nested system calls from QVMs/dev/humancontroller
2015-06-07Fix Com_RandomBytes weak-random case/dev/humancontroller
2015-06-07unzip: comment why there is no USE_INTERNAL_MINIZIP boolean optionSimon McVittie
2015-03-17Add facility to describe cvarsTim Angus
2015-03-17Actually, that's not suppressing, that's changing behaviourTim Angus
2015-03-17Suppress warning of (deliberate) null pointer deferenceTim Angus
2015-03-17Fix a few warningsTim Angus
2015-03-17Add ColorIndexForNumber macro replacing '& 0x07'Pan7
2015-03-17Add cvar_modified commandZack Middleton
2014-08-28guard against out-of-bounds jump table targets/dev/humancontroller
2014-08-28Fix SkipRestOfLine going past end of stringZack Middleton
2014-06-17Various adjustments so it compilesTim Angus
2014-06-17Fix OOB access in CM_EdgePlaneNum without erroring in CM_GridPlaneZack Middleton
2014-06-17Fix potential out of bounds access caused by CM_GridPlaneZack Middleton
2014-06-17Fix FS_FOpenFileReadDir non-zero file handle when file not found in pk3Zack Middleton
2014-06-17Bunch of comment fixesTequila
2014-06-17#6069: Remove md4 model support.SmileTheory
2014-06-17Remove function prototypes for non-existant Sys_* DLL functionsZack Middleton
2014-06-17Remove old comment that FS_Seek doesn't work on zipped filesZack Middleton
2014-06-17Support FS_SEEK_END and negative offset for zipped files in FS_SeekZack Middleton
2014-06-17Remove unused variable baseOffset from fsh[]Zack Middleton
2014-06-17Fix VM FOpenFile( FS_READ ) files seeking twice in FS_SeekZack Middleton
2014-06-17Fix running if built on OS X 10.9Zack Middleton
2014-06-17Make COM_ParseWarning report starting line number of multi-line tokensZack Middleton
2014-06-17Check for shaders without closing braceZack Middleton
2014-06-17Fix setting COM_Parse current line numberZack Middleton
2013-05-31fix some OOB enumerator usages/dev/humancontroller
2013-05-31drop some useless return statements/dev/humancontroller
2013-05-31remove some redundant exit() calls/dev/humancontroller
2013-05-31add some noreturn annotations/dev/humancontroller
2013-05-31fix some "\n"-related stuff/dev/humancontroller
2013-05-03Rename FS_CheckFilenameIsNotImmutable to ..IsMutableHarley Laue
2013-05-03Rename FS_CheckFilenameIsNotExecutable to ..NotImmutableZack Middleton
2013-05-03Don't allow modifying qvms or pk3sZack Middleton
2013-05-03Fix referencing pk3 with only qagame QVMZack Middleton
2013-05-03Add fallback for __func__ (ioq3 isn't compiled as c99 by default)Zack Middleton
2013-05-03Fix setting CVAR_VM_CREATED flag on user created cvarsZack Middleton
2013-03-27Fix some warnings caused by lack of noreturnTim Angus
2013-03-27Fix some of the things clang --analyze flaggedTim Angus
2013-03-22Ditch 'historical compatibility' and use 'logic' insteadTim Angus
2013-03-19Fix NET_IPSocket and NET_IP6Socket return typeZack Middleton
2013-03-19Use PATH_SEP for a debug message in FS_FOpenFileReadDirEnsiform