]> icculus.org git repositories - divverent/darkplaces.git/history - model_brush.c
don't complain about shaders with no layers
[divverent/darkplaces.git] / model_brush.c
2006-04-20 havocdon't complain about shaders with no layers
2006-04-19 havocremoved the flawed detection of modelspace deluxemaps...
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-04-15 havocadditional debugging code
2006-04-14 havocbetter SUPERCONTENTS masks for a few TraceBox and Point...
2006-04-08 havocmade darkplaces able to compile as C++ again, and fixed...
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-26 havocfixed bug that was preventing some deluxemapped q3bsp...
2006-03-23 havocfix bugs with bbox vs bbox traces (the collision box...
2006-03-23 havocadded more validation of clipnodes loaded from a q1bsp...
2006-03-22 havocchanged collision code to report supercontents, surface...
2006-03-21 havocmodified Q1BSP loader to generate lightmap fragments...
2006-03-20 havocenabled fullbrights on liquid textures in q1bsp loading...
2006-03-19 havocfixed deluxemapping
2006-03-18 havocreduced number of image extensions checked by doing...
2006-03-17 havocadded deluxemapping (per pixel lighting using lightmaps...
2006-03-17 havocadded GLSL shader path for normal rendering stage,...
2006-03-17 havocremove fullbright flag on lava and teleport textures
2006-03-10 havocchanged TraceBox functions to take start,mins,maxs...
2006-03-10 havocfixed bullets-going-through-walls bug in q3bsp collisio...
2006-03-04 havocadded LittleLong around the checksums to fix endian...
2006-03-04 havocsome cleanup of surface->cached_dlight handling to...
2006-03-04 havocchanged Q1BSP LoadEdges out of bounds error into just...
2006-03-04 havoceliminated calls to Matrix4x4_CreateIdentity (now copie...
2006-02-25 havocadded md4four map checksumming, since QW servers seem...
2006-02-23 havocchanged Polygon[DF]_Divide functions to also be able...
2006-02-17 havocfix crashes with NAN bounding boxes (collisions or...
2006-02-01 havocadded description string to all cvars and commands
2006-01-01 havocmake compile again, stupid typos
2006-01-01 havocadded vertex bounds checking in Mod_Q1BSP_LoadEdges
2005-12-27 havocremoved a duplicate ;
2005-11-25 havocsprites now use skinframe_t instead of their own textur...
2005-11-25 havocdon't load images when running a dedicated server ...
2005-11-23 havoccleaned up many text buffer sizes throughout the engine...
2005-11-07 havocremoved \n from all Host_Error, Sys_Error, PRVM_ERROR...
2005-11-05 havoceliminated fs_filesize global, now File_LoadFile and...
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-11-04 havoceliminated use of node bounding box when recursing...
2005-10-26 havocreverted bsp recursion changes (back to the BoxOnPlaneS...
2005-10-24 havocfixed a flaw in Mod_Q1BSP_RecursiveRecalcNodeBBox,...
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-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-10-20 havocgcc 4.0 signedness warning fixes and uninitialized...
2005-09-11 havocfix Sajt's bug in q1bsp/hlbsp hullsizes (off by one...
2005-09-10 sajtAfter the swarm of angry mail I received from owners...
2005-09-10 sajtThe MCBSP header has been fixed but it will still crash...
2005-09-10 sajtRename dhullinfo_t to hullinfo_t, fix byte->qbyte....
2005-09-10 sajtMCBSP version 2 loading in the engine.. Some very ugly...
2005-09-08 havocremoved detail texturing (it only worked in q1bsp and...
2005-09-07 havocchanged Mod_Q3BSP_LoadEffects to allow brushindex ...
2005-09-07 havocsplit model->DrawShadowVolume into CompileShadowVolume...
2005-09-06 sajtNew MCBSP format, used for my mod. It differs from...
2005-08-29 havocrollback that shadowmesh fix, I was thinking about...
2005-08-29 havocforgot one part of the shadowmesh fix
2005-08-29 havocfix the quake logo shadow in e1m5 (ALL surfaces were...
2005-08-28 havocsome cleaning of the model headers, and added bufferend...
2005-08-24 havocfix a stupid bug in shader parsing (it was ignoring...
2005-08-23 havocq3bsp loader no longer generates a fake lightgrid when...
2005-08-18 havocadded r_smoothnormals_areaweighting cvar (default 1...
2005-08-14 havocfix a crash in q1bsp model stats printing in developer...
2005-07-05 havocadded a 64bif fs_offset_t type to clean up most of...
2005-07-05 havocfixed signed/unsigned mismatch warnings
2005-06-25 havocq3 shader parser was not supporting alphatest (promoted...
2005-05-31 havocfixed Mod_Q3BSP_LoadPlanes to use LittleFloat instead...
2005-05-14 havocfix a crash with getlighting builtin
2005-05-14 havocfix a crash when loading q3 maps with flares
2005-05-13 havoconly load .lit file if its file size matches 8 + lump...
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-05 havochush some texture loading warnings in dedicated servers...
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-19 havoccleaned up transparency handling in q3 shaders, should...
2005-04-11 havocimplemented playerclip and monsterclip brush support...
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-24 havocrearranged stale worldmodel removal a bit so that tryin...
2005-03-17 havocq3 shader parsing now sets more materialflags (such...
2005-03-17 havocmerged q1bsp and q3bsp surface rendering
2005-03-10 havocadded basematerialflags/currentmaterialflags to texture...
2005-03-09 havocslight code reduction to DrawShadowVolume functions
2005-03-09 havocmerged some more q3bsp functions, now only loading...
2005-03-09 havocremoved R_BoxVisible and added model->brush.BoxTouching...
2005-03-08 havocrenamed Mod_Q1BSP_BoxTouchingPVS to Mod_Brush_BoxTouchi...
2005-03-08 havocremoved/changed a few mod_brushq1 checks
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 havocchanged brushq3 submodel firstsurface and firstbrush...
2005-03-08 havocadded firstmodelbrush/nummodelbrushes fields to model...
2005-03-07 havocmerged q3msurface_t into msurface_t
next