summaryrefslogtreecommitdiff
path: root/src/game/bg_pmove.c
AgeCommit message (Collapse)Author
2017-04-15do not sink underwater/dev/humancontroller
2017-04-15port bugfixes related to weapon reloading from the modern codebase/dev/humancontroller
- fix the continuous blaster re-reraising bug when the primary weapon is out of ammo - fix the reload requests sticking until a reloadable weapon is raised - immediately interrupt a reload process when switching
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