]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - model_sprite.c
move extension enables to the top of the shader to comply with spec
[xonotic/darkplaces.git] / model_sprite.c
2012-12-22 havocfix bug with transparency sorting introduced by vortex...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-17 havocfix more crashes to do with animscenes being NULL on...
2011-08-29 vortexOffsetmapping: new "Bias" parameter that sets a custom...
2011-07-24 vortexFix gl_texturecompression_sprites to check for gl_textu...
2011-05-21 vortexMove some sprite-related cvars to model_sprite.c.
2011-05-20 vortexAdded "loadcubemap" builtin to allow preload cubemaps...
2011-04-10 havocimplemented support for GL_EXT_texture_sRGB to preserve...
2010-06-15 divverentnew cvars:
2010-02-21 vortexOffsetmapping now could be customized on per-texture...
2010-02-18 havocset supercontents and surfaceflags on models not using...
2009-12-21 havocremoved r_precachetextures cvar
2009-12-20 divverent- fix specular stuff on Q1BSP
2009-12-07 havocmdl skin loading is now more memory-efficient (now...
2009-09-15 havocfix errors and warnings in MSVC when compiling as C++
2009-03-30 havocreworked animation interpolation code - entity_render_t...
2009-01-28 divverentmake DP compile with C++ again
2008-06-17 havocfixed all VS2005 deprecated function warnings
2008-04-21 divverentglobally rename model_t to dp_model_t for OpenSolaris...
2007-11-29 divverentan x for an i... fixed (this bug made sprites disappear...
2007-11-28 havocchanged texture formats from RGBA to BGRA, yes this...
2007-09-22 havocimplemented r_glsl_water cvar (refraction and reflectio...
2007-08-26 divverentnew sprite types SPR_LABEL and SPR_LABEL_SCALE
2007-08-24 havocno longer compresses embedded textures (in q1 and hl...
2007-08-23 havocimplemented support for GL_ARB_texture_compression...
2007-07-09 dreskUpdated cl_modelindexlist command with additional model...
2007-05-23 divverentdamn, committed the old version of my patch... this...
2007-05-23 divverentcvar: v_flipped flips all 3D view except sprites and...
2007-05-07 havocfix crash when loading progs/null.spr in nehahra, which...
2007-05-06 havocadded r_depthfirst option which defaults to 1 (render...
2007-04-30 havocimplemented QW skin support, it's broken on skins that...
2007-04-26 havocclarified descriptions of r_mipsprites and r_mipskins
2007-04-25 havocfixed bug where animated mdl skins (such as Tomaz's...
2007-04-24 havocisolated more of the texture loading code from the...
2007-04-24 havocfixed crash in sprite loaders on dedicated servers
2007-04-24 havocadded DP_SV_MODELFLAGS_AS_EFFECTS extension, this adds...
2007-04-24 havocfixed missing sprite textures caused by purging code
2007-04-24 havocfix a line I forgot to commit
2007-04-24 havocreplaced Mod_LoadSkinFrame functions with R_SkinFrame...
2007-04-15 havocsp2 loader no longer errors if an image is missing
2007-04-15 divverentadds a cvar r_picmipsprites that, when set to 0, makes...
2007-04-06 havocremoved MATERIALFLAG_TRANSPARENT
2007-02-11 havocmodified Mod_LoadSkinFrame to set base = r_texture_note...
2007-01-28 havocadded MATERIALFLAG_NOSHADOW in an effort to clean up...
2006-11-24 havocadded proper support for q3 shader animmap commands
2006-04-08 havocmade darkplaces able to compile as C++ again, and fixed...
2006-02-01 havocadded description string to all cvars and commands
2006-01-01 havocfix sp2 frame positioning
2005-12-27 havocchanged a palette_complete, palette_alpha reference...
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-07 havocremoved \n from all Host_Error, Sys_Error, PRVM_ERROR...
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-10-21 havocfix an int->enum conversion error with g++ on big endia...
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-10-20 havocgcc 4.0 signedness warning fixes and uninitialized...
2005-09-07 havocsplit model->DrawShadowVolume into CompileShadowVolume...
2005-08-28 havocsome cleaning of the model headers, and added bufferend...
2005-04-03 molivierAdded Quake 2 sprite support (.sp2 files). Added the...
2005-04-02 havocfix hl sprite types again
2005-04-02 havocfixed hl sprite types to properly handle the palette...
2005-04-02 havocfixed hl sprite additive mode
2005-04-02 havocfix hl sprite loading (stupid typo in handling sprite...
2004-09-26 havocadded r_rtworld, r_rtworldshadows, r_rtdlight, r_rtdlig...
2004-08-22 tomazMade gl_picmip affect only maps, models, and sprites...
2004-02-21 havocremove unused stripextension code
2004-02-20 havocfixed loading of replacement frame images (it was strip...
2003-09-21 havocremoved r_shadows (glquake fake shadows)
2003-07-17 havocmoved all type-specific model fields to respective...
2003-07-02 havocchanged brush model API - now uses function pointers...
2003-04-21 havocadded TEXF_CLAMP flag on model and sprite textures...
2002-10-16 havocfixed some dynamic lighting bugs related to glowing...
2002-10-14 havocR_LoadTexture functions take a palette pointer now
2002-10-13 havocadded TEXF_CLAMP flag for textures
2002-10-04 havocshadow volume rendering still very incomplete, but...
2002-10-03 havocmassive coding has been done on shadow volumes (some...
2002-09-30 havocadded radius and radius2 (squared radius) fields to...
2002-09-27 havocCL_TraceLine can now return what entity was hit (this...
2002-08-05 havocremoved support for r_ser (also known as R_Clip or...
2002-06-02 knghtbrdA minor removal of a few pieces of dead code. Nothing...
2002-04-11 lordhavocremoved silly uses of 'long' (now int, or qbyte *,...
2002-03-14 lordhavocworkaround for absolutely empty sprites (Nehahra s_null...
2002-02-27 lordhavocrenamed byte to qbyte throughout engine to eliminate...
2002-01-16 lordhavocrewrote memory system entirely (hunk, cache, and zone...
2001-12-04 lordhavocrewrote RecursiveHullCheck, no longer gets stuck on...
2001-10-26 lordhavocadded CVAR_SAVE and CVAR_NOTIFY flags to cvar_t structu...
2001-04-06 lordhavocoptimized AngleVectors calls (pass NULL for vectors...
2001-01-29 lordhavocgot rid of Hunk_Alloc, all allocations now have a prope...
2001-01-29 lordhavocevery malloc/calloc/free converted to qmalloc/qfree...
2001-01-22 lordhavocfixed (byte *) - (char *) subtraction
2001-01-12 lordhavocFix for image replacement in sprites, now the sprite...
2000-12-09 lordhavocbmodel rotation physics now work
2000-11-21 lordhavocadded support to image loader for loading mask as well...
2000-08-23 lordhavocToo many fixes to mention. (sys_ticrate now controls...
2000-08-22 lordhavocInitial revision