summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-15remove the abusable levelshot command and related hacks/dev/humancontroller
2017-04-15fix a null dereference bug/dev/humancontroller
2017-04-15fix a null pointer dereference bug in multi_trigger/dev/humancontroller
2017-04-15add boundary checks in BG_ParseCSVBuildableList()/dev/humancontroller
2017-04-15don't deny connection with the "localhost" IPA/dev/humancontroller
2017-04-15fix the game module truncating the last digit of each maximally long IP(v4) a.../dev/humancontroller
2017-04-15fix the game module smashing userinfo strings/dev/humancontroller
2017-04-15fix a bunch of C-specific programming errors/dev/humancontroller
2017-04-15fix/silence a couple of compiler warnings/dev/humancontroller
2017-04-15remove a bunch of set-but-otherwise-unused variables/dev/humancontroller
2017-04-15remove a bunch of unused variables and some no-op code/dev/humancontroller
2017-04-15fix a couple of compiler warnings/dev/humancontroller
2017-04-15fix a bunch of %i format flags / arguments/dev/humancontroller
2017-04-15fix an apparently WRONG parenthesization/dev/humancontroller
2017-04-15multi-protocol: implement messagemode[2] in the ui module, for use in non-1.1...Jeff Kent
2017-04-15multi-protocol: largely port the (gamelogic part of the) multi-protocol code .../dev/humancontroller
2017-04-15multi-protocol: rename powerups to misc in the playerState_t and entityState_.../dev/humancontroller
2017-04-15multi-protocol: also update the cQVM-specific ammo&clips code/dev/humancontroller
2017-04-15multi-protocol: change the playerState_t and entityState_t structs to the ver...Jeff Kent
2017-04-15A SHIT COMMIT/dev/humancontroller
2017-04-15A NON-SHIT COMMIT/dev/humancontroller
2017-04-15reserve (by default) the "dep" directory for the repository of dependencies (.../dev/humancontroller
2017-04-15do not treat a clipmask of 0 as MASK_DEADSOLID in some cases/dev/humancontroller
2017-04-15fix trigger_stage activation upon stage jumps/dev/humancontroller
2017-04-15fix unlagged not being used at all for overly large latencies/dev/humancontroller
2017-04-15stop embedding/displaying version information in various cases/dev/humancontroller
2017-04-15in the vote calling functions, protect against the dreaded exploit of '\n'-in.../dev/humancontroller
2017-04-15in the vote calling code, add double quotes around some substituted argument .../dev/humancontroller
2017-04-15add a makefile option to build only the game module or only the cgame and ui .../dev/humancontroller
2017-04-15add a makefile option not to acquire revision information from Git/dev/humancontroller
2017-04-15stop embedding the architecture in the filenames of binaries and libraries/dev/humancontroller
2017-04-15rearrange the build directory structure a bit/dev/humancontroller
2017-04-15export symbols required for gamelogic shared libraries/dev/humancontroller
2017-04-15allow additional makefiles to be included via the new SETTINGS_MAKEFILES make.../dev/humancontroller
2017-04-15add a basic .gitignore file/dev/humancontroller
2017-04-15stop using profile/platform/architecture-specific build directories, just use.../dev/humancontroller
2017-04-15rename the Makefile to GNUmakefile, and reference GNUmakefile.local instead o.../dev/humancontroller
2017-04-15move licenses to the misc dir, remove some old shit/dev/humancontroller
2017-04-15update the Makefile to the latest revision/dev/humancontroller
2017-04-15update the tools to the latest revision/dev/humancontroller
2017-04-15import the Lakitu7 r181 cgame and ui modulesJeff Kent
2017-04-15import the cQVM game modulePaweł Redman
2017-04-15import the Slacker's QVM code baseSlackerLinux85
2017-04-13initialize a new, empty repository/dev/humancontroller