summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-15in the vote calling functions, protect against the dreaded exploit of ↵/dev/humancontroller
'\n'-interpretation inside quotes
2017-04-15in the vote calling code, add double quotes around some substituted argument ↵/dev/humancontroller
strings
2017-04-15add a makefile option to build only the game module or only the cgame and ui ↵/dev/humancontroller
modules new effective defines r BUILD_ONLY_GAME=1 and BUILD_ONLY_CGUI=1. the former overrides the latter.
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
- do not use a BASEGAME subdirectory for intermediate (cgame/game/ui module) object files - place all final outputs (executables, libraries and VMs) in the "out" subdirectory of the build directory
2017-04-15export symbols required for gamelogic shared libraries/dev/humancontroller
2017-04-15allow additional makefiles to be included via the new SETTINGS_MAKEFILES ↵/dev/humancontroller
make-variable
2017-04-15add a basic .gitignore file/dev/humancontroller
2017-04-15stop using profile/platform/architecture-specific build directories, just ↵/dev/humancontroller
use "bld" (by default)
2017-04-15rename the Makefile to GNUmakefile, and reference GNUmakefile.local instead ↵/dev/humancontroller
of Makefile.local because the Makefile uses GNU Make extensions
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
URL: https://github.com/darklegion/tremulous revision: f45fbef604e05144057dec8d1dbfc5d4f5a2a822
2017-04-15update the tools to the latest revision/dev/humancontroller
URL: https://github.com/darklegion/tremulous revision: c862a5340c8de44dcc7abaff170c20c04f9340e8, equivalently f45fbef604e05144057dec8d1dbfc5d4f5a2a822
2017-04-15import the Lakitu7 r181 cgame and ui modulesJeff Kent
replacing the existing ones
2017-04-15import the cQVM game modulePaweł Redman
replacing the existing one
2017-04-15import the Slacker's QVM code baseSlackerLinux85
2017-04-13initialize a new, empty repository/dev/humancontroller