]> icculus.org git repositories - divverent/darkplaces.git/history - model_shared.h
new SV progs function SV_Shutdown, gets called just before progs get unloaded/renewed...
[divverent/darkplaces.git] / model_shared.h
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-23 havoccolormod values above 1 1 1 should work properly with...
2007-12-20 havocreenabled R_UpdateAllTextureInfo calls when lighting...
2007-12-17 resDynamically allocate Q3 shader texture frames.
2007-12-17 resChanged Q3 shaders to use dynamic memory allocation...
2007-12-02 havocreworked lightstyle chains code to use a struct, and...
2007-11-28 havocprecalculate texture vectors on mdl/md2/md3 models...
2007-11-26 havocremoved support for TEXTYPE_RGB
2007-10-15 havocimplemented MATERIALFLAG_REFRACTION
2007-10-11 divverent- fix SEGFAULT when a .shader file has more layers...
2007-10-09 sajtMCBSP kind of works now, i think
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-22 havocimplemented r_glsl_water cvar (refraction and reflectio...
2007-08-27 havocimplemented q3 shader keyword polygonoffset
2007-07-09 dreskUpdated cl_modelindexlist command with additional model...
2007-05-27 havocadded polygonoffset as a texture property, used on...
2007-05-27 havocfixed recently introduced bug that made lightmapintensi...
2007-05-25 havocreorganized rgbgen/alphagen/tcgen fields into their...
2007-05-25 havocimplemented deformvertexes (previously autosprite/autos...
2007-05-24 havocadded parsing of rgbgen wave and alphagen wave
2007-05-24 havocsupport multiple tcmod commands on a single layer
2007-05-24 havocimplemented tcmod (all forms)
2007-05-24 havocadded loading of rgbgen/alphagen/tcgen/tcmod
2007-05-22 havocq3 shaders are now supported on all model and map formats
2007-05-06 havocadded r_depthfirst option which defaults to 1 (render...
2007-04-25 havocfixed bug where animated mdl skins (such as Tomaz's...
2007-04-24 havocadded DP_SV_MODELFLAGS_AS_EFFECTS extension, this adds...
2007-04-24 havocreplaced Mod_LoadSkinFrame functions with R_SkinFrame...
2007-04-23 havoccleaned up Mod_LoadSkinFrame now that image_loadskin...
2007-04-13 havocsaved a little more memory by not keeping around the...
2007-04-04 havocnow creates EBOs and VBOs containing static model geome...
2007-03-01 havocimplemented r_shadow_culltriangles cvar (on by default...
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 havocnow merges all q3bsp lightmap textures into one huge...
2007-02-20 havocadded model->brush.TraceLineOfSight function, this...
2007-02-14 havocsome initial changes to support terrain texture blendin...
2007-01-21 havocautodetect whether a map supports transparent water...
2006-12-30 havocadded r_shadows cvar which renders Quake3 cg_shadows...
2006-11-24 havocadded proper support for q3 shader animmap commands
2006-06-09 havocweb download patch from div0, this adds the "curl"...
2006-06-08 havocno longer converts vertex-morph model formats to float...
2006-05-10 havocredesigned skeletal model loading and rendering to...
2006-05-08 havocsplit R_DrawTextureSurfaceList code into several functi...
2006-04-18 havocreworked most of q3bsp q3 shader loading, now supports...
2006-04-16 havocno longer recalculated q3bsp surface normals, this...
2006-04-16 havocmodified Mod_BuildTextureVectorsAndNormals to become...
2006-03-29 havoceliminated model->meshlist, replaced with an embedded...
2006-03-29 havocno longer uses multiple meshes for model loading, they...
2006-03-28 havocadded loading of hmap2 .dlit tangentspace deluxemap...
2006-03-21 havocmodified Q1BSP loader to generate lightmap fragments...
2006-03-21 havocrenamed varray_ arrays to rsurface_array_, and they...
2006-03-19 havocfixed deluxemapping
2006-03-17 havocadded deluxemapping (per pixel lighting using lightmaps...
2006-03-17 havocadded GLSL shader path for normal rendering stage,...
2006-03-15 havocchanged skybox string from size 64 to MAX_QPATH (which...
2006-03-10 havocchanged TraceBox functions to take start,mins,maxs...
2006-02-25 havocadded md4four map checksumming, since QW servers seem...
2005-12-27 havocreworked rtlighting code to handle transparent water...
2005-11-25 havocsprites now use skinframe_t instead of their own textur...
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-10-24 havocmoved d_lightstylevalue into r_refdef.lightstyle
2005-10-23 havocgot rid of Mod_CheckLoaded, changed how model system...
2005-10-23 havocchanged network entity pvs checking to cache the cluste...
2005-10-21 havocgave names to nearly all structs and enums which should...
2005-09-11 havocrewrote colormapping handling to store colormap_pantsco...
2005-09-10 havocremoved a lot of texture_t fields that were used by...
2005-09-09 havocnew surface renderer, builds a layer list in R_UpdateTe...
2005-09-08 havocremoved detail texturing (it only worked in q1bsp and...
2005-09-08 havocmoved waterscrollmatrix handling into texture->currente...
2005-09-07 havocsplit model->DrawShadowVolume into CompileShadowVolume...
2005-09-06 sajtNew MCBSP format, used for my mod. It differs from...
2005-08-30 havocmodified Mod_ValidateElements to fix broken elements...
2005-08-30 havocadded PSK model support (UnrealTournament 2003/2004...
2005-08-28 havocsome cleaning of the model headers, and added bufferend...
2005-08-18 havocadded r_smoothnormals_areaweighting cvar (default 1...
2005-07-10 havocturned Mod_CheckLoaded into a #define
2005-05-13 havocfinished model/map rendering merge, model renderer...
2005-05-11 havocthe merging of alias and bsp model rendering begins...
2005-05-06 havocmoved mod_shared.c detail texture and distortion textur...
2005-05-03 havoccleaned up portions of rtlighting system, allowing...
2005-04-20 havocchanged rtlight compiled cluster list/pvs to leaf list...
2005-04-20 havocenabled portals on q3bsp for a small (occasionally...
2005-04-20 havocr_shadow_staticworldlights has mutated into r_shadow_re...
2005-04-04 havocoptimized surface rendering to surface->groupmesh-...
2005-03-28 havocsave some memory by not allocating neighbors for q1bsp...
2005-03-28 havocchanged surface->mesh to surface->groupmesh and added...
2005-03-28 havocmoved a number of msurface_t fields to a separate msurf...
2005-03-27 havocimplemented tag attachments on skeletal .zym models...
2005-03-24 havocrearranged stale worldmodel removal a bit so that tryin...
2005-03-17 havocmerged q1bsp and q3bsp surface rendering
2005-03-09 havocslight code reduction to DrawShadowVolume functions
2005-03-09 havocremoved R_BoxVisible and added model->brush.BoxTouching...
2005-03-08 havoceliminated q3meffect_t (now uses q3deffect_t)
next