summaryrefslogtreecommitdiff
path: root/src/ui
AgeCommit message (Collapse)Author
2017-04-15fix a bunch of C-specific programming errors/dev/humancontroller
detected by Clang
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: implement messagemode[2] in the ui module, for use in ↵Jeff Kent
non-1.1 clients
2017-04-15multi-protocol: largely port the (gamelogic part of the) multi-protocol code ↵/dev/humancontroller
to the 1.1-ish code base also update .gitignore accordingly
2017-04-15export symbols required for gamelogic shared libraries/dev/humancontroller
2017-04-15import the Lakitu7 r181 cgame and ui modulesJeff Kent
replacing the existing ones
2017-04-15import the Slacker's QVM code baseSlackerLinux85