]>
git.xonotic.org Git - xonotic/darkplaces.git/log
havoc [Sat, 14 Jan 2006 17:45:35 +0000 (17:45 +0000)]
added DP_EF_DOUBLESIDED extension to list
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5906
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sat, 14 Jan 2006 17:40:50 +0000 (17:40 +0000)]
added DP_SV_CUSTOMIZEENTITYFORCLIENT extension based on a patch from [515]
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5903
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Thu, 12 Jan 2006 15:19:22 +0000 (15:19 +0000)]
corrected a typo in a comment
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5902
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Thu, 12 Jan 2006 15:17:12 +0000 (15:17 +0000)]
added console editing enhancements patch from [515], except the part for special quake characters was omitted (as the engine should not assume the quake font is being used)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5901
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Wed, 11 Jan 2006 23:15:12 +0000 (23:15 +0000)]
added DrawQ_Line/DrawQ_Lines/DrawQ_LineWidth patch from [515], note: buggy, needs cleanup
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5900
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Wed, 11 Jan 2006 22:24:05 +0000 (22:24 +0000)]
added con_textsize patch from [515]
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5899
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Wed, 11 Jan 2006 18:53:22 +0000 (18:53 +0000)]
added r_replacemaptexture and r_listmaptextures commands patch from [515]
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5898
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Wed, 11 Jan 2006 16:17:29 +0000 (16:17 +0000)]
added tab-completion of map/changelevel command + maps command patch from [515], which prints map names, titles, and format (Q1/Q2/Q3/HL/MC/??)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5897
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Wed, 11 Jan 2006 14:41:42 +0000 (14:41 +0000)]
added sendcvar patch from [515]
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5896
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 10 Jan 2006 21:16:49 +0000 (21:16 +0000)]
added a warning comment about dmodel_t not matching the on-disk q1bsp format because of Sajt's MCBSP code (this does no harm because the reading code does not utilize dmodel_t in reading those structs, but it is a potential land mine to people looking at the header to study the format)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5895
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 10 Jan 2006 21:14:06 +0000 (21:14 +0000)]
correct q2dheader_t and q3dheader_t to have the correct lump array sizes
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5894
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 10 Jan 2006 14:52:21 +0000 (14:52 +0000)]
added rain splash code written by [515], and made the splash sparks a bit wider so that they are noticable
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5893
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 10 Jan 2006 14:35:45 +0000 (14:35 +0000)]
added EF_DOUBLESIDED (and internally RENDER_NOCULLFACE)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5892
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 10 Jan 2006 14:11:51 +0000 (14:11 +0000)]
added button9-16
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5891
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sun, 8 Jan 2006 20:10:01 +0000 (20:10 +0000)]
redesigned the heart of SV_GetTagMatrix, it now makes sense
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5889
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sun, 1 Jan 2006 15:10:01 +0000 (15:10 +0000)]
fix sp2 frame positioning
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5887
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sun, 1 Jan 2006 13:21:55 +0000 (13:21 +0000)]
changed mouse button numbering to have MWHEELUP/MWHEELDOWN and then 4 5...
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5886
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sun, 1 Jan 2006 13:15:27 +0000 (13:15 +0000)]
added developer_entityparsing cvar to aid in debugging entitystring parsing issues (which always seem to turn out to be map bugs, but it's useful to know what the bug in the map is)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5885
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sun, 1 Jan 2006 13:12:31 +0000 (13:12 +0000)]
hide GLSL compile warnings when developer is 0
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5884
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sun, 1 Jan 2006 07:51:57 +0000 (07:51 +0000)]
make compile again, stupid typos
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5883
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sun, 1 Jan 2006 07:46:47 +0000 (07:46 +0000)]
corrected some function names in error messages
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5882
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sun, 1 Jan 2006 07:46:13 +0000 (07:46 +0000)]
added vertex bounds checking in Mod_Q1BSP_LoadEdges
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5881
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Fri, 30 Dec 2005 11:14:05 +0000 (11:14 +0000)]
disabled running of multiple server frames per host frame, because it does not handle overload gracefully (instead it makes the framerate significantly worse if the server frame is the bottleneck)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5880
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Fri, 30 Dec 2005 08:27:40 +0000 (08:27 +0000)]
refactored gettaginfo in an attempt to improve readability, and fixed scaling bug
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5879
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Thu, 29 Dec 2005 08:43:50 +0000 (08:43 +0000)]
eliminated special case for gamma 1.0 as it was making worse gamma ramps than the general case, and tweaked the code a bit to round to nearest so it should hit exactly 65535
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5874
d7cf8633 -e32d-0410-b094-
e92efae38249
molivier [Wed, 28 Dec 2005 14:56:02 +0000 (14:56 +0000)]
Removed unused files
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5873
d7cf8633 -e32d-0410-b094-
e92efae38249
molivier [Wed, 28 Dec 2005 13:26:28 +0000 (13:26 +0000)]
Added support for refresh rate, vsync, and hardware gamma to Mac OS X native video module. Still working on the hardware gamma though, it looks a bit broken (colors are weird with gamma = 1)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5872
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 27 Dec 2005 10:10:55 +0000 (10:10 +0000)]
reworked rtlighting code to handle transparent water lighting and transparent model lighting (doesn't properly handle alpha textures though)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5871
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 27 Dec 2005 09:56:31 +0000 (09:56 +0000)]
changed basedir and gamedir handling slightly to eliminate the need for "./" paths
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5870
d7cf8633 -e32d-0410-b094-
e92efae38249
molivier [Tue, 27 Dec 2005 07:53:53 +0000 (07:53 +0000)]
Fixed CoreAudio sound module
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5869
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 27 Dec 2005 04:54:40 +0000 (04:54 +0000)]
esteel's patch used C99 lazy variable declaration, fixed
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5868
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 27 Dec 2005 04:12:47 +0000 (04:12 +0000)]
remove an unused variable
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5867
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 27 Dec 2005 02:43:33 +0000 (02:43 +0000)]
fix sprite transparency bug introduced by the palette changes
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5866
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 27 Dec 2005 02:29:40 +0000 (02:29 +0000)]
reworked transparency in palettes, made palette_complete be strictly opaque, added palette_transparent (and switched a few things over to it), made palette_font actually be used (and it no longer has a transparent color 255, only color 0 is transparent in the font, correctly matching software quake), this should hopefully fix bugs with models using color 255 in their skin
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5865
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 27 Dec 2005 02:22:56 +0000 (02:22 +0000)]
changed a palette_complete, palette_alpha reference to NULL, NULL in sprite loading
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5864
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 27 Dec 2005 02:18:35 +0000 (02:18 +0000)]
removed a duplicate ;
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5863
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Mon, 26 Dec 2005 01:16:44 +0000 (01:16 +0000)]
nexuiz team scoreboard patch from esteel
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5860
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sat, 17 Dec 2005 03:43:57 +0000 (03:43 +0000)]
changed Venim's dpmaster back to an IP
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5859
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sat, 17 Dec 2005 02:04:53 +0000 (02:04 +0000)]
added tChr's master server, changed Venim's back to a hostname as it seems to resolve now, and noted admin of each master server
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5858
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Wed, 14 Dec 2005 13:47:13 +0000 (13:47 +0000)]
default r_useportalculling to 1, I don't know why it was off
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5857
d7cf8633 -e32d-0410-b094-
e92efae38249
black [Mon, 5 Dec 2005 19:36:32 +0000 (19:36 +0000)]
Erm, remove the paramcount check from localcmd, so that it actually works
with an arbitrary number of params.
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5856
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Wed, 30 Nov 2005 15:10:07 +0000 (15:10 +0000)]
video modes in menu now also set vid_pixelheight and vid_conwidth/vid_conheight
improved video modes menu, it now has widescreen modes, refresh rate, and more information about the chosen mode
renamed vid_pixelaspect to vid_pixelheight and inverted its behavior (smaller value now means that a pixel is wider than it is tall)
eliminated r_refdef.fov* fields, redesigned to use frustum plane slopes (like glFrustum takes) and calculate fov from height*4/3 rather than width, so widescreen now automatically uses higher fov accordingly, but 4x3 modes are the same as they always were, this also required generating the frustum planes differently in the renderer
changed underwater view warping to use frustum scaling rather than angles, this makes it a little smoother
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5855
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Wed, 30 Nov 2005 15:03:08 +0000 (15:03 +0000)]
implemented vid_refreshrate cvar to specify display refresh rate in windows
added vid_minwidth/vid_minheight for use by menu, this lets a mod specify minimum acceptable resolution
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5854
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 29 Nov 2005 12:24:24 +0000 (12:24 +0000)]
409
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5853
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 29 Nov 2005 12:14:23 +0000 (12:14 +0000)]
smoke trails are now half as bright, bullet impact sparks now fly upward a little bit at first (looks better when shooting the floor)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5852
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 29 Nov 2005 11:58:59 +0000 (11:58 +0000)]
implemented cl_particles_quake cvar to use quake-style particle effects
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5851
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 29 Nov 2005 11:57:19 +0000 (11:57 +0000)]
disabled dlight from scrag and hellknight shots
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5850
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 29 Nov 2005 00:20:03 +0000 (00:20 +0000)]
removed headphones stuff, now stereo is side speakers (like headphones was) because it was too hard to hear things behind you with only front speakers, added mono speaker layout also
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5849
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Mon, 28 Nov 2005 07:46:39 +0000 (07:46 +0000)]
fixed keynum_t issue, it was declared as an extern variable (?!?) in the header, should have been a typedef
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5848
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Mon, 28 Nov 2005 07:45:07 +0000 (07:45 +0000)]
changed buttonremap arrays to int instead of keynum_t because keynum_t is not being found for some bizarre reason no matter what I do
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5847
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Mon, 28 Nov 2005 05:54:20 +0000 (05:54 +0000)]
made K_MOUSE4/5 keys separate from K_MWHEELUP/DOWN keys
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5846
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Mon, 28 Nov 2005 04:51:59 +0000 (04:51 +0000)]
fix a typo
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5845
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Mon, 28 Nov 2005 00:59:01 +0000 (00:59 +0000)]
added scr_screenshot_gamma to menu (I'm sure I did this once before!)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5844
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sun, 27 Nov 2005 08:29:37 +0000 (08:29 +0000)]
416
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5843
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sun, 27 Nov 2005 00:24:44 +0000 (00:24 +0000)]
eliminated snd_inited and sound_started variables, now uses shm != NULL checks instead
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5842
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sun, 27 Nov 2005 00:22:04 +0000 (00:22 +0000)]
added minor documentation about logging features
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5841
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sat, 26 Nov 2005 22:41:58 +0000 (22:41 +0000)]
remove a piece of breakpoint code I forgot to remove before
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5840
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sat, 26 Nov 2005 08:05:32 +0000 (08:05 +0000)]
fix a typo in r_speeds display that incorrectly displayed dynamic shadow triangles
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5839
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Fri, 25 Nov 2005 23:03:31 +0000 (23:03 +0000)]
fix a sound conversion bug in mono output
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5838
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Fri, 25 Nov 2005 23:00:30 +0000 (23:00 +0000)]
fix a warning
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5837
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Fri, 25 Nov 2005 08:23:36 +0000 (08:23 +0000)]
sprites now use skinframe_t instead of their own texture/fogtexture fields
cleaned up hlbsp texture loading slightly, now uses Mod_LoadSkinFrame_Internal
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5836
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Fri, 25 Nov 2005 07:29:35 +0000 (07:29 +0000)]
don't load images when running a dedicated server (they would only be discarded by the missing texture manager anyway)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5835
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Fri, 25 Nov 2005 07:11:34 +0000 (07:11 +0000)]
dynamically scale the meshqueue transparency sorting distances to adapt the precision to larger/smaller scenes
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5834
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Fri, 25 Nov 2005 06:55:40 +0000 (06:55 +0000)]
changed strzone, stuffcmd, and localcmd to be able to take multiple strings
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5833
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Fri, 25 Nov 2005 06:14:05 +0000 (06:14 +0000)]
ping command now works from server console
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5832
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Fri, 25 Nov 2005 05:24:25 +0000 (05:24 +0000)]
cleaned up edict clearing when connecting or coming back from a level change, this fixes the botclient bugs regarding .colormap, but also meant that NetConn_ServerFrame requires SV_VM_Begin/End around it
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5830
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Fri, 25 Nov 2005 03:24:59 +0000 (03:24 +0000)]
added support for model scaling in bounding box calculations for network culling, so now entities can be made bigger and won't disappear incorrectly
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5829
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Fri, 25 Nov 2005 01:34:12 +0000 (01:34 +0000)]
SOLID_NOT is now linked into the areagrid, which fixed the bugs with corpses not riding lifts, and also means that findradius will find SOLID_NOT entities more often like the sv_gameplayfix_blowupfallenzombies was intended to
reorganized and optimized the TOSS/FLY/BOUNCE/STEP physics for better handling of sv_gameplayfix_noairborncorpse
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5828
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Fri, 25 Nov 2005 01:31:18 +0000 (01:31 +0000)]
changed serverlist to using color tags instead of shifting the numbers to different charsets in the quake font
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5827
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Fri, 25 Nov 2005 01:29:59 +0000 (01:29 +0000)]
changed serverlist menu to use color tags instead of shifting the numbers to different character sets in the quake font
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5826
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Fri, 25 Nov 2005 01:17:43 +0000 (01:17 +0000)]
allow typing characters above 126
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5825
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Fri, 25 Nov 2005 01:16:07 +0000 (01:16 +0000)]
use color tags for chat messages instead of 0x80 masking
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5824
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Fri, 25 Nov 2005 01:12:00 +0000 (01:12 +0000)]
fixed up various bugs with cl_beams_relative, and reenabled smooth sweeping on other players/enemies
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5823
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Wed, 23 Nov 2005 18:41:13 +0000 (18:41 +0000)]
changed default bloom settings to faster performing and less overkill values
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5822
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Wed, 23 Nov 2005 03:40:59 +0000 (03:40 +0000)]
added a remaining < 1 check to centerprint display code, this might have fixed the problem where it briefly showed the full text at the beginning of a finale
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5821
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Wed, 23 Nov 2005 03:33:20 +0000 (03:33 +0000)]
fix bugs with crosshair_static 0 mode when the player is an EF_NODRAW entity
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5820
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Wed, 23 Nov 2005 03:28:28 +0000 (03:28 +0000)]
removing uses of entity_render_t->origin in the client
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5819
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Wed, 23 Nov 2005 03:00:34 +0000 (03:00 +0000)]
implemented 7.1 audio, only works with SDL (attempted ALSA support but ALSA doesn't seem to like mmap access to 4/6/8 channel buffers)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5818
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Wed, 23 Nov 2005 02:59:05 +0000 (02:59 +0000)]
*** empty log message ***
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5817
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Wed, 23 Nov 2005 02:54:50 +0000 (02:54 +0000)]
cleaned up many text buffer sizes throughout the engine, most now use MAX_INPUTLINE, some use MAX_QPATH, also cleaned up a lot of stuff that had buffer sizes in the code (now uses sizeof)
increased MAX_INPUTLINE from 256 to 16384, so now console commandlines and many other things can be very large
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5816
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 22 Nov 2005 00:55:26 +0000 (00:55 +0000)]
fixed backwards q3bsp model lighting and backwards rtlighting
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5815
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 22 Nov 2005 00:40:00 +0000 (00:40 +0000)]
added r_shownormals
fixed Mod_BumpVectors to generate normals the correct way... now all rtlighting and q3bsp vertex shading is backwards :(
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5814
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Mon, 21 Nov 2005 18:14:56 +0000 (18:14 +0000)]
clear the client->weaponmodel cache on level change
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5813
d7cf8633 -e32d-0410-b094-
e92efae38249
molivier [Sun, 20 Nov 2005 15:14:10 +0000 (15:14 +0000)]
Fixed black screen when using fullscreen mode on Mac OS X
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5812
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sat, 19 Nov 2005 12:45:01 +0000 (12:45 +0000)]
disable sbar in GAME_NETHERWORLD (it draws it using qc)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5811
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Thu, 17 Nov 2005 15:17:14 +0000 (15:17 +0000)]
made gl_max_size cvar only affect TEXF_PICMIP textures, this prevents it from breaking bloom like it did previously, and bloom now disables itself if the hardware doesn't support big enough textures (such as 3Dfx Voodoo1/2/3/Rush/Banshee)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5810
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sun, 13 Nov 2005 12:10:08 +0000 (12:10 +0000)]
changed DNS name cache expiration time to 12 hours
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5809
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sun, 13 Nov 2005 12:08:35 +0000 (12:08 +0000)]
corrected dpmaster.deathmask.net IP address comment again
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5808
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sun, 13 Nov 2005 12:05:24 +0000 (12:05 +0000)]
added Matrix4x4_Normalize
now normalizes dlight matrix so that attached dlight entities won't be smaller/bigger than normal
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5807
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sun, 13 Nov 2005 12:04:28 +0000 (12:04 +0000)]
expire internal DNS name cache entries after 5 minutes (this way a master server can change IP address)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5806
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sun, 13 Nov 2005 11:59:31 +0000 (11:59 +0000)]
updated ip address comment for dpmaster.deathmask.net
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5805
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Fri, 11 Nov 2005 12:47:09 +0000 (12:47 +0000)]
increased max cachepics from 256 to 1024 at VorteX's request
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5804
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Thu, 10 Nov 2005 07:03:40 +0000 (07:03 +0000)]
condensed CL_EntityParticles code
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5803
d7cf8633 -e32d-0410-b094-
e92efae38249
black [Tue, 8 Nov 2005 16:49:35 +0000 (16:49 +0000)]
Moved the cmd preprocessor call from ExecuteString to Cbuf_Execute which
should fix the messagemode issue.
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5802
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Mon, 7 Nov 2005 12:37:15 +0000 (12:37 +0000)]
removed \n from all Host_Error, Sys_Error, PRVM_ERROR, PF_ERROR calls, since Host_Error/Sys_Error add their own \n as needed
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5801
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Mon, 7 Nov 2005 11:08:12 +0000 (11:08 +0000)]
cleaned up all Con_Printf calls that were missing a \n
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5800
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Mon, 7 Nov 2005 09:52:57 +0000 (09:52 +0000)]
fix a bug in loading colormap.lmp to determine number of fullbrights, forgot to pass &filesize to FS_LoadFile
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5799
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Mon, 7 Nov 2005 09:44:12 +0000 (09:44 +0000)]
fixed a bug in the r_lockpvs cvar silently added in the last commit (r_lockvisibility cvar also added in the last commit)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5798
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Mon, 7 Nov 2005 09:41:51 +0000 (09:41 +0000)]
got rid of unused r_vismarklights cvar
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5797
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Mon, 7 Nov 2005 09:35:58 +0000 (09:35 +0000)]
cleaned up R_WorldVisibility code some more and added additional documentation
renamed r_surfaceworldnode to r_useportalculling and inverted its behavior accordingly
added a special no-pvs-at-all case for floating around in the void to improve readability
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5796
d7cf8633 -e32d-0410-b094-
e92efae38249