]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - model_brush.c
allow linking to libvorbis
[xonotic/darkplaces.git] / model_brush.c
2010-01-25 havocfix a bug where submodels are not uploaded in a VBO...
2010-01-05 havocimplemented obj model loading
2010-01-02 havocupload all q1bsp lightmaps on first frame, rather than...
2009-12-28 havocremoved TEXF_MANUALFLUSHUPDATES flag, now bufferpixels...
2009-12-27 havocchanged several Con_Printf calls to Con_DPrintf
2009-12-27 havocchanged a ton of developer cvar checks into developer_e...
2009-12-22 havocfix a crash on non-deluxemapped q3bsp loading
2009-12-21 havocremoved r_precachetextures cvar
2009-12-21 havocadded mem_bigendian variable
2009-12-21 havocfix big endian loading of patches
2009-12-21 havocadded gl_nopartialtextureupdates cvar which disables...
2009-12-21 havocallocate memory for big temporary storage arrays rather...
2009-12-20 divverentdon't need it twice...
2009-12-20 divverent- fix specular stuff on Q1BSP
2009-12-20 havocfix lack of specular on q1 mdl, and a possible case...
2009-12-17 havocimplemented deferred rendering (r_shadow_deferred cvar...
2009-12-14 havocallocate portals differently to reduce Mem_Alloc reports in
2009-12-08 havocuse gl_max_lightmapsize
2009-12-08 havocconverted all code using gl_support_* variables to...
2009-12-07 havocmdl skin loading is now more memory-efficient (now...
2009-12-06 divverentif gridsize is parsed wrong and DP would normally abort...
2009-12-06 divverentparse gridsize like q3map2 does (less strict)
2009-11-24 havocmore work on mod_generatelightmaps command
2009-11-22 havocimplemented FTE_CSQC_SKELETONOBJECTS (clientside support)
2009-11-21 divverentpatches: experimental mode that allows setting collisio...
2009-11-11 havocmore work on the unfinished OBJ loading
2009-11-06 havocreenabled fake lightmap on water to fix r_glsl 0 render...
2009-11-06 havocimplemented fog height setting, along with fade depth...
2009-11-06 havocallow non-standard sizes for quake sky textures (anythi...
2009-11-03 havocimplemented a new preallocated "boxbrush" type for...
2009-11-03 havocoptimized AABB collision case for q3bsp, 14.5% faster...
2009-10-25 havocreworked brush collisions to support edgedir cross...
2009-10-16 havocreorganized sv.writeentitiestoclient handling of Mod_Ca...
2009-10-14 havocfixed bug with gl_paranoid 1 when gl_vbo is 0 where...
2009-10-06 vortexAdded reliable Q3BSP tangentspace/modelspace deluxemaps...
2009-10-04 havocuse one markframe variable
2009-10-03 havocsplit CL_Move into CL_TracePoint, CL_TraceLine, CL_Trac...
2009-10-03 eihrulcompile separate index lists for each cubemap shadowmap...
2009-09-30 havocclarify surfedge handling with a comment about surfedge 0
2009-09-28 divverentwhen fixing vertex indexes, reject the map instead...
2009-09-22 havocimplemented omnidirectional shadowmapping using depth...
2009-09-15 havocfix errors and warnings in MSVC when compiling as C++
2009-08-20 divverentclean up lightmap merge power code
2009-08-20 divverentfix lightmap merging with external lightmaps
2009-07-22 divverentimprove collision stride parameters, improves server...
2009-07-22 divverentfixes for the latest commits
2009-07-22 divverentalso optimize findbetterlocation-like functions to...
2009-07-22 divverentrefactoring as preparation for upcoming optimization
2009-07-22 divverenta minor cleanup; also generate the combined bboxes...
2009-07-22 divverentmod_q3bsp_optimizedtraceline: also do a line trace...
2009-07-21 divverentCollision against patches: do some major optimizations.
2009-07-08 havocfixed several warnings that appear with -std=gnu99...
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...
next