]> icculus.org git repositories - divverent/nexuiz.git/history - data/qcsrc/server/g_world.qc
- don't give the powerups in "give all", they're annoying
[divverent/nexuiz.git] / data / qcsrc / server / g_world.qc
2010-01-25 div0actually call the init/shutdown handlers
2010-01-25 div0Track whether cheats have been used (cheatcount field)
2010-01-19 div0Fix mapvote crash
2010-01-17 fruitiexfix a typo in g_world.qc
2010-01-17 div0Revert "revert the mapvote change, it didnt really...
2010-01-17 fruitiexrevert the mapvote change, it didnt really work online.
2010-01-17 fruitiexfix small bug with badge, add support for a secondary...
2010-01-15 fruitiexrace/cts rankings (default 15 best)
2009-12-29 div0undo the dprint optimization that saved on builtin...
2009-12-23 div0improved networking of ping and packet loss, now update...
2009-12-19 div0-cvar_check
2009-12-18 div0exclude the serverconfig cvar
2009-11-29 div0fix more broken cvars
2009-11-29 div0new cvar checking: bail out if an undefined cvar is...
2009-11-17 fruitiexpatch by Spaceman: bots send accuracy data but never...
2009-11-16 fruitiexPatch by Spaceman: Allow viewing the accuracy stats...
2009-11-10 fruitiexCommit the new clan arena mod, as well as make the...
2009-10-30 div0TDM: g_tdm_team_spawns
2009-10-11 div0rescan_pendign cvar (to schedule a fs_rescan later)
2009-10-03 div0overtime fix
2009-09-26 div0record weapon stats from QC code. See cvars at the...
2009-09-24 div0change weapons*.cfg to balance*.cfg, allow "exec defaul...
2009-09-14 div0antilag fix, possibly
2009-09-11 div0more antilag fixes
2009-09-08 mrbougodefine localcmd correctly in svqc; add client- and...
2009-09-03 div0- do not crash on "disconnect" or "quit" in CTF
2009-08-16 div0ONS fixes
2009-08-16 mand1ngaFix audio spam on generator auto-destruction. Disallow...
2009-07-19 div0race: fix stupid typo :P
2009-07-17 div0fix a sudden death bug
2009-07-17 div0a stupid fix for a stupid bug breaking race
2009-07-15 div0this really should not change anything, but apparently...
2009-07-15 mrbougowoops, forgot to add that for nexball
2009-07-15 div0race: when time limit ends, do not stop the race, but...
2009-07-12 div0bye bye "Race", hello "CTS" and "Race" (in mapinfo...
2009-07-10 div0rifle bullet counter indicator
2009-07-08 div0- add a "frustrating" flag to race maps in mapinfo...
2009-06-24 div0damn, add back sys_ticrate var
2009-06-18 div0new parameter "leadlimit", abort the game if someone...
2009-06-11 mand1ngaSupport for accuracy stats by Diabolik. See your stats...
2009-05-27 div0- move RandomSelection to misc/
2009-05-10 div0hitplot writing
2009-05-10 greenmarinefix issue 19
2009-05-04 greenmarineMove announcer sounds for remaining map time to CSQC...
2009-05-04 div0crosshair_hittest feature: blur out the crosshair if...
2009-04-23 div0remove all 2.4.2 compatibility code (do not merge this...
2009-04-22 div0detect the current fteqcc compiler bug, and abort if...
2009-04-22 mrbougoNexball goes official :D
2009-04-09 div0also don't send voice flood cvars
2009-03-30 div0fix the remaining bugs in fuel support
2009-03-24 div0- add a "forbidden" flag to mapinfo that's stronger...
2009-03-24 div0we no longer need mutator_reset.cfg
2009-03-24 div0make the campaign cheatproof by ignoring the cvars...
2009-03-23 div0add some cleartemps calls
2009-03-13 div0abort the vote if there was just 1 choice anyway
2009-03-12 lordhavocfixed a bug that caused the campingrifle's reload anim...
2009-03-12 div0better error message for cvar check
2009-03-12 lordhavocfixed muzzleflashes with sv_qcweaponanimation mode
2009-03-10 div0initialize mapinfo on startup (so the gametype command...
2009-03-09 div0try to fix the "don't care" message spam
2009-03-07 div0fix mapvote "keeptwo" feature (wasn't display disappear...
2009-03-06 div0use less temp strings for shuffling, should work safely...
2009-03-06 div0better maplist shffle method
2009-03-06 div0add a "g_maplist_cleanup" command; fix reverse logic...
2009-03-06 div0Radical change (please test): allow sv_cmd commands...
2009-02-27 div0lots of teamplay cleanups, should fix "color 3 3; cmd...
2009-02-27 div0fix some warning prints
2009-02-25 div0change g_maplist_mostrecent_count behaviour to insert...
2009-02-20 div0nex beam stuff by green
2009-02-19 esteelobey fteqcc
2009-02-19 mand1ngaCommited timelimit_overtime patch by GreEn`mArine
2009-02-11 div0showpressedkeys.
2009-02-06 div0[ 2555913 ] Strength and invincibility timer
2009-02-04 div0remove some debug print
2009-02-03 div0fixed prandom. It should now actually work - i.e. gibs...
2009-02-03 div0fix some typos
2009-02-03 div0add a new cheat "impulse 404"; some CSQC refactorings...
2009-01-29 div0fix the last commit :P
2009-01-29 div0make endmatch work during overtime
2009-01-29 div0make all assignments to SendEntity go through Net_LinkE...
2009-01-28 div0remove all TEs that contain a permanent state.
2009-01-28 div0try to fix invis again
2009-01-27 div0fix typo in mapvote ent code
2009-01-27 div0make mapvote a shared ent too
2009-01-27 div0make TE_CSQC_INIT and TE_CSQC_SCORESINFO shared entitie...
2009-01-23 div0no longer use cvars.txt, do the filtering in code now
2009-01-13 div0shuffle maplist only if requested
2009-01-07 div0cl_hitsound + some menu changes
2009-01-06 esteelonly announce X frags left if there actually is an...
2008-12-29 div0allow to bypass cvar checking (cvar_check_default bypass)
2008-12-24 div0remove some spam
2008-12-21 div0remove "frags left" for ctf
2008-12-20 div0fix maplist shuffling when set to ""
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-12-10 div0add "frags left" announcers back
2008-12-08 div0separate respawn times for weapons and ammo now; ENFORC...
2008-12-08 div0update comments
next