]> git.xonotic.org Git - xonotic/darkplaces.git/history - meshqueue.c
qdefs: Check _MSC_VER instead of incorrect MSVC
[xonotic/darkplaces.git] / meshqueue.c
2020-06-15 cloudwalkAvoid setting "r_transparent_sortmindist" to 0 every...
2014-12-09 eihrulmiscellaneous fixes from graphitemaster
2012-05-24 vortexNew shader keyword dptransparentsort (can be "sky"...
2011-11-09 havocadded r_transparent_sortsurfacesbynearest cvar (default...
2011-09-12 vortexAdded DP_CSQC_ENTITYMODELLIGHT extension (CSQC-updated...
2011-08-21 vortex2 new cvars: sv_gameplayfix_unstickentities and sv_game...
2011-05-04 vortexRemoved mqt_viewmindist as it messes up order and don...
2011-05-03 havocfix two compile errors in C++ mode
2011-05-02 vortexTransparent sorting: added maxdist and array size cvars...
2009-12-21 havocallocate memory for big temporary storage arrays rather...
2008-01-04 blackRefactor the code to make r_view and r_viewcache member...
2006-05-12 havocreorganized a lot of renderer variables into r_refdef...
2006-04-26 havocnow does batching of transparent surfaces, such as...
2006-03-21 havocrenamed varray_ arrays to rsurface_array_, and they...
2006-03-15 havocmoved many cl_ prefixed variables into cl. or cls.
2006-02-01 havocadded description string to all cvars and commands
2005-12-27 havocreworked rtlighting code to handle transparent water...
2005-11-25 havocdynamically scale the meshqueue transparency sorting...
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-04-05 havocconsolidated many mempools to make memlist more readabl...
2004-08-30 havocfix crash when transparent meshes were used in first...
2004-08-25 havocMem_AllocPool flags and parent parameters added, now...
2003-11-14 havocr_refdef.vieworg and r_refdef.viewangles replaced by...
2002-08-28 havocmost of the framework for hardware accelerated transfor...
2002-08-27 havocliquid now goes through meshqueue sorting
2002-08-02 havocadded a mesh queue callback system (to allow mesh rende...