]> icculus.org git repositories - divverent/nexuiz.git/history - data/qcsrc/server/clientcommands.qc
new feature: g_maxplayers (set to 0 to disable)
[divverent/nexuiz.git] / data / qcsrc / server / clientcommands.qc
2008-05-18 greenmarinenew feature: g_maxplayers (set to 0 to disable)
2008-05-18 greenmarineNifreks lockonrestart feature. Used in team-based game...
2008-05-17 greenmarineextension of the ready-restart feature:
2008-03-17 blub0onslaught ready reset code, all those who promised...
2008-03-02 lordhavocfixed bug with bots not joining the smallest team
2008-02-23 div0remove some unnecessary cvars
2008-02-21 div0make use of edict_num instead of nextent() loops
2008-02-13 div0get rid of unnecessary zoning
2008-02-13 div0THAT should fix the display
2008-02-13 div0allow a reason to be specified for kick votes
2008-02-13 div0improved vote messages a bit
2008-02-13 div0g_balance_kill_delay to prevent abuse of "kill"
2008-02-12 div0need to forbid $ in votes
2008-02-12 div0fix minor bug in VoteSpam
2008-02-12 div0better vote output
2008-02-12 div0new: sv_vote_majority_factor
2008-01-30 div0oops... inverted logic in VoteCheckNasty
2008-01-30 div0possibly this does nothing, possibly this fixes a secur...
2008-01-19 div0"cmd lsmaps" for mapinfo mode lists all installed maps...
2008-01-19 div0database, stringbuffer and FTE_STRINGS for menu QC;
2008-01-08 div0fix minor bug with argumentless gotomap vote
2008-01-04 div0untested support for a spectator team for teamsay
2007-12-21 div0start of a voice message system... PLEASE REPLACE sound...
2007-12-12 kadaverjack- changed sv_ready_restart to use a qc based restart...
2007-11-22 div0fix broken vdo command remapping (broke anything but...
2007-11-15 div0automatically call MapInfo_Enumerate when needed...
2007-11-15 div0made cvars like g_ctf only be queried once on startup
2007-08-06 div0update extensions.qh;
2007-06-30 div0Oops... assignmen the wrong way killed vdo
2007-06-26 div0banning, kicking and banning in voting, some display...
2007-05-19 div0only allow game type changes by suggestions if g_maplis...
2007-05-17 div0menu: allow sensitivity up to 30
2007-05-05 div0DP already makes a ^3 out of the Ctrl-A, so I don't...
2007-05-01 div0try to swap yellow/pink teams
2007-04-30 div0game mode "keyhunt", still in testing
2007-04-13 div0menu changes to autoswitch/shownames/showgibs now take...
2007-04-01 div0fix netname the right way; check for empty string in say
2007-04-01 div0fix up broken netnames (thanks, Burning)
2007-04-01 div0never trust Dresk's code (back to QC implementation...
2007-04-01 div0oops, cvar name...
2007-04-01 div0DP uses say with two spaces in messagemode - workaround
2007-04-01 div0define burst right... :)
2007-04-01 div0- now using a fresh dpextensions.qc
2007-03-28 div0vote message in four lines again
2007-03-28 div0display default binds for voting
2007-03-27 div0// a simple majority suffices to accept a vote (meaning...
2007-03-27 div0- in-game voting now nags until you have voted
2007-03-26 div0- projectile style is now 2 (Newtonian with aimfix...
2007-03-17 div0talk2.wav support, thanks to LordHavoc
2007-03-16 div0added: g_projectiles_newton_style
2007-03-15 esteelremoved clientcommands
2007-02-09 div0deleted clientcommands check, now just let all through...
2007-01-14 div0Replaced trunk's centerprint system by the simpler...
2007-01-13 div0typos in the messages for masters...
2007-01-11 div0oops
2007-01-11 div0BUGFIX: validate map for master's chmap too
2007-01-11 div0new command: vdo login (password) - if password matches...
2007-01-02 div0cmd info (something) prints the content of sv_info_...
2006-12-08 div0colors
2006-12-08 div0chat width is 100% again; voting in chat area
2006-12-06 div0mark chat messages as chat, don't need to manually...
2006-10-29 div0added missing checks to clientcommands...
2006-08-11 div0"impulse 18" now shows the player you point to
2006-07-30 kadaverjack- drop flag when becomming specator
2006-07-29 div0fix frag distribution for "spec"
2006-07-28 div0say_team to centerprint
2006-07-09 div0empty = evil
2006-07-09 div0so this is how you do local sounds...
2006-07-09 div0when teamsaying, also play misc/talk.wav
2006-07-09 div0make say_team look different from say in team games...
2006-06-29 div0added command "gotomap" which does the same as chmap...
2006-06-12 div0ServerConsoleEcho ate my tempstring!
2006-06-12 lordhavocrenamed and moved all gamec/*.[ch] files to *.q[ch]