summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-04-15do not treat a clipmask of 0 as MASK_DEADSOLID in some cases/dev/humancontroller
remove the clipmask == 0 special cases from G_TestEntityPosition() and G_Physics(). when spawning corpses, set their clipmask to MASK_DEADSOLID instead of 0.
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 ↵/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-15export symbols required for gamelogic shared libraries/dev/humancontroller
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