]> icculus.org git repositories - divverent/nexuiz.git/commit
r7686 | tzork | 2009-09-08 06:48:35 -0400 (Tue, 08 Sep 2009) | 10 lines
authordiv0 <div0@f962a42d-fe04-0410-a3ab-8c8b0445ebaa>
Tue, 8 Sep 2009 13:10:40 +0000 (13:10 +0000)
committerdiv0 <div0@f962a42d-fe04-0410-a3ab-8c8b0445ebaa>
Tue, 8 Sep 2009 13:10:40 +0000 (13:10 +0000)
commit394b7f6a9fe375ee89bec490dd407bde873f8d12
tree453a55719bb500ef8d66e984fa076db8ce1f1112
parente7c88443b1b9da5724aaa8cd15cd87e4c5167ef1
r7686 | tzork | 2009-09-08 06:48:35 -0400 (Tue, 08 Sep 2009) | 10 lines
Turrets update:
 * slight adjustments to turret_stdproc_aim_generic
 * make TFL_FIRECHECK_VERIFIED work a lil better
 * fix borked TFL_FIRECHECK_AIMDIST
 * add TFL_TARGETSELECT_MISSILESONLY (for flac turret)
 * handle g_turrets_targetscan_maxdelay / g_turrets_targetscan_mindelay better
 * various optimizations (removed / moved unlikely stuff from the code path)
 * cleaned up most the code a bit
 * reworked most units configs
 * Make tessla work against vehicles
r7689 | div0 | 2009-09-08 08:59:16 -0400 (Tue, 08 Sep 2009) | 2 lines
fix #523 (items being too bright)
r7690 | div0 | 2009-09-08 09:06:03 -0400 (Tue, 08 Sep 2009) | 2 lines
hopefully fix sound origins for explosions (#521)

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7692 f962a42d-fe04-0410-a3ab-8c8b0445ebaa
23 files changed:
.patchsets
data/qcsrc/client/damage.qc
data/qcsrc/server/t_items.qc
data/qcsrc/server/tturrets/include/turrets_early.qh
data/qcsrc/server/tturrets/system/system_aimprocs.qc
data/qcsrc/server/tturrets/system/system_main.qc
data/qcsrc/server/tturrets/units/unit_ewheel.qc
data/qcsrc/server/tturrets/units/unit_flac.qc
data/qcsrc/server/tturrets/units/unit_fusionreactor.qc
data/qcsrc/server/tturrets/units/unit_hellion.qc
data/qcsrc/server/tturrets/units/unit_hk.qc
data/qcsrc/server/tturrets/units/unit_machinegun.qc
data/qcsrc/server/tturrets/units/unit_mlrs.qc
data/qcsrc/server/tturrets/units/unit_plasma.qc
data/qcsrc/server/tturrets/units/unit_tessla.qc
data/qcsrc/server/tturrets/units/unit_walker.qc
data/unit_flac.cfg
data/unit_machinegun.cfg
data/unit_mlrs.cfg
data/unit_phaser.cfg
data/unit_plasma.cfg
data/unit_plasma2.cfg
data/vehicle_spiderbot.cfg