summaryrefslogtreecommitdiff
path: root/src/cgame/cg_main.c
AgeCommit message (Expand)Author
2017-03-09also display, on the speedometer, the maximum speed reached within a time window/dev/humancontroller
2017-03-09remove some '\n's from strings passed to error calls/dev/humancontroller
2017-03-09prep for size_t change from int to unsigned int/dev/humancontroller
2017-03-09implement the range marker functionality, use it to create buildable range ma.../dev/humancontroller
2015-06-08merge some changes from the old "gpp" branch: add cg_hudFilesEnable, disable .../dev/humancontroller
2013-02-16Update copyright noticesTim Angus
2013-01-03* Simplify some weapon-related code (re r1431)M. Kristall
2013-01-03* (bug 5000) refactor: use ARRAY_LEN; remove undefined functions; more size_tM. 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* (bug 5002) Color uncolored names white in the scoreboard to match behavior ...Christopher Schwarz
2013-01-03* Allow display of weapon/class/upgrade icons on scoreboard when using noclip...Christopher Schwarz
2013-01-03* Implement cg_staticDeathCam to disable moving the death camera when the kil...Christopher Schwarz
2013-01-03* Remove used limit parameter from UI_Text_[Width|Height]Tim Angus
2013-01-03* (bug #4822) Added the missing bit from r2073Tim Angus
2013-01-03* (bug 4814) More options for teamoverlay in attempt to make it more usefulChristopher Schwarz
2013-01-03* Refactor emoticon codeM. Kristall
2013-01-03* Update copyright noticesTim Angus
2013-01-03* s/ITEM_TYPE_COMBO/ITEM_TYPE_CYCLE/Tim Angus
2013-01-03* Stamina changes/fixes (kevlarman)Christopher Schwarz
2013-01-03* Remove cg_hudfilesenable because it was a temporary hack for dev server tha...Christopher Schwarz
2013-01-03* Various small style fixes/corrections/changes (Undeference, Timbo, benmachine)Christopher Schwarz
2013-01-03* New ownerdraw for speedometerBen Millwood
2013-01-03* (bug 2991) Add teamoverlay, an optional hud display showing names, health, ...Christopher Schwarz
2013-01-03* Merge ioq3-r1666Tim Angus
2013-01-03* Add [trap_R|RE]_SetClipRegion to prevent rendering outside a specified areaTim Angus
2013-01-03* Move more things to cgameM. Kristall
2013-01-03* (bug 3713) Scoreboard marquee causes text display problemsChristopher Schwarz
2013-01-03* (bug #3836) Add [SV|trap]_SetConfigstringRestrictions which prevents someTim Angus
2013-01-03* Massive refactor of voting codeM. Kristall
2013-01-03* Parse "team" in cl_voipSendTarget using a new cgame vmcallBen Millwood
2013-01-03* Remove many unused cvars that don't do anythingChristopher Schwarz
2013-01-03* Add the Q_EXPORTs I missed from merging ioq3Tim Angus
2013-01-03* Cleanup thirdperson spec codeChristopher Schwarz
2013-01-03* Get rid of uselessly-named itemDef_t->special and replace withBen Millwood
2013-01-03* Cheat protect cgame cvars that indirectly set timescaleBen Millwood
2013-01-03add cg_disableBlueprintErrors and un-cvarize g_humanRepeaterAllowOverlapBen Millwood
2013-01-03* Fix a new formatting issue from revision 1189M. Kristall
2013-01-03* Remove unused references to bankBen Millwood
2013-01-03* Fix text alignment of UI items that display cvar contentsBen Millwood
2013-01-03* (bug 3964) Fix votedisplaystrings printing as blank in some circumstances (...Christopher Schwarz
2013-01-03* Don't display team join message if previous clientinfo was invalid (bug 3960)Ben Millwood
2013-01-03* More thirdperson follow and shoulder-cam stuff:Christopher Schwarz
2013-01-03* Allow boosters to give poison within the first 30 seconds of the gameBen Millwood
2013-01-03* Almost completely redo the meat of the thirdperson spec code againChristopher Schwarz
2013-01-03* Update thirdpersonspec to rotate around the correct axis and fix the FOV.Christopher Schwarz
2013-01-03 * Use chat rather than print for adminchat server commandsBen Millwood
2013-01-03 * Fix spectator occasionally displaying crosshairsBen Millwood
2013-01-03Ready code probably fixedBen Millwood
2013-01-03 * More testing code to fix ready stateBen Millwood