| Age | Commit message (Collapse) | Author | 
 | 
* (bug #4265) Clip health bars to the cg_viewsize viewport 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
* Restore /ignore functionality to a couple message types I forgot (Undeference)
* Fix some color bleeds on names (Rezyn)
* Fix an uninitialized buffer in featured labels (Rezyn)
* Apply team colors to only the letter and not the brackets too, in cg_chatteamprefix (Undeference)
* Default cg_drawcrosshairs 2, crosshairs for everything (kevlarman)
 | 
 | 
- Controlled by cg_drawSpeed, which is a bitfield
    Bit 1 controls the text draw, bit 2 controls the graph, and bit 4
    ignores vertical speed in the calculation.
 | 
 | 
* Support parsing /say_area out of /say
* General cleanups/refactors to messaging code
 | 
 | 
class/equipment, and locations of teammates
  - Disable with cg_drawTeamOverlay 0 or remove it from your hud
  - Control number of teammates to show with cg_teamOverlayMaxPlayers
  - When teamoverlay is enabled, show health of teammates next to their name when the crosshair is over them
  - Servers who dislike gameplay effects or want to save on bandwidth use can use g_allowTeamOverlay 0 to disable the feature for players
  - Special thanks to Risujin for bring this idea and the original patch to Tremulous
* Cache teaminfo on the server and send only when needed (Undeference)
* Increase frequency of sending updated teaminfo (Undeference)
 | 
 | 
- Merge featured / regluar server list back into one list, with featured sorted to the top and sporting emoticons to show their distinction
  - Show a key for the featured server type icons (Exclamation)
* (bug 4303) Disallow (escape) emoticons in server hostnames
 | 
 | 
 | 
 | 
* Rewrite CG_DrawTeamSpectators to scroll on a pixel basis rather than a character basis
 | 
 | 
* Bring back "teamoverlay" cvar and default it to 1
* Add "cg_chatTeamPrefix" cvar
 | 
 | 
* Fix ability to call sudden death votes when regular entry to sudden death is disabled
* Add sudden_death to the printed list of valid vote types
* Fix AdvGranger abilities appearing in tutorial text for regular Granger
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
clients receiving a config string
* Move BG_ClientList* to Com_ClientList*
* Split CS_STAGES into CS_ALIEN_STAGES and CS_HUMAN_STAGES
 | 
 | 
* Remove cvar g_suddenDeath since it is no longer needed
* "Sudden Death in 0 seconds!" should no longer display on map start when sudden
  death is disabled
 | 
 | 
 | 
 | 
- No more color bleeding / munching
  - No more premature wrapping of the last lines of ui text
* Revert r1738 because it's no longer needed
 | 
 | 
 | 
 | 
 | 
 | 
* Remove g_adminNameProtect, force it on
* Remove g_chatTeamPrefix, force it on
 | 
 | 
* Remove outdated refrence to the "boost" command
 | 
 | 
* Try to be nice to log parsers
 | 
 | 
* Remove buildable health scaling/masking stuff; 10 bits is plenty now
* Potentially fix bug where many PVS entering buildables would inappropriately
  make damaged sounds
 | 
 | 
 | 
 | 
* Partially reverting 4f9b9168b506093020ea2fe7fd59c600972b2220 because
  ammo is immediately set, so the icon has to immediately change too.
 | 
 | 
 | 
 | 
 | 
 | 
* add /give gas for testing
 | 
 | 
 | 
 | 
- Remove the temporary manual override cvars
  - Bring back cg_thirdpersonangle by request even though it's only useful in non-gameplay cases
  - Move thirdperson view offset values to classconfigs where they belong
  - Attempt once again to fix cg_thirdpersonpitchfollow
 | 
 | 
feederID or window.borderSize where applicable.
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
* Add g_humanRepeaterAllowOverlap defaulting to 1
	* Add a build error message when building a repeater would cause a power zone to overlap
	* Lower DC range from 10,000 -> 1,000
	* Repeaters will suicide if they are *inside* of another power zone
	* Unpowered buildables no longer take away BP from the main reactor zone
	* Repeaters will only power the BP that can be built from them
	* Repeaters can now be moved
	* Don't set s.misc anymore since BP is calculated server-side
	* Fix G_IsDCCBuilt( ) so that it can return true even if a DC is built farther than DC_RANGE units from position 0, 0, 0
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
* Fix a load of 1.f style floats to 1.0f
 |