]> icculus.org git repositories - divverent/darkplaces.git/history - model_brush.c
cl_capturevideo_framestep
[divverent/darkplaces.git] / model_brush.c
2009-05-20 divverentnew supercontents flags: BOTCLIP (matching Q3's botclip...
2009-05-15 havocdon't allocate lightmaps for water surfaces without...
2009-04-19 divverentfix error message about wrong light grid dimensions
2009-04-04 havocit is now possible to have multiple map models loaded...
2009-03-29 havoccompute sorted surface list at load of each model ...
2009-03-14 divverentExperimental new patch welding code by "someone", fixin...
2009-02-27 divverentadd three more places to send keepalives. No more disco...
2009-02-17 havocfix bugs with missing shader replacements casting shadows
2009-02-15 havocdon't prepend textures/ on halflife wad loading
2009-01-28 divverentmake DP compile with C++ again
2009-01-25 divverentfix typos on sizing collision patches
2009-01-24 divverentfix modelyawradius calculation
2009-01-20 havocfix bugs with q1bsp/hlbsp rotating submodels, caused...
2009-01-05 divverenthide the R_Mesh_Draw message unless developer is 100...
2009-01-03 divverentfix lod group comparing for pos/neg zeroes
2009-01-01 divverentmodel_brush: use the same tesselation number for patche...
2009-01-01 divverentalso support entity lumps that are NOT NUL terminated
2008-12-14 divverentFix alpha transparent textures (used by HLBSP maps...
2008-12-03 divverentQ3BSP: only generate the shadow mesh if on a client...
2008-10-25 divverentmod_q3bsp_nolightmaps: do not load lightmaps, use the...
2008-10-09 divverentfix map loading causing faces to not be rendered
2008-09-27 divverentfix a tiny leak
2008-09-27 divverentprefer INTERNAL lightmaps
2008-09-13 divverentfix lightmap loading from TGAs; fix display of QC-initi...
2008-09-13 divverentexperimental (not yet tested) support for q3map2 -light...
2008-09-11 divverentsupport Q3BSP version 47 loading (format now written...
2008-07-30 divverentremove TEXF_ALPHA flag for any map textures, because...
2008-07-14 divverentfix out of range indices found by [-z-]
2008-07-05 havocan attempt at optimizing msurface_t dlight_cache checks...
2008-06-26 havocfix two warnings
2008-06-17 havocfixed all VS2005 deprecated function warnings
2008-04-21 divverentglobally rename model_t to dp_model_t for OpenSolaris...
2008-04-18 havocchanged cl_stainmaps to be a loadtime cvar which decide...
2008-04-10 havocimplemented uint16 element array support, and use of...
2008-04-08 havocfix loading of q1bsp submodel bounding boxes, especiall...
2008-04-01 havocrenamed Q3FACETYPE_POLYGON to Q3FACETYPE_FLAT
2008-03-20 havochow did boxready survive? oh well
2008-03-19 divverentfix obvious bugs in r8214
2008-03-19 havocenlarge q3bsp bounding box to include all geometry...
2008-03-08 havocfix crash when q1bsp submodels are checked with PointSu...
2008-03-06 havocfix bug that makes lava bridge in e1m6 kill you (as...
2008-02-25 havocfix bug with r_novis 1 not enabling r_wateralpha suppor...
2008-02-04 havochuge audit of dprints throughout engine, all notices...
2008-02-01 havocrenamed MATERIALFLAG_WATER to MATERIALFLAG_WATERSCROLL
2008-01-30 havocfixed -tenebrae support, added glass and mirror renderi...
2008-01-28 divverentextra required parameter for dp_water: alpha modifier
2008-01-22 havocremoved support for Sajt's unfinished McBSP format
2008-01-07 blackMove a part of r_refdef_t into a new r_refdef_scene_t...
2007-12-25 havocimplemented PointSuperContents model function as a...
2007-12-18 havocmoved entity_render_t modellight_* field updates from...
2007-12-13 havocfix detection of q3map2 deluxemapping in the case of...
2007-12-06 resChanged Q1 lightmap packing to put consecutive surfaces...
2007-12-06 resMade Q1 face loading faster by using a faster lightmap...
2007-12-03 havocadded r_refdef.rtlightstylevalue which is a float versi...
2007-12-02 havocreworked lightstyle chains code to use a struct, and...
2007-11-28 havocchanged texture formats from RGBA to BGRA, yes this...
2007-11-26 havocremoved support for TEXTYPE_RGB
2007-11-12 divverentadded cvar r_fixtrans_auto to automatically call fixtra...
2007-10-15 havocimplemented MATERIALFLAG_REFRACTION
2007-10-11 divverentmake more failed skin loads Prints
2007-10-09 sajtshut up compiler warning
2007-10-09 sajtMCBSP kind of works now, i think
2007-10-07 divverentfix reflections not working when just reflective stuff...
2007-10-07 divverentsorry... dp_refract parameters should work THAT way...
2007-10-07 divverentchanged reflect/refract keywords to
2007-10-03 divverentCleaned up reflection and refraction a bit; added Q3...
2007-10-01 havocimplemented support for more than 32768 clipnodes ...
2007-10-01 havocr_showtris/r_shownormals/r_showcollisionbrushes are...
2007-09-30 havocimplemented pvs support in water reflection rendering...
2007-09-29 havocchanged q1bsp loader to allow more than 32768 nodes...
2007-09-24 havocchanged COM_ParseToken_Simple to have a parsebackslash...
2007-09-22 havocimplemented r_glsl_water cvar (refraction and reflectio...
2007-08-24 havocno longer compresses embedded textures (in q1 and hl...
2007-08-23 havocimplemented support for GL_ARB_texture_compression...
2007-08-02 havocfix an error in the last patch
2007-08-02 havocrevert tolerances patch in RecursiveHullCheck, toleranc...
2007-07-13 havocmodified Mod_Q1BSP_LoadFaces to use smaller lightmapsiz...
2007-07-13 havocadded some tolerances in Mod_Q1BSP_RecursiveHullCheck...
2007-07-09 dreskUpdated cl_modelindexlist command with additional model...
2007-06-13 havocfix a warning's format string
2007-06-11 havoctweaked some warnings on q1bsp texture loading to follo...
2007-06-11 havocadded more developer prints when loading shaders
2007-05-22 havocq3 shaders are now supported on all model and map formats
2007-05-17 divverentsetting skinframe to R_SkinFrame_LoadMissing for animma...
2007-05-16 havocfix some unused variables
2007-05-16 havocoptimized the Mod_Q3BSP_LightPoint pitch/yaw math by...
2007-05-14 havocremove a piece of debugging code
2007-05-14 havocfixed lightmap merging bugs and added a special simplif...
2007-05-14 havocreworked lightmap merging code to determine optimal...
2007-05-09 havocrenamed COM_ParseTokenConsole to COM_ParseToken_Console
2007-05-06 havocadded r_depthfirst option which defaults to 1 (render...
2007-05-04 divverentoops, the r_picmipworld should be CVAR_SAVE of course...
2007-05-04 divverentr_picmipworld - when 0, gl_picmip does not apply to...
2007-04-30 havocimplemented QW skin support, it's broken on skins that...
2007-04-25 havocfixed bug where animated mdl skins (such as Tomaz's...
2007-04-25 havocfix bugs in Mod_Q3BSP_Loadtextures that caused crashes...
2007-04-24 havocisolated more of the texture loading code from the...
2007-04-24 havocfix bug that made all textures without a shader definit...
2007-04-24 havocreplaced Mod_LoadSkinFrame functions with R_SkinFrame...
2007-04-06 havocremoved MATERIALFLAG_TRANSPARENT
next