]> icculus.org git repositories - divverent/nexuiz.git/history - data/qcsrc/server/clientcommands.qc
make all assignments to SendEntity go through Net_LinkEntity; this makes fteqcc detec...
[divverent/nexuiz.git] / data / qcsrc / server / clientcommands.qc
2009-01-29 div0make all assignments to SendEntity go through Net_LinkE...
2009-01-28 div0get rid of TE_CSQC_WARMUP
2009-01-25 div0fix *particles usage msg
2009-01-22 div0__FORCE_READY_RESTART: do not respawn players during...
2009-01-18 div0csqc casings
2009-01-14 esteelrenamed calltimeout/resumegame to timein/timeout. ...
2009-01-10 div0cl_voice_directional (play all voices directioanlly)
2009-01-09 esteelfix voice flood protection
2009-01-09 esteelvoice flood protection!!!\
2009-01-07 div0try to make it use the default value of a cvar if it...
2008-12-20 div0typo, argh
2008-12-20 div0verify clientcomamnds again
2008-12-11 esteeli hate hitting return at the wrong time.. not my day
2008-12-11 esteeldoh, no time to fix those dependencies right now
2008-12-11 div0cache replies of some cmd commands that take long
2008-12-11 div0new command: "records", listing all records on this...
2008-11-26 div0assault: fix lots of bugs, initial waypointsprites...
2008-11-12 esteelsmall change to g_warmup and readynagger calling
2008-11-06 div0fix the sound madness once and for all: change ogg...
2008-10-22 div0effectinfo.txt: improve self-documentation (hope I...
2008-10-21 div0experimental g_start_delay cvar to wait for other playe...
2008-10-17 div0add a way to hide maps from the menu in mapinfo (campai...
2008-10-14 div0ignore empty "say" commands, make all argv_start_index...
2008-10-11 div0Experimental new tokenizer (should now be 1:1 compatibl...
2008-10-08 div0reset the ready count too on ready-restart (not just...
2008-10-04 div0fix timelimit display after ready-restart (no longer...
2008-09-30 div0fix voting display again
2008-09-29 div0experimental feature (sv_)cmd cvar_changes, should...
2008-09-29 div0implement CTF suggestion by [-z-] as comments
2008-09-28 div0ctf fixes (and comments containing ^R_Alien's scoring)
2008-09-28 div0fix vote nagger
2008-09-26 div0add checks
2008-09-26 div0new vote/ready nagger display (untested, can't test...
2008-09-26 div0fix wrong vote message
2008-09-19 esteelcheck ip ban in say/teamsay too as to make banned peopl...
2008-09-12 div0CTF: fix portal exploit by adding a flag drop penalty...
2008-09-07 div0fix the worst bugs in warmup
2008-09-05 esteeladd variable g_tourney_warmup_allguns 0 to make g_tourn...
2008-09-05 esteeladded a simple 'warmup' indicator to the scoreboard
2008-09-05 div0maybe missing initialization breaks ready-restart so...
2008-09-05 esteelrenamed g_tourney_warmup_unlimited_time to g_tourney_wa...
2008-09-02 div0huge patch that breaks everything: add a new stat ...
2008-08-30 div0clear overtime status on ready-restart
2008-08-30 div0get rid of ServerConsoleEcho workaround; fix a remote...
2008-08-29 div0get rid of some old unused code
2008-08-23 div0make "teamstatus" work again
2008-08-22 div0reset voting on ready-restart
2008-08-12 div0fix spuriously appearing ready-nagger
2008-08-11 div0race: let everyone complete his lap when the race is...
2008-08-10 div0new command "allready" (for vcall/vdo); fix shootable...
2008-08-06 div0reassign the sound channels in a more meaningful way...
2008-08-05 div0two big changes:
2008-08-05 div0replace "frags -2" by "version_mismatch"; first step...
2008-08-01 div0in "cmd maplist", leave out the maps that won't work...
2008-07-31 div0fix ready restart; tourney confirmed working. Left...
2008-07-25 div0possibly a LMS fix, possibly major screwage
2008-07-25 div0add much more stuff. REALLY need to initialize the...
2008-07-24 div0prevent lots of stuff for not-yet-clients (including...
2008-07-13 blub0map previews when voting, g_maplist_textonly for old...
2008-07-08 blub0Keep track of CSQC compatibility.
2008-07-06 blub0Added the capture-counter and changed the CTF scoreboar...
2008-07-02 blub0Committed my CSQC stuff, let's see:
2008-06-01 esteel- Moved all the voting stuff into a file of its own...
2008-05-25 greenmarinegit-svn-id: svn://svn.icculus.org/nexuiz/trunk@3661...
2008-05-24 greenmarinenew feature: g_tourney
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
next