summaryrefslogtreecommitdiff
path: root/src/qcommon
AgeCommit message (Expand)Author
2018-04-24Show the actual version in the version cvar.HEADmasterPaweł Redman
2018-04-18Truncate too long messages in Netchan_Transmit (instead of erroring out).Paweł Redman
2018-04-03Fix a null pointer dereference in Com_Error.Paweł Redman
2018-03-09Never ERR_DROP on a dedicated server.Paweł Redman
2017-12-26Revert "abort() on Com_Error()"Paweł Redman
2017-09-16abort() on Com_Error()/dev/humancontroller
2017-08-14always allow game VMs to be found outside pk3 files/dev/humancontroller
2017-08-14apply the security patch for incoming-packet VoIP-data parsing and Huffman de.../dev/humancontroller
2017-03-09implement part 2 of the multi-protocol functionality: pk3 control/dev/humancontroller
2017-03-09implement part 1 of the multi-protocol functionality: protocols/dev/humancontroller
2017-03-09fix Info_SetValueForKey() for ("...", NULL) calls/dev/humancontroller
2017-03-09increase MAX_SAY_TEXT to 800/dev/humancontroller
2017-03-09refactor stuff/dev/humancontroller
2017-03-09allow >127 ordinal characters in string transmission/dev/humancontroller
2017-03-09remove the crappy "argument sanitization" workaround/dev/humancontroller
2017-03-09fix Com_ClientListParse()/dev/humancontroller
2017-03-09drop support for automatically playing the splash cinematic on startup/dev/humancontroller
2017-03-09stop embedding/displaying version information in various cases/dev/humancontroller
2017-03-09stop accessing the hostname, the current username and the architecture/platfo.../dev/humancontroller
2017-03-09remove the (generally unsecure) use of PIDs and PID files/dev/humancontroller
2017-03-09remove the (generally unsecure) setenv command/dev/humancontroller
2017-03-09add a crappy hack to allow the game DLL/SO to be reloaded when running a serv.../dev/humancontroller
2017-03-09fix changing of the WRONG cvar: fs_basepath instead of fs_basegame/dev/humancontroller
2017-03-09fix network broadcasting on FreeBSD/dev/humancontroller
2017-02-07load libraries only, and load VMs additionally, from the path specified by th.../dev/humancontroller
2017-02-07be more cautious in assigning default fs_ paths/dev/humancontroller
2017-02-07stop referencing the current working directory/dev/humancontroller
2017-02-07stop embedding the architecture in the filenames of binaries and libraries; c.../dev/humancontroller
2017-02-07fix crashing when an fs_*path is relative, but does not have an initial "." c.../dev/humancontroller
2017-02-07fix some format specifiers in printf()-like function calls/dev/humancontroller
2017-02-07silence some MSVC warnings/dev/humancontroller
2017-02-07silence a bunch of compiler warnings/dev/humancontroller
2017-02-07fix compilation with MSVC/dev/humancontroller
2017-02-06use system libraries more properly; introduce a dependency on Minizip/dev/humancontroller
2017-01-26remove most libraries from the source tree/dev/humancontroller
2016-04-09Merge branch 'master' into gppTim Angus
2016-04-07Make it compileTim Angus
2016-04-07OpenGL2: Add named cubemaps and per-map env.json parsing.SmileTheory
2016-04-07Use Opus for VoIPZack Middleton
2016-04-07Search for mods in steam path as well as home and base paths.SmileTheory
2016-04-07Early out of Cmd_CompleteArgument and Cmd_SetCommandCompletionFuncZack Middleton
2016-04-07Use correct array size for facets in cm_patch.cZack Middleton
2016-04-07Fix Cvar_Unset not notifying cvar_modifiedFlagsDion Williams
2016-04-07Better language, less tenseZachary J. Slater
2016-04-07more helpful error messageZachary J. Slater
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