]> icculus.org git repositories - divverent/nexuiz.git/history - data/qcsrc/server/cl_weapons.qc
two big changes:
[divverent/nexuiz.git] / data / qcsrc / server / cl_weapons.qc
2008-08-05 div0two big changes:
2008-07-24 blub0CSQC part for the new score system (not really finished...
2008-07-01 div0fix the syntax of even more function definitions
2008-07-01 div0change all function declarations (except builtins and...
2008-05-17 greenmarineextension of the ready-restart feature:
2008-03-02 lordhavocallow weapon drops in minstagib (oops)
2008-03-02 lordhavocdon't throw weapons (by impulse or death) in several...
2008-02-21 lordhavocfixed weapon refire timing (both the approach used...
2008-01-30 div0minor fix to switching back to previous weapon
2008-01-22 lordhavocchanged all te_ effects (except te_bloodshower) to...
2007-12-12 kadaverjack- changed sv_ready_restart to use a qc based restart...
2007-12-07 lordhavocimplemented models/player/whatever.md3.animinfo file...
2007-11-15 div0latch the mutator cvars too
2007-10-02 div0fix "nixnex forgets to precache" bug
2007-09-01 div0separate refire timers for each weapon; fixes "faster...
2007-05-04 lordhavocvery major cleanup of precache code, this patch reduced...
2007-04-26 lordhavocchanged all sound names from .ogg to .wav, the engine...
2007-04-15 div0now using DP_SV_CMD/DP_QC_CMD; removed cvar abuse by...
2007-01-14 div0Replaced trunk's centerprint system by the simpler...
2006-08-02 div0simplified weapon throw code by removing redundant...
2006-08-01 div0"fall out of bluesky" fixed
2006-07-28 div0checking for == 0 just in case
2006-07-28 div0removed drop message for on-die drops
2006-07-26 div0please test: unified W_ThrowWeapon and SpawnThrownWeapo...
2006-06-30 div0weapon_thinkf now is safe to be called twice in a frame...
2006-06-28 kadaverjackadded cvar g_weapon_stay (deathmatch 2 is not very...
2006-06-28 div0centerprints now are managed independently per line
2006-06-18 kadaverjack- fixed arena bug (http://www.alientrap.org/forum/viewt...
2006-06-14 lordhavocfix bug with weapon timing which was affecting the...
2006-06-13 kadaverjackdon't update previous weapon if a weapon hotkey is...
2006-06-12 lordhavocrenamed and moved all gamec/*.[ch] files to *.q[ch]