Age | Commit message (Collapse) | Author |
|
|
|
|
|
that even with this change it is still possible to spam taunt sounds on the client end due to mispredicts. However, others will not hear/see them. (Thanks kevlarman, Cadynum)
|
|
|
|
* Make clientlist team colors more consistent with team colors elsewhere
|
|
|
|
|
|
chat
|
|
* Display a hint in !listplayers by players you can target with !setlevel
* Fix for incorrect "a.k.a." information displaying for non-admins and incognito
admins
|
|
wrong order in console
|
|
- Remove admin.log and fold its information into games.log because its information is rarely useful without the context that games.log brings
- Don't show guid/flags in AdminCmd: log items. Show registered name instead.
- Add an AdminAuth: log item that contains this info, occurring at connect, setlevel, and readconfig
- Always attach an admin's registered name to bans so the correct people are complained about rather than aliases
- General g_admin.c shrinking and refactoring
|
|
teams, and optionally also to lock them.
|
|
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.
|
|
* Keep track of clients' admin statuses better and refactor large amounts of
related admin code
|
|
|
|
|
|
|
|
|
|
|
|
* Properly prevent deconstructing the last spawn when it's markdeconstruct with no power (Rezyn)
* Fix typo on nextmap votes (Byron Johnson)
|
|
|
|
* 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)
|
|
|
|
* Support parsing /say_area out of /say
* General cleanups/refactors to messaging code
|
|
crap out of people for no good reason
|
|
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)
|
|
the code committed in revision 1778. This fixes location display
|
|
* Bring back "teamoverlay" cvar and default it to 1
* Add "cg_chatTeamPrefix" cvar
|
|
- Fix decon messages/logging to work when g_friendlyBuildableFire=0 (Rezyn)
- Add messages/logging of building, including what was replaced (Rezyn)
|
|
* 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
|
|
* increased goon repeat 700 -> 900
* increased advanced goon repeat 600 -> 800
* increased goon (both) pounce charge time 700 -> 900
* increased tyrant repeat 750 -> 800
* decreased hive health 175 -> 125
* swapped prices of flamer and prifle
|
|
|
|
|
|
(thanks Rezyn)
* Fix *not* adding to the build timer when marking things for deconstruction with g_markdeconstruct>0 (thanks Rezyn)
* Fix /destroy not working with g_friendlyBuildableFire 0
|
|
clients receiving a config string
* Move BG_ClientList* to Com_ClientList*
* Split CS_STAGES into CS_ALIEN_STAGES and CS_HUMAN_STAGES
|
|
* Fix sudden death votes (thanks Rezyn)
|
|
* 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
|
|
|
|
|
|
* Fix broken r1753
* Some minor refactoring / cleanup
|
|
|
|
console messaging functions
|
|
|
|
(Rezyn)
|
|
- Disallow numbers at the start of a name
- All names must contain at least one letter
- When matching name strings, ignore all non-alphanumeric characters
|
|
- Remove g_humanFriendlyFire and g_alienFriendlyFire
- Remove the cvar "ff" and just use g_friendlyFire and g_friendlyBuildableFire
|
|
'bounce' from large falls
|
|
|
|
and use the correct variable this time (thanks Ensiform)
|
|
* Remove g_adminNameProtect, force it on
* Remove g_chatTeamPrefix, force it on
|