]> icculus.org git repositories - divverent/nexuiz.git/history - data/qcsrc/server/cl_weaponsystem.qc
--stupid_debug_prints ;)
[divverent/nexuiz.git] / data / qcsrc / server / cl_weaponsystem.qc
2008-09-03 div0use the old Nex model and old Nex shot origin; make...
2008-09-03 div0make the minstagib Nex a separate weapon
2008-09-03 div0some weapon system fixes; allow infinite portals to...
2008-09-02 div0weapon_setup no longer needed its second argument,...
2008-09-02 div0more modular weapon system
2008-09-02 div0huge patch that breaks everything: add a new stat ...
2008-09-02 div0weapon priority lists; non-critical impulses reordered...
2008-09-02 div0document weapon impulse order; load weapon priority...
2008-09-02 div0add a function to fix weapon order lists (to add missin...
2008-08-31 div0unbreak NixNex
2008-08-10 div0race: "g_race_qualifying 2" makes qualifying-then-race...
2008-08-06 div0minor channel changes, player.CHAN_AUTO is now for...
2008-08-06 div0reassign the sound channels in a more meaningful way...
2008-08-05 div0two big changes:
2008-07-01 div0fix the syntax of even more function definitions
2008-07-01 div0change all function declarations (except builtins and...
2008-05-25 greenmarinegit-svn-id: svn://svn.icculus.org/nexuiz/trunk@3661...
2008-05-17 greenmarineextension of the ready-restart feature:
2008-03-31 lordhavocgeneralized div0's fix for playerclip messing up trueai...
2008-03-31 div0traceline_hitcorpse AGAINĀ²
2008-03-10 lordhavocreplaced traceline_hitcorpse with traceline_antilag...
2008-02-21 lordhavocfixed weapon refire timing (both the approach used...
2008-02-14 lordhavocchanged weapon_nextthink and ATTACK_FINISHED update...
2008-01-29 div0fix weird weapon switch animation bug and weapon action...
2008-01-26 div0traceline_hitcorpse again
2008-01-26 lordhavocundo my broken fix and add a comment to explain the...
2008-01-26 lordhavocfix bug in div0's fix for weird shotgun behavior when...
2008-01-26 div0keep shot origin at least 1qu away from walls
2008-01-23 div0check for "player", as antilag relies on takeback now
2008-01-23 div0fix the fix for the fix
2008-01-23 div0fix the fix against shotgun through players
2008-01-23 lordhavocfix bug where you could shoot through someone if you...
2008-01-22 lordhavocchanged all te_ effects (except te_bloodshower) to...
2008-01-21 lordhavocfix attack_finished timing on first shot of a burst...
2008-01-20 div0always output the debug message of antilag (gets remove...
2008-01-20 div0even more antilag debug code (developer 2)
2008-01-14 div0Oops. BAD OOPS.
2008-01-14 div0oops, didn't want to commit THESE debug prints
2008-01-14 div0fix antilag aim correction; add debug code
2008-01-14 div0oops... cl_movement 1 should be supported, not 0
2008-01-13 div0antilag with "ghost traces". Should still work (hopeful...
2007-12-20 div0don't do shoot anim when crouched... it looks bad
2007-12-18 div0tag_weapon again... wtf
2007-12-18 div0tag_weapon? No, Q3A uses that for some RANDOM PLACE...
2007-12-18 div0also support "tag_weapon" for attaching the exterior...
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-06 div0make use of DP_CON_BESTWEAPON to make the bestweapon...
2007-09-01 div0separate refire timers for each weapon; fixes "faster...
2007-05-28 div0oops, forgot to commit this to trunk
2007-05-04 lordhavocvery major cleanup of precache code, this patch reduced...
2007-05-03 lordhavocreworked W_SetupShot again to add back trueaim
2007-05-03 lordhavocfix a bug that made g_shootfromeye not use the v_forwar...
2007-05-03 lordhavocrefactored/cleaned W_SetupShot
2007-05-01 div0make weapon throwing use physics styles
2007-04-30 div0itemsInMap (Dresk)
2007-04-26 lordhavocchanged all sound names from .ogg to .wav, the engine...
2007-04-19 div0new attempt to fix waypoints; weapon system no
2007-04-18 div0set lowprecision whereever possible
2007-04-16 kadaverjackonly show ONE weapon at a time to spectators
2007-04-16 div0show weapon to spectators too
2007-04-08 div0Dresk: remove dlight from weapon for strength/shield
2007-03-16 div0"impossible shot" dprint killed
2007-03-16 div0oops... left a dprint
2007-03-16 div0added: g_projectiles_newton_style
2006-12-29 div0for consistency, apply alpha to exterior weapon model...
2006-12-01 savagexadd a nice patch from esteel to fix the rapid weapon...
2006-11-29 div0increase Nex refire delay
2006-08-22 div0New and pointless mutator: g_running_guns :P
2006-08-22 div0don't do antilag if you would have hit without it ...
2006-08-02 div0simplified weapon throw code by removing redundant...
2006-07-14 div0increased max shot distance from 8192 to 32768
2006-07-07 div0made the (hopefully never occurring) debugging error...
2006-07-04 div0sometimes weapon disappears completely. Maybe the WS_RA...
2006-06-30 div0weapon_thinkf now is safe to be called twice in a frame...
2006-06-20 lordhavocfixed weapon animation timing bug so that the machinegu...
2006-06-14 lordhavocremove a FIXME comment that no longer applies
2006-06-14 lordhavocfix bug with weapon timing which was affecting the...
2006-06-12 lordhavocrenamed and moved all gamec/*.[ch] files to *.q[ch]