]> icculus.org git repositories - divverent/darkplaces.git/history - model_shared.h
fix stupid bug (dynamic shadowing from models was checking if NOSHADOW was set, not...
[divverent/darkplaces.git] / model_shared.h
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)
2005-03-08 havocchanged uses of q3mmodel_t to q3dmodel_t because there...
2005-03-08 havocadded firstmodelbrush/nummodelbrushes fields to model...
2005-03-07 havocmerged q3msurface_t into msurface_t
2005-03-06 havoca major rename - instead of q1bsp code having surf...
2005-03-06 havocmerged q3mtexture_t into texture_t, note that only...
2005-03-06 havocmoved brushq3.submodel to brush, removed brushq3.data_t...
2005-03-06 havocmoved brushq1 nodes/leafs/leaffaces/planes/portals...
2005-03-06 havocrenamed q1bsp marksurfaces to leaffaces for consistency...
2005-03-06 havocchanged leafbrushes from pointers to ints to be consist...
2005-03-06 havocchanged leafface references to ints (making leaffacenum...
2005-03-06 havocgot rid of node->contents, leaf->contents kept (only...
2005-03-05 havoctweaked the order of checks in an if, and removed the...
2005-03-03 havocq1bsp and q3bsp loaders now use model->meshlist for...
2005-03-02 havocmodified q3msurface_t to use a surfmesh (although not...
2005-03-02 havocimproved/modified q1bsp surfmesh stuff for more general...
2005-01-24 havocadded surfaceparm pointlight to known surfaceparm list
2004-11-25 havocadded model->brush.submodels[] array of pointers to...
2004-11-16 havocrenamed mod->needload to mod->loaded as a minor cleanup...
2004-11-14 havocupgraded rtlights format to have separate ambient,...
2004-11-10 havocmade q3bsp alphafunc shaders render as transparent...
2004-10-20 havocfixed r_restart skybox crash (as well as incorrect...
2004-10-17 havocsnap curve vertices to solve some finicky collision...
2004-10-16 havocnow parses more of q3 shaders to guess at proper render...
2004-09-30 havocremoved a few fields from q3msurface_t
2004-09-26 havocadded r_rtworld, r_rtworldshadows, r_rtdlight, r_rtdlig...
2004-09-23 havocadded a Mod_BuildNormals function to accelerate vertex...
2004-09-17 tomazRenamed mod_brush to mod_brushq1.
2004-09-03 havoczym models are now loaded into the same structs as...
2004-08-30 molivierRemoved an unused define, and renamed another one
2004-04-14 havocr_ambient no longer alters the lightmap in q1bsp, inste...
2004-04-14 havocrenamed q3mface_t to q3msurface_t
2004-04-14 havocrenamed model->numsurfaces to model->nummodelsurfaces
2004-03-13 havocmerged static and dynamic rtlight handling almost entir...
2004-03-13 havocadded const to most parameters to Mod_ShadowMesh_AddMesh
2004-03-09 havocnow supports loading skybox specified by q3 sky shaders
2004-03-04 havocseparate collision curve geometry from rendering, this...
2004-03-03 havocrealtime dlight shadows are now nearly the speed of...
2004-03-02 havoctemporarily disabled compiled rtlights (they'll make...
2004-03-01 havoccleaned up rtlight handling, merging most code between...
2004-02-25 havocrenamed brush model pvs stuff to be in brush struct...
2004-02-22 havocfixed GL_Scissor call in rtlight code (apparently I...
2004-02-21 havocmoved light matrix generation out of the render code...
2004-02-18 havoccubemap filters for rtlights are now supported
next