]> icculus.org git repositories - divverent/nexuiz.git/commit
r4223 | div0 | 2008-08-28 15:41:54 +0200 (Thu, 28 Aug 2008) | 2 lines
authordiv0 <div0@f962a42d-fe04-0410-a3ab-8c8b0445ebaa>
Fri, 29 Aug 2008 18:32:01 +0000 (18:32 +0000)
committerdiv0 <div0@f962a42d-fe04-0410-a3ab-8c8b0445ebaa>
Fri, 29 Aug 2008 18:32:01 +0000 (18:32 +0000)
commit83be486cef753c9711737677b13b8b289e7082e7
tree21ac8c633e22c6428817c25a2de49eb5c23396e3
parent25ee961232b28df98f7be31050ab979e3c63fba0
r4223 | div0 | 2008-08-28 15:41:54 +0200 (Thu, 28 Aug 2008) | 2 lines
new cvar: cl_zoomsensitivity
r4224 | div0 | 2008-08-28 15:43:26 +0200 (Thu, 28 Aug 2008) | 2 lines
update zoomsensitivity
r4225 | esteel | 2008-08-28 20:27:09 +0200 (Thu, 28 Aug 2008) | 2 lines
it seems a bit over the top to error out just because we can't open the file in db_save, just dprint and return
r4226 | div0 | 2008-08-29 08:07:32 +0200 (Fri, 29 Aug 2008) | 2 lines
add field .nottargeted to override targetname checks (for misc_follow on anything)
r4227 | div0 | 2008-08-29 08:13:22 +0200 (Fri, 29 Aug 2008) | 2 lines
make doors/plats not change their position in the spawn function (but defer that). Helps with attaching misc_follow.
r4228 | div0 | 2008-08-29 09:42:51 +0200 (Fri, 29 Aug 2008) | 2 lines
trigger_multivibrator
r4229 | div0 | 2008-08-29 09:55:39 +0200 (Fri, 29 Aug 2008) | 2 lines
new laser beam graphics
r4230 | div0 | 2008-08-29 10:27:36 +0200 (Fri, 29 Aug 2008) | 2 lines
fix laser interpolation
r4231 | div0 | 2008-08-29 10:43:04 +0200 (Fri, 29 Aug 2008) | 2 lines
more fixes to the laser
r4232 | div0 | 2008-08-29 11:15:58 +0200 (Fri, 29 Aug 2008) | 3 lines
func_plat: wait -1 makes it seamless
laser: color fix
r4233 | div0 | 2008-08-29 11:25:46 +0200 (Fri, 29 Aug 2008) | 2 lines
make interpolation support slowmo
r4234 | div0 | 2008-08-29 14:55:20 +0200 (Fri, 29 Aug 2008) | 2 lines
hook: when something gets in the way, cut the hook off. Helps a bit with moving around.
r4235 | div0 | 2008-08-29 16:06:08 +0200 (Fri, 29 Aug 2008) | 2 lines
more patches: targetname/killtarget handling fixes
r4236 | div0 | 2008-08-29 18:16:25 +0200 (Fri, 29 Aug 2008) | 5 lines
fteqcc should implement DWIM:
when it was a before
and I change it to a && b || c
then it should know I mean a && (b || c)! (j/k)
r4237 | div0 | 2008-08-29 18:43:20 +0200 (Fri, 29 Aug 2008) | 2 lines
record zoom in demos (TODO: also send zoom state when fov is below a threshold?)
r4238 | div0 | 2008-08-29 18:58:10 +0200 (Fri, 29 Aug 2008) | 2 lines
also detect zoom scripts, and write zoom status to the server (for speccing) and demo (assuming any fov < 50 is zoomed)
r4239 | div0 | 2008-08-29 19:06:30 +0200 (Fri, 29 Aug 2008) | 2 lines
slightly better +zoom handling; still misses DP's magic to support two keys at once
r4240 | div0 | 2008-08-29 19:10:00 +0200 (Fri, 29 Aug 2008) | 2 lines
fov 80 is new threshold
r4241 | div0 | 2008-08-29 19:10:59 +0200 (Fri, 29 Aug 2008) | 2 lines
thresh must be 60 (fov slider in menu)
r4242 | div0 | 2008-08-29 19:11:52 +0200 (Fri, 29 Aug 2008) | 2 lines
better save than sorry. 59.5
r4243 | div0 | 2008-08-29 19:31:34 +0200 (Fri, 29 Aug 2008) | 2 lines
laser: also support detectors
r4244 | div0 | 2008-08-29 20:13:58 +0200 (Fri, 29 Aug 2008) | 2 lines
fix the "wrong gametype on startup" bug
r4245 | div0 | 2008-08-29 20:19:01 +0200 (Fri, 29 Aug 2008) | 2 lines
get rid of some old unused code
r4246 | div0 | 2008-08-29 20:20:05 +0200 (Fri, 29 Aug 2008) | 2 lines
more remains

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@4247 f962a42d-fe04-0410-a3ab-8c8b0445ebaa
35 files changed:
.patchsets
data/defaultNexuiz.cfg
data/particles/laserbeam.tga
data/qcsrc/client/Main.qc
data/qcsrc/client/View.qc
data/qcsrc/client/csqc_builtins.qc
data/qcsrc/client/csqc_constants.qc
data/qcsrc/client/laser.qc
data/qcsrc/client/main.qh
data/qcsrc/common/campaign_setup.qc
data/qcsrc/common/constants.qh
data/qcsrc/common/gamecommand.qc
data/qcsrc/common/util.qc
data/qcsrc/menu/config.qh
data/qcsrc/menu/menu.qh
data/qcsrc/server/campaign.qc
data/qcsrc/server/cl_client.qc
data/qcsrc/server/clientcommands.qc
data/qcsrc/server/defs.qh
data/qcsrc/server/domination.qc
data/qcsrc/server/g_hook.qc
data/qcsrc/server/g_triggers.qc
data/qcsrc/server/g_world.qc
data/qcsrc/server/gamecommand.qc
data/qcsrc/server/keyhunt.qc
data/qcsrc/server/miscfunctions.qc
data/qcsrc/server/runematch.qc
data/qcsrc/server/t_plats.qc
data/qcsrc/server/t_quake.qc
data/qcsrc/server/t_teleporters.qc
data/qcsrc/server/teamplay.qc
data/qcsrc/server/vote.qc
data/scripts/entities.def
misc/gtkradiant/gtkradiant-nexuiz-patchset.diff
misc/gtkradiant/singlepatches/gtkradiant-targetname.diff [new file with mode: 0644]