summaryrefslogtreecommitdiff
path: root/src/game/bg_misc.c
AgeCommit message (Collapse)Author
2017-04-15add a BG function to get the view origin of a client/dev/humancontroller
for this, import BG_GetClientNormal()
2017-04-15add boundary checks in BG_ParseCSVBuildableList()/dev/humancontroller
for protection against malicious map files
2017-04-15fix a couple of compiler warnings/dev/humancontroller
2017-04-15multi-protocol: rename powerups to misc in the playerState_t and ↵/dev/humancontroller
entityState_t structs
2017-04-15multi-protocol: change the playerState_t and entityState_t structs to the ↵Jeff Kent
versions in the latest code base this includes changing how ammo and clips r stored
2017-04-15import the cQVM game modulePaweł Redman
replacing the existing one
2017-04-15import the Slacker's QVM code baseSlackerLinux85