]> icculus.org git repositories - divverent/darkplaces.git/history - model_brush.c
don't ungrab mouse in loading screens in fullscreen
[divverent/darkplaces.git] / model_brush.c
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
2007-04-04 havocnow creates EBOs and VBOs containing static model geome...
2007-03-17 havocchanged some prints to dprints
2007-03-11 havocchanged brightness of unlit q1bsp maps from 2x white...
2007-02-28 havoceliminated RENDER_NOCULLFACE (now uses MATERIALFLAG_NOC...
2007-02-28 havocimproved detection of q3 terrain blend shaders to reduc...
2007-02-23 havocsplit model_brushq3_t num_lightmaps field into num_orig...
2007-02-23 havocpatch from div0 that adds clientside culling of entitie...
2007-02-22 havocchanged default mod_q3bsp_lightmapmergepower from 5...
2007-02-22 havocfix dedicated server crashes caused by new lightmap...
2007-02-22 havocreally fixed deluxemapping this time
2007-02-22 havocfixed deluxemapping detection bug that made it never...
2007-02-22 havocnow merges all q3bsp lightmap textures into one huge...
2007-02-20 havocadded model->brush.TraceLineOfSight function, this...
2007-02-20 havocadded mleaf_t->containscollisionsurfaces variable which...
2007-02-20 havocadded parsing of surfaceparm antiportal
2007-02-18 havocallow non-integer framerates for q3 shader animmap...
2007-02-14 havocsome initial changes to support terrain texture blendin...
2007-02-10 havocfix a stupid bug in transparent water detection for...
2007-02-09 havocfix Q3BSP map loader's sky surface detection so that...
2007-01-28 havocadded MATERIALFLAG_NOSHADOW in an effort to clean up...
2007-01-21 havocautodetect whether a map supports transparent water...
2007-01-18 havocadded collision_prefernudgedfraction cvar (defaults...
2007-01-14 havocpatch from div0 that enables printf format warnings...
2006-12-30 havocI don't know how this got committed
2006-12-30 havocfix default modellight_lightdir shading direction in...
2006-12-21 havocremoved Q3TEXTUREFLAG_ALPHATEST uses in the code, fixin...
2006-12-17 havocimproved Mod_Q3BSP_LightPoint function to use r_refdef...
2006-11-24 havocadded proper support for q3 shader animmap commands
2006-10-20 havocattempt to avoid some Mem_Free errors on NULL pointers...
2006-09-12 havocchanged deluxemapping detection code to deal with odd...
2006-08-05 molivierRemoved all calls to strcpy; most of them are now calls...
next