summaryrefslogtreecommitdiff
path: root/src/qcommon/q_shared.h
AgeCommit message (Collapse)Author
2017-05-02Implement high admin chatMaeJong
The channel is accessible to anyone who has the flag HIGHADMINCHAT, via /say_hadmins or /ha
2017-04-15increase MAX_SAY_TEXT to 800/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-15export symbols required for gamelogic shared libraries/dev/humancontroller
2017-04-15import the Slacker's QVM code baseSlackerLinux85