Age | Commit message (Expand) | Author |
2017-03-09 | refactor stuff | /dev/humancontroller |
2017-03-09 | allow >127 ordinal characters in string transmission | /dev/humancontroller |
2017-03-09 | remove the crappy "argument sanitization" workaround | /dev/humancontroller |
2017-03-09 | fix Com_ClientListParse() | /dev/humancontroller |
2017-03-09 | drop support for automatically playing the splash cinematic on startup | /dev/humancontroller |
2017-03-09 | stop embedding/displaying version information in various cases | /dev/humancontroller |
2017-03-09 | stop accessing the hostname, the current username and the architecture/platfo... | /dev/humancontroller |
2017-03-09 | remove the (generally unsecure) use of PIDs and PID files | /dev/humancontroller |
2017-03-09 | remove the (generally unsecure) setenv command | /dev/humancontroller |
2017-03-09 | add a crappy hack to allow the game DLL/SO to be reloaded when running a serv... | /dev/humancontroller |
2017-03-09 | fix changing of the WRONG cvar: fs_basepath instead of fs_basegame | /dev/humancontroller |
2017-03-09 | fix network broadcasting on FreeBSD | /dev/humancontroller |
2017-02-07 | load libraries only, and load VMs additionally, from the path specified by th... | /dev/humancontroller |
2017-02-07 | be more cautious in assigning default fs_ paths | /dev/humancontroller |
2017-02-07 | stop referencing the current working directory | /dev/humancontroller |
2017-02-07 | stop embedding the architecture in the filenames of binaries and libraries; c... | /dev/humancontroller |
2017-02-07 | fix crashing when an fs_*path is relative, but does not have an initial "." c... | /dev/humancontroller |
2017-02-07 | fix some format specifiers in printf()-like function calls | /dev/humancontroller |
2017-02-07 | silence some MSVC warnings | /dev/humancontroller |
2017-02-07 | silence a bunch of compiler warnings | /dev/humancontroller |
2017-02-07 | fix compilation with MSVC | /dev/humancontroller |
2017-02-06 | use system libraries more properly; introduce a dependency on Minizip | /dev/humancontroller |
2017-01-26 | remove most libraries from the source tree | /dev/humancontroller |
2016-04-09 | Merge branch 'master' into gpp | Tim Angus |
2016-04-07 | Make it compile | Tim Angus |
2016-04-07 | OpenGL2: Add named cubemaps and per-map env.json parsing. | SmileTheory |
2016-04-07 | Use Opus for VoIP | Zack Middleton |
2016-04-07 | Search for mods in steam path as well as home and base paths. | SmileTheory |
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-18 | let fs_basegame default to gpp | /dev/humancontroller |
2015-06-08 | merge some changes from the old "gpp" branch: edit version tags and the set t... | /dev/humancontroller |
2015-06-08 | change the serverlist-querying methods to be compatible with the current depl... | /dev/humancontroller |
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 |