]>
git.rm.cloudns.org Git - xonotic/darkplaces.git/log
nyov [Sat, 28 Apr 2012 21:31:19 +0000 (23:31 +0200)]
Merge branch 'master' into nyov/more-lineedit-fanciness
nyov [Sat, 28 Apr 2012 21:30:44 +0000 (23:30 +0200)]
WGL doesn't work with ctrl+alt+key, will look into that
vortex [Tue, 24 Apr 2012 19:05:21 +0000 (19:05 +0000)]
R_MeshQueue_AddTransparent: Switch checks for RENDER_NODEPTHTEST and RENDER_WORLDOBJECT so RENDER_WORLDOBJECT keeps it's sorting index even if have RENDER_NODEPTHTEST.
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11812
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Sat, 21 Apr 2012 13:46:27 +0000 (13:46 +0000)]
add extra var DP_GMP_STATIC_LIBDIR
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11811
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Fri, 20 Apr 2012 08:46:33 +0000 (08:46 +0000)]
VM_sprintf: use intmax_t for integer types
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11810
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Fri, 20 Apr 2012 08:20:43 +0000 (08:20 +0000)]
fix ReadPicture/WritePicture for sizes > 32k
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11809
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Fri, 20 Apr 2012 01:56:30 +0000 (01:56 +0000)]
fix a few more redundancies with PRVM_64
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11808
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Fri, 20 Apr 2012 01:40:13 +0000 (01:40 +0000)]
fix several issues with PRVM_64, mostly cleaning up (int) casts
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11807
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Thu, 19 Apr 2012 20:27:57 +0000 (20:27 +0000)]
fix a warning that was there for a while
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11806
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Thu, 19 Apr 2012 20:27:53 +0000 (20:27 +0000)]
remove some more dead code
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11805
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Thu, 19 Apr 2012 20:27:45 +0000 (20:27 +0000)]
remove some more dead code ("Dead Increment" bugs from clang-analyzer); however, many of these were kept there as they help making code more readable/maintainable (e.g. incrementing data pointer after the LAST read from a model)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11804
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Thu, 19 Apr 2012 19:55:26 +0000 (19:55 +0000)]
remove some dead initializations that clang-analyzer found (verified)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11803
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Thu, 19 Apr 2012 19:52:58 +0000 (19:52 +0000)]
handle the unlikely case of qglXSwapIntervalSGI becoming invalid after GL restart (found by clang-analyzer)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11802
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Thu, 19 Apr 2012 19:48:29 +0000 (19:48 +0000)]
mark Host_Error as noreturn to help static analysis
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11801
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Thu, 19 Apr 2012 11:48:07 +0000 (11:48 +0000)]
changed PRVM_ValueString (used by prvm_global, prvm_globals, prvm_edict,
prvm_edicts) to print floats and vectors with more precision (using the
FLOAT_LOSSLESS_FORMAT and VECTOR_LOSSLESS_FORMAT macros previously added)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11800
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Thu, 19 Apr 2012 09:18:21 +0000 (09:18 +0000)]
fix severe bugs with the PRVM_64 support, which affected both modes of
operation (PRVM_64 defined or not) - the OP_LOAD_ operations were
converting between float and int unintentionally
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11799
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Thu, 19 Apr 2012 09:17:39 +0000 (09:17 +0000)]
fix some redundant int to float to double casts when using PRVM_64
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11798
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Thu, 19 Apr 2012 08:06:50 +0000 (08:06 +0000)]
fix writing using libpng15
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11797
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 17 Apr 2012 21:29:58 +0000 (21:29 +0000)]
fix two bugs introduced in r11402 that broke dm6 teleporters and many
other triggers (was using overly padded mins and maxs)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11796
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sun, 15 Apr 2012 13:12:25 +0000 (13:12 +0000)]
disable PRVM_64 until the bugs are worked out
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11795
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Thu, 12 Apr 2012 07:08:45 +0000 (07:08 +0000)]
fix a use of Cmd_Argv(1) as a dpsnprintf format string
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11794
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Wed, 11 Apr 2012 14:14:31 +0000 (14:14 +0000)]
fix a typo
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11793
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Wed, 11 Apr 2012 13:34:44 +0000 (13:34 +0000)]
PRVM_64: make savegames precision-loss-less
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11792
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Wed, 11 Apr 2012 10:58:16 +0000 (10:58 +0000)]
fix "strings go past end of file" check
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11791
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Mon, 9 Apr 2012 03:06:33 +0000 (03:06 +0000)]
fix PRVM_E_INT which was severely bugged
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11790
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Fri, 6 Apr 2012 18:20:32 +0000 (18:20 +0000)]
properly check for bloom being active
From: Rudolf Polzer <divverent@alientrap.org>
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11789
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Fri, 6 Apr 2012 18:20:27 +0000 (18:20 +0000)]
Create a cvar which changes brightness when r_bloom is enabled. This is useful to tweak overall scene brightness when bloom is on, so that it matches the same brightness and the over-brightening caused by bloom can be somewhat canceled.
From: MirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11788
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Thu, 5 Apr 2012 04:14:10 +0000 (04:14 +0000)]
use prvm_vec_t for spawn_parms storage
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11787
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Wed, 4 Apr 2012 07:07:59 +0000 (07:07 +0000)]
enable PRVM_64 define
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11786
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Wed, 4 Apr 2012 07:04:45 +0000 (07:04 +0000)]
added PRVM_64 define which upgrades the QC VM to double precision
variables (such that levels can run for more than 24 hours without
time precision breakdown, and bit arithmetic can be done on 52 bit flags
rather than 23 bit flags)
changed csqc setmodel builtin to do setsize as well (like on server)
fixed multiple bugs where csqc builtins were passing right as left in a
matrix conversion
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11785
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Sun, 1 Apr 2012 13:46:01 +0000 (13:46 +0000)]
put comment about wrong cppcheck warning (apparently got confused about scope of different "channel" vars)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11784
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Sun, 1 Apr 2012 13:45:58 +0000 (13:45 +0000)]
fix out of buffer access in snd_3dras
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11783
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Sun, 1 Apr 2012 13:45:55 +0000 (13:45 +0000)]
set right include path for two #include commands
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11782
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Sun, 1 Apr 2012 13:45:52 +0000 (13:45 +0000)]
another NULL dereference fixed
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11781
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Sun, 1 Apr 2012 13:45:48 +0000 (13:45 +0000)]
remove pointless NULL checks in gl_rmain as they can never hit without code crashing elsewhere; also, the pointer can never be NULL anyway
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11780
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Sun, 1 Apr 2012 13:30:20 +0000 (13:30 +0000)]
slightly simplify cmd and cvar code (also silences a - false - cppcheck error)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11779
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Sun, 1 Apr 2012 13:30:16 +0000 (13:30 +0000)]
fix NULL dereference in jam and avw video playback when out of memory
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11778
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Sun, 1 Apr 2012 13:20:46 +0000 (13:20 +0000)]
fix a NULL pointer dereference in modeldecompile
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11777
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Sun, 1 Apr 2012 09:36:32 +0000 (09:36 +0000)]
FIX LINEFEEDS :(
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11776
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Sun, 1 Apr 2012 09:36:28 +0000 (09:36 +0000)]
Turn off RFC 1149 on systems that have it enabled.
We got massive reports of lags on systems supporting this protocol.
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11775
d7cf8633 -e32d-0410-b094-
e92efae38249
eihrul [Sat, 24 Mar 2012 02:11:20 +0000 (02:11 +0000)]
R_Shadow_CullFrustumSide fixes
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11773
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Thu, 22 Mar 2012 00:48:23 +0000 (00:48 +0000)]
hush more warnings
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11772
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Thu, 22 Mar 2012 00:44:28 +0000 (00:44 +0000)]
mark some functions as static to hush warnings
changed a VM_Warning to fix a format warning
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11771
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Wed, 21 Mar 2012 23:18:16 +0000 (23:18 +0000)]
implemented collision_triangle_axialsides cvar (default 1, matching
existing behavior)
implemented collision_triangle_bevelsides cvar (default 1, this changes
the side planes of triangles to be a 45 degree slope)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11770
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Wed, 21 Mar 2012 13:22:32 +0000 (13:22 +0000)]
fixed compilation on MSVS2008 - do not use stdint.h
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11769
d7cf8633 -e32d-0410-b094-
e92efae38249
vortex [Tue, 20 Mar 2012 22:02:40 +0000 (22:02 +0000)]
r_editlights: added r_editlights_drawproperties cvar and read-only cvars for selected light properties (QC-based editor can query them).
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11768
d7cf8633 -e32d-0410-b094-
e92efae38249
vortex [Tue, 20 Mar 2012 21:55:04 +0000 (21:55 +0000)]
Work-in-progress extension: DP_QC_STRINGBUFFERS_EXT_WIP.
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11767
d7cf8633 -e32d-0410-b094-
e92efae38249
vortex [Tue, 20 Mar 2012 20:56:05 +0000 (20:56 +0000)]
Introducing LibAvW - a wrapper DLL to play videos using libav. Basic support includes extraction of video frames (sound files should be placed as separate .ogg's) and scaling. No ABI requirements (wrapper takes all dirty code). LibAvW can be found at: svn://svn.icculus.org/razorwind/trunk/dplibavw .
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11766
d7cf8633 -e32d-0410-b094-
e92efae38249
vortex [Tue, 20 Mar 2012 20:46:03 +0000 (20:46 +0000)]
cl_particles_reloadeffects <filename> - reload effects from custom effect file
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11765
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Sun, 18 Mar 2012 21:20:27 +0000 (21:20 +0000)]
checkpvs: use the right worldmodel
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11764
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Sun, 18 Mar 2012 20:20:43 +0000 (20:20 +0000)]
document that celshading and celoutlines currently require GL2
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11763
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sun, 18 Mar 2012 19:07:28 +0000 (19:07 +0000)]
VM_FrameBlendFromFrameGroupBlend was using cl.time even on server
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11762
d7cf8633 -e32d-0410-b094-
e92efae38249
eihrul [Sun, 18 Mar 2012 17:16:46 +0000 (17:16 +0000)]
fix usage of linear filter when using shadowmap sampler
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11761
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Fri, 16 Mar 2012 05:49:43 +0000 (05:49 +0000)]
fix a typo in challenge flood protection
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11760
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Tue, 13 Mar 2012 06:44:51 +0000 (06:44 +0000)]
fix an unlikely crypto downgrade attack found during audit
if DP3 and earlier protocols are active, a malicious client may intervene
during connect with an authenticated player's connect and downgrade to
unauthenticated NQ protocol
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11758
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Tue, 13 Mar 2012 06:44:47 +0000 (06:44 +0000)]
also block floods of getstatus, getinfo, getchallenge
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11757
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 13 Mar 2012 02:26:31 +0000 (02:26 +0000)]
use prog->progs_mempool for server DP_SKELETONOBJECTS storage, not
cls.levelmempool
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11756
d7cf8633 -e32d-0410-b094-
e92efae38249
nyov [Mon, 12 Mar 2012 10:58:38 +0000 (11:58 +0100)]
Merge branch 'master' into nyov/more-lineedit-fanciness
nyov [Mon, 12 Mar 2012 10:55:14 +0000 (11:55 +0100)]
chat: enable CTRL+q to push to history, make ESCAPE do the same
nyov [Mon, 12 Mar 2012 10:42:14 +0000 (11:42 +0100)]
chat: we have history now, fix CTRL+a/e, CTRL+HOME/END to behave accordingly
nyov [Mon, 12 Mar 2012 10:13:17 +0000 (11:13 +0100)]
chat: fixing indents only
nyov [Mon, 12 Mar 2012 09:49:47 +0000 (10:49 +0100)]
chat: use CTRL+ALT for special char input, so chat can use same keybinds as console
divverent [Mon, 12 Mar 2012 09:21:55 +0000 (09:21 +0000)]
introducing "scr_loadingscreen_firstforstartup"
make first loading.tga screen a special startup splash-screen,
that shows only once on client startup
From: nyov <nyov@nexnode.net>
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11754
d7cf8633 -e32d-0410-b094-
e92efae38249
nyov [Mon, 12 Mar 2012 09:10:12 +0000 (10:10 +0100)]
chat: adding history search as in console, displaying results on console is a bit inconvenient though
nyov [Mon, 12 Mar 2012 07:19:19 +0000 (08:19 +0100)]
chat history: moved cloned functions together, some renames for clarity
divverent [Sat, 10 Mar 2012 12:54:55 +0000 (12:54 +0000)]
dpsoftrast: SHADERMODE_GENERIC SHADERPERMUTATION_ALPHAKILL too
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11753
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Sat, 10 Mar 2012 12:39:29 +0000 (12:39 +0000)]
allow MATERIALFLAG_CAMERA to fade out
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11752
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Fri, 9 Mar 2012 19:08:04 +0000 (19:08 +0000)]
try to really fix vectorvectors to be 100% equivalent to makevectors(flippitch(vectoangles(v)))
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11751
d7cf8633 -e32d-0410-b094-
e92efae38249
nyov [Fri, 9 Mar 2012 06:55:47 +0000 (07:55 +0100)]
Merge branch 'master' into nyov/more-lineedit-fanciness
havoc [Fri, 9 Mar 2012 04:48:36 +0000 (04:48 +0000)]
patch from Klaus Silveira cleaning up several inefficient and redundant
code bits
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11749
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Fri, 9 Mar 2012 04:48:02 +0000 (04:48 +0000)]
fixed a severely bugged check of R_BlendFuncFlags
removed a redundant lightmap update loop
thanks to Klaus Silveira for pointing out these issues
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11748
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Fri, 9 Mar 2012 04:25:25 +0000 (04:25 +0000)]
use CFLAGS_ODE on prvm_cmd.c because it checks ODE_DYNAMIC and ODE_STATIC defines
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11747
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Fri, 9 Mar 2012 04:22:41 +0000 (04:22 +0000)]
fix compile error where no extern was defined for ode_dll
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11746
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Thu, 8 Mar 2012 14:01:06 +0000 (14:01 +0000)]
fix checkextension based ODE detection for QC code
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11744
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Thu, 1 Mar 2012 14:34:32 +0000 (14:34 +0000)]
add a flag to forcibly turn off skeletal animation for benchmarking
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11740
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Thu, 1 Mar 2012 13:32:55 +0000 (13:32 +0000)]
Con_ClearNotify: only hide notify, not chat
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11739
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Tue, 28 Feb 2012 11:52:14 +0000 (11:52 +0000)]
fix a stupid type error.
Why doesn't PRVM_EDICT_NUM(prvm_edict_t *) warn?!?
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11737
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Tue, 28 Feb 2012 11:06:10 +0000 (11:06 +0000)]
runstandardplayerphysics: ignore the passed edict for player physics (consistent to legacy prediction)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11736
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Mon, 27 Feb 2012 18:31:30 +0000 (18:31 +0000)]
fix for .alpha and other effects on sprites that use the same frame,
they were all reusing the same alpha value, probably also broke
interpolation at the same time
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11735
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sun, 26 Feb 2012 15:06:40 +0000 (15:06 +0000)]
byteswap S16LE sound data on load once, not twice :)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11734
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Fri, 24 Feb 2012 14:43:49 +0000 (14:43 +0000)]
remove redundant check
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11730
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Fri, 24 Feb 2012 14:42:30 +0000 (14:42 +0000)]
don't accumulate time reports for the first 10 seconds of a match so things can settle
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11729
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Fri, 24 Feb 2012 13:34:16 +0000 (13:34 +0000)]
add missing variable
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11728
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Fri, 24 Feb 2012 12:28:41 +0000 (12:28 +0000)]
also count timing info when nobody is playing
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11727
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Thu, 23 Feb 2012 12:17:32 +0000 (12:17 +0000)]
use stickmouse code when SDL2 relative mouse fails
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11724
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Thu, 23 Feb 2012 12:06:18 +0000 (12:06 +0000)]
work with SDL2
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11723
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Thu, 23 Feb 2012 10:35:46 +0000 (10:35 +0000)]
I moved the IPv6 master server to another server. Sorry for that.
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11722
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 21 Feb 2012 19:21:05 +0000 (19:21 +0000)]
use both .items2 and serverflags in items stat, to finally fix the runes
missing on the hud bug
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11719
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Tue, 21 Feb 2012 12:03:12 +0000 (12:03 +0000)]
fix a stupid typo
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11718
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Tue, 21 Feb 2012 11:49:25 +0000 (11:49 +0000)]
no need to waste a full page
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11717
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Tue, 21 Feb 2012 11:32:57 +0000 (11:32 +0000)]
crazy feature: -DFILE_BASED_MALLOC=1
replaces malloc/free calls by mmap/munmap of file backed store.
Best used with -DMEMCLUMPING=1
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11716
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Mon, 20 Feb 2012 19:36:01 +0000 (19:36 +0000)]
fix the compiler error fo' reals this time
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11715
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Mon, 20 Feb 2012 19:34:16 +0000 (19:34 +0000)]
fix compile error
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11713
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Mon, 20 Feb 2012 19:25:50 +0000 (19:25 +0000)]
we don't use DGA any more, so why -lxxf86dga
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11712
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Mon, 20 Feb 2012 19:21:23 +0000 (19:21 +0000)]
added Q1 BSP2 format support, compatible with hmap2
Q1BSP loader is now based on MSG_Read functions to make it very
extensible
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11711
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Mon, 20 Feb 2012 15:11:32 +0000 (15:11 +0000)]
add a note about a VectorVectors bug
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11708
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Mon, 20 Feb 2012 14:54:40 +0000 (14:54 +0000)]
fix broken use of + and | in drawflags
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11707
d7cf8633 -e32d-0410-b094-
e92efae38249
divverent [Mon, 20 Feb 2012 12:28:09 +0000 (12:28 +0000)]
fix a crash when JPEG loading when alpha image is corrupt
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11703
d7cf8633 -e32d-0410-b094-
e92efae38249
vortex [Sun, 19 Feb 2012 00:43:54 +0000 (00:43 +0000)]
Fix shader compile log again. Print error in any case, warnings only if developer, all other if developer_extra.
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11702
d7cf8633 -e32d-0410-b094-
e92efae38249
vortex [Sat, 18 Feb 2012 22:09:50 +0000 (22:09 +0000)]
Fixed shader compile log to use Con_DPrintf.
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11701
d7cf8633 -e32d-0410-b094-
e92efae38249