summaryrefslogtreecommitdiff
path: root/src/cgame
AgeCommit message (Expand)Author
2013-01-12Fix a bunch of warningsTim Angus
2013-01-02CG_CopyLine was ignoring array length (9a5f541)M. Kristall
2013-01-03* Refactor some of CG_ParseParticleM. Kristall
2013-01-03* Fix a couple of errors parsing particle scriptsM. Kristall
2013-01-03* Simplify some weapon-related code (re r1431)M. Kristall
2013-01-03* Smarter way to check if teamoverlay info should be sent; don't send upgradeM. Kristall
2013-01-03* Fix a bunch of variable set but not used warningsM. Kristall
2013-01-03* (bug 5000) refactor: use ARRAY_LEN; remove undefined functions; more size_tM. Kristall
2013-01-03* Remove now unused join-during-warmup errorM. Kristall
2013-01-03* Periodically update scoreboard when visible if +scores is held down a whileM. Kristall
2013-01-03* Fix some (most) commands not unregistering when disconnectingM. Kristall
2013-01-03* Unregister commands advertised by the server when disconnectingM. Kristall
2013-01-03* Add ready-related text to cg_tutorial during intermissionChristopher Schwarz
2013-01-03* Silence some set-but-unused variable warnings. There are still more. Many o...Christopher Schwarz
2013-01-03* (bug 4959) Merge ioq3 r1822, r1874 (/dev/humancontroller)Christopher Schwarz
2013-01-03* (bug 5003) Improve implementation of cg_DrawSides, which is currently unuse...Christopher Schwarz
2013-01-03* (bug 5002) Color uncolored names white in the scoreboard to match behavior ...Christopher Schwarz
2013-01-03* (bug 4996) Fix invalid configstring errors regarding locations in cgame. (/...Christopher Schwarz
2013-01-03* Allow display of weapon/class/upgrade icons on scoreboard when using noclip...Christopher Schwarz
2013-01-03* Silence dumb compiler warningChristopher Schwarz
2013-01-03* Make weapon registration error reporting less touchy and more informativeBen Millwood
2013-01-03* Show who received a private message and how to respond againM. Kristall
2013-01-03* (bug 4908) Show BP from marked buildables on the HUDChristopher Schwarz
2013-01-03* Cleanups to weapon/upgrade registrationBen Millwood
2013-01-03* Small enhancements to tutorial text, including telling players to sell thei...Christopher Schwarz
2013-01-03* Fix hud spectator text not displaying when using cg_stickyspec to follow a ...Christopher Schwarz
2013-01-03* Implement cg_staticDeathCam to disable moving the death camera when the kil...Christopher Schwarz
2013-01-03* (bug 2929) Prevent buildable model and bbox from being too far from each ot...Christopher Schwarz
2013-01-03* (bug 4879) Prevent teamchanges for gameplay exploit reasons by enforcing a ...Christopher Schwarz
2013-01-03* Don't display location during intermissionBen Millwood
2013-01-03* Remove used limit parameter from UI_Text_[Width|Height]Tim Angus
2013-01-03* Turns out CG_GetBindings is actually quite expensiveTim Angus
2013-01-03* (bug #4822) Added the missing bit from r2073Tim Angus
2013-01-03* Fix teamoverlay support players mode for human teamChristopher Schwarz
2013-01-03* (bug 4817) Print cgame vote display on multiple linesChristopher Schwarz
2013-01-03* (bug 4814) More options for teamoverlay in attempt to make it more usefulChristopher Schwarz
2013-01-03* (bug 4764) Fix occaisionally showing [0] for teammate health in crosshair n...Christopher Schwarz
2013-01-03* (bug 4268) Disable vote bind instructions when tutorial mode is offChristopher Schwarz
2013-01-03* (bug 4760) Display Vote Caller (thanks Brian Teapot Shannon, msk, benmachine)Christopher Schwarz
2013-01-03* Restore the 'should have run further' message when target == attackerBen Millwood
2013-01-03* Fix the fact that teamoverlay was being drawn above where the hud told it t...Christopher Schwarz
2013-01-03* (bug 3960) Don't exec team configs when restarting cgame (e.g. vid_restart)Ben Millwood
2013-01-03* (bug 4575) CMD_CHEAT_TEAM gives the wrong error message (thanks Oops)Ben Millwood
2013-01-03* (bug 4572) Better control over random particle displacementBen Millwood
2013-01-03* (bug 4562) Prevent colour leaking on unknown obituaries (thanks Oops)Ben Millwood
2013-01-03* Prevent people from reconnecting so they can call more votesM. Kristall
2013-01-03* Generate "player renamed to ..." messages client-sideM. Kristall
2013-01-03* Separate namelog from adminM. Kristall
2013-01-03* Remove hovelM. Kristall
2013-01-03* Add missing \n in a messageM. Kristall