Age | Commit message (Collapse) | Author |
|
team, in order to prevent dretches with fast computers from camping the other base before the humans even load the map. Disabled by default; set g_doWarmup 1 to enable.
|
|
* (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.
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
* Try to be nice to log parsers
|
|
* Partially reverting 4f9b9168b506093020ea2fe7fd59c600972b2220 because
ammo is immediately set, so the icon has to immediately change too.
|
|
feederID or window.borderSize where applicable.
|
|
|
|
|
|
|
|
* Fix a load of 1.f style floats to 1.0f
|
|
|
|
* s/ALIEN_CREDITS_PER_FRAG/ALIEN_CREDITS_PER_KILL/
|
|
|
|
* Don't allow cg_draw2d to disable no-stamina blindness
|
|
* Move "SPECTATOR" text to the HUD menu files
* Make "following" text an ownerdraw
|
|
* Remove cg_drawStatus as it's pretty much unused, too
|
|
FIXME: currently limited to 3 targets due to netcode restrictions
FIXME: this code could probably use some general cleanup as well
|
|
|
|
|
|
|
|
|
|
megatog615)
* dead buildables no longer bleed
|
|
* Merging some fixes from mgdev, courtesy of Michael "Risujin" Levin:
- Ensure SnapVector always snaps downwards, rather than always towards 0
- Don't send score information that won't be displayed
- /give poison as a human poisons rather than boosting
* Remove some trailing whitespace
* Remove some useless intermediate variables in cg_draw.c
* Ammo/clips/build timer display depends on primary weapon rather than equipped
- (this also fixes bug 3837)
|
|
* Create a shoulder-cam mode that replaces thirdperson when you have cg_thirdPersonShoulderView 1
* Automatically switch to shoulder view when following someone wallwalking
|
|
* Merge SS_WALLCLIMBINGCEILING and EF_WALLCLIMBCEILING
* Remove ui_emoticons, using the value of cg_emoticons for both contexts.
* Add PM_Paralyzed() to get rid of all the silly >= PM_DEAD comparisons
* Don't allow players to taunt while dead
* Fix full ammo check in reload (oops)
* Fiddle with bg_lib.h _MAX/_MIN defines, fix min(), add [u]intX_t typedefs
* Remove non-functional cgame command (thanks Amanieu for spotting)
|
|
* pleasedonthurtmenorfmademedoit
|
|
* (this code still doesn't work with vertical barbs, and possible vertical inventory)
|
|
* add trap_R_inPVS to cg_local.h/cg_syscalls.asm
|
|
their position, instead of cg_crosshairX/cg_crosshairY
|
|
|
|
|
|
* Fix dumb typo left from debugging in last revision
|
|
|
|
* Fix indentation in crosshairs.shader
* remove some hopefully redundant cursordraw stuff
|
|
overflows
* Downgrade weapon anim messages to a warning (because we're not really expecting any to exist)
Merge bugs:
* Fix human spawn menu
* Protocol version 69 (oops!)
|
|
BG_Upgrade
* Move "overrides/*" to "configs/" and remove all the overriden data from
bg_misc.c, instead requiring it to be in the cfg files
* Add cfg files to source control
* Clean up some naming and typing issues
|
|
* Remove existing team_t (TEAM_FREE, TEAM_SPECTATOR)
* s/pTeam_t/team_t/;s/buildableTeam_t/team_t/;s/WUTeam_t/team_t/
* s/pClass_t/class_t/
* s/PERS_TEAM/PERS_SPECSTATE/
* s/STAT_PTEAM/STAT_TEAM/;s/STAT_PCLASS/STAT_CLASS/
|
|
|