]> icculus.org git repositories - divverent/nexuiz.git/history - data/qcsrc/server/vote.qc
add a crude version of <math.h> to QC
[divverent/nexuiz.git] / data / qcsrc / server / vote.qc
2009-10-12 samualUse gender-neutral kill/suicide messages
2009-05-03 div0handle "tell" messages in qc too, to do flood protectio...
2009-04-23 div0remove all 2.4.2 compatibility code (do not merge this...
2009-04-22 div0fix voting really now
2009-04-22 div0remove warnings
2009-04-22 div0fix vote parsing: if chmap is allowed, gotomap should...
2009-04-10 div0fix the "needed" number
2009-03-27 esteelfix sv_vote_nospectators 1 blocking admins from using...
2009-02-26 m0rfara typo
2009-02-26 m0rfarChanged the "See help..." messages to "See 'vhelp'...
2009-02-24 div0fix a warning, and g_grappling_hook now gives initial...
2009-02-23 esteeladded sv_vote_stop, the amount of time till one can...
2008-12-15 div0friendly fire/team damage/mirror damage change; warning...
2008-12-14 div0better support ~ kickbans
2008-12-14 div0improve kickban display
2008-12-12 div0don't uri_escape when not needed
2008-12-12 div0stupid workaround, escape the kick reason... but WHY?!?
2008-12-12 div0kickban: force it a sv_cmd. THIS TIME the reason should...
2008-12-12 div0also decolorize names...
2008-12-12 div0put kick reason in quotes
2008-12-12 div0do not network bans without reason, or by vcall votes
2008-12-10 div0add (currently unused) reason to the kickban command...
2008-11-07 div0allow separate cvars for voter and master commands...
2008-11-01 div0improve kick vote display
2008-10-18 div0-sv_vote_simple_majority
2008-10-16 div0undo the last change, instead make argv force a tempstr...
2008-10-16 div0fix bug that allowed ALL votes...
2008-10-14 div0ignore empty "say" commands, make all argv_start_index...
2008-10-13 div0fix map validation for chmap
2008-10-11 div0Experimental new tokenizer (should now be 1:1 compatibl...
2008-09-30 div0fix voting display again
2008-09-26 div0new vote/ready nagger display (untested, can't test...
2008-09-26 div0fix wrong vote message
2008-09-07 div0fix the worst bugs in warmup
2008-09-06 div0tourney + race qualifying mode neither makes sense...
2008-08-30 div0get rid of ServerConsoleEcho workaround; fix a remote...
2008-08-29 div0get rid of some old unused code
2008-07-15 div0remove some more leaks
2008-07-10 div0silence all fteqcc -Wall -Wno-mundane warnings (that...
2008-06-08 div0fix unfinished bugfix
2008-06-08 div0and that was MY bug :P
2008-06-08 div0blub, this matched ALL commands starting with "kick...
2008-06-07 blub0get rid of the warning and of empty kick votes
2008-06-07 blub0fixed kickvotes
2008-06-01 div0fix typo; report name changes; don't ignore sv_eventlog...
2008-06-01 div0allow server admin ALWAYS to call for votes; make votes...
2008-06-01 esteel- Moved all the voting stuff into a file of its own...