summaryrefslogtreecommitdiff
path: root/src/qcommon
AgeCommit message (Collapse)Author
2017-06-25fix macOS build for platform x86_64narbatucker
2017-05-02Implement high admin chatMaeJong
The channel is accessible to anyone who has the flag HIGHADMINCHAT, via /say_hadmins or /ha
2017-04-15define ^0 as grey/dev/humancontroller
patch by benmachine
2017-04-15increase MAX_SAY_TEXT to 800/dev/humancontroller
2017-04-15fix the game module smashing userinfo strings/dev/humancontroller
strcpy() was WRONGly used btw, this has LONG(TM) ago been fixed in modern code bases
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-15update the tools to the latest revision/dev/humancontroller
URL: https://github.com/darklegion/tremulous revision: c862a5340c8de44dcc7abaff170c20c04f9340e8, equivalently f45fbef604e05144057dec8d1dbfc5d4f5a2a822
2017-04-15import the Slacker's QVM code baseSlackerLinux85