summaryrefslogtreecommitdiff
path: root/src/cgame
AgeCommit message (Expand)Author
2017-05-21Remove all override code.Paweł Redman
2017-04-15remove the "poison running out" blinking functionality/dev/humancontroller
2017-04-15add a missing \n for a cgame warning message/dev/humancontroller
2017-04-15fix clanging sounds when using the fast math floating point calculations in c.../dev/humancontroller
2017-04-15remove the abusable levelshot command and related hacks/dev/humancontroller
2017-04-15fix a bunch of C-specific programming errors/dev/humancontroller
2017-04-15fix/silence a couple of compiler warnings/dev/humancontroller
2017-04-15remove a bunch of set-but-otherwise-unused variables/dev/humancontroller
2017-04-15multi-protocol: largely port the (gamelogic part of the) multi-protocol code .../dev/humancontroller
2017-04-15multi-protocol: rename powerups to misc in the playerState_t and entityState_.../dev/humancontroller
2017-04-15multi-protocol: change the playerState_t and entityState_t structs to the ver...Jeff Kent
2017-04-15export symbols required for gamelogic shared libraries/dev/humancontroller
2017-04-15import the Lakitu7 r181 cgame and ui modulesJeff Kent
2017-04-15import the Slacker's QVM code baseSlackerLinux85