]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - image.c
Fix a console dprint about shader compilation that was trying to print a 64bit permut...
[xonotic/darkplaces.git] / image.c
2018-04-29 havocFix Image_GenerateNoTexture, it was using a wrong strid...
2018-04-11 havocAdded Draw_GetPicWidth, Draw_GetPicHeight, Draw_IsPicLo...
2016-09-12 havocFix Q2BSP texture loading, Q2BSP contents issues, and...
2015-03-05 divverentAccessing invalid palette colors now access black.
2014-10-16 divverentFix _alpha image loading.
2014-06-08 havocFixed many issues with q2bsp support, it now works...
2014-06-01 havocAdded Quake2 BSP support (IBSP38), this is a work in...
2012-04-19 divverentremove some more dead code
2012-02-20 divverentfix a crash when JPEG loading when alpha image is corrupt
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-22 divverentmore sRGB simplification
2011-10-20 divverentsRGB: also convert vertex colors
2011-10-20 divverentrename the function
2011-10-20 divverentconvert lightmaps to sRGB for nice sRGB support
2011-05-27 havocapply vid_sRGB correction to viewblends and particles
2011-04-10 havocimplemented support for GL_EXT_texture_sRGB to preserve...
2010-08-03 havocalso allow 32768x32768 pcx files
2010-08-03 havocallow tga, wal and jpg images to be 32768x32768 rather...
2010-07-02 havocfix a bunch of warnings if compiling darkplaces as...
2010-06-21 divverentjpeg: perform picmip levels 1, 2, 3 accelerated by...
2010-06-20 divverentCatch bad pointers when loading corrupt TGAs
2010-05-09 divverentscreenshot: get rid of the 3*w*h+18 TGA buffer; instead...
2010-01-31 havocfix a bunch of warnings
2010-01-31 havocadded r_texture_convertsRGB_* cvars (default: OFF)...
2009-12-27 havocchanged a ton of developer cvar checks into developer_e...
2009-11-14 divverentexperimental feature to load the alpha channel of foo...
2009-11-13 havocdon't call Mem_CheckSentinelsGlobal in image loaders...
2009-10-17 havocimplemented real support for QW skins (pants, shirt...
2009-10-03 divverentfix two not freed search handles
2009-02-27 divverentimprove keepalive handling (also send keepalives during...
2009-01-28 divverentmake DP compile with C++ again
2008-07-11 divverentadding two new extensions: DP_QC_WHICHPACK (identify...
2008-06-17 havocfixed all VS2005 deprecated function warnings
2008-02-04 havochuge audit of dprints throughout engine, all notices...
2008-01-30 havocfixed -tenebrae support, added glass and mirror renderi...
2008-01-04 molivierMoved initializations of the pixel_size and attributes...
2007-11-28 havocfix a mistake in the recent commit
2007-11-28 havocpatch from VorteX which removes special menu behavior for
2007-11-28 havocchanged texture formats from RGBA to BGRA, yes this...
2007-11-26 havocremoved support for TEXTYPE_RGB
2007-11-12 divverentadded cvar r_fixtrans_auto to automatically call fixtra...
2007-11-09 divverentmake fixtrans use patterns instead, for batch fixing
2007-11-09 divverentadd new console command "fixtrans", usage: fixtrans...
2007-08-30 havocsave 24bit tga if alpha channel is entirely 255
2007-04-30 havocfix a bug in texture path identification (the nopath...
2007-04-23 havocmerged image_loadskin and image_freeskin into Mod_LoadS...
2007-03-17 havocchanged some prints to dprints
2007-02-18 havocadded an error message stating if an image file was...
2007-02-11 havocreworked Image_HeightmapToNormalmap to use a somewhat...
2006-12-19 havocsupport for GL_ARB_texture_non_power_of_two extension...
2006-08-05 molivierRemoved all calls to strcpy; most of them are now calls...
2006-07-19 havocchanged Draw_CachePic to load both tga/png/jpg and...
2006-06-08 havocadded more image search paths so that md2 model skins...
2006-06-07 havocfix typo
2006-06-07 havocprevent Image_MipReduce from getting stuck in an infini...
2006-04-20 havocoptimized LoadTGA to have fast paths for all formats...
2006-04-08 havocmade darkplaces able to compile as C++ again, and fixed...
2006-03-23 havocchanged several DPrint's and developer cvar checks...
2006-03-18 havocfixed an uninitialized variable warning (which was...
2006-03-18 havocreduced number of image extensions checked by doing...
2006-01-15 havocadded png support patch from [515] (had to rewrite...
2005-12-27 havocreworked transparency in palettes, made palette_complet...
2005-11-25 havocsprites now use skinframe_t instead of their own textur...
2005-11-05 havoceliminated fs_filesize global, now File_LoadFile and...
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-10-21 havocgave names to nearly all structs and enums which should...
2005-10-21 havocadded struct name to imageformats to cure an error...
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-09-02 havocfix a memory leak in one error case in LoadTGA and...
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-20 havocchanged most Sys_Error calls to Con_Printf with appropr...
2005-06-02 havocfix a stack smash possibility in loadimagepixels
2005-05-10 havocfix inverted normalmaps produced from bumpmaps (directl...
2005-05-03 havocadded developer_texturelogging
2005-04-14 havocLoadTGA is now more compliant with the TGA spec regardi...
2005-04-05 havocconsolidated many mempools to make memlist more readabl...
2005-04-04 molivierRemoved LoadLMPAs8Bit; the menu now uses LoadLMP directly
2005-04-04 molivierFactorized LoadLMP and LoadLMPAs8Bit. Made a bunch...
2005-01-23 havocfixed backwards normalmaps generated from bumpmaps...
2004-10-20 havocImage_WriteTGARGBA now writes 8 as the attributes byte...
2004-08-25 havocMem_AllocPool flags and parent parameters added, now...
2004-08-16 havocfixed normalmap handling (my vectors were backwards...
2004-05-20 havocTomaz made cl_avidemo screenshot saving use no mallocs
2004-05-18 havocTomaz fixed Image_CopyMux
2004-05-18 havocnew optimized Image_CopyMux is broken, disabled until...
2004-05-18 havocVic optimized Image_CopyMux
2004-05-15 havocrenamed most Image_CopyMux parameters to begin with...
2004-03-23 molivierAdded a mempool parameter to FS_LoadFile
2004-03-23 havocfixed a memory leak if an image file loaded but failed...
2004-03-10 havocadded Print versions of Printf functions and made all...
2004-02-20 havocupgraded Image_CopyMux to be able to output constant...
2004-02-18 havoccubemap filters for rtlights are now supported
2004-02-03 havocsupport tga's with incomplete colormaps (less than...
2003-09-19 havocflip the X in normalmaps generated from heightmaps...
2003-07-22 havocadd a couple Mem_CheckSentinelsGlobal calls to loadimag...
2003-07-14 havocfix loading of skins that end in ".tga" or similar...
2003-06-04 havocfixed a bunch of signed/unsigned mismatch warnings...
2003-05-21 havocadded support for q2 .wal images (not yet tested but...
2003-05-16 havoccorrected call to Image_HasAlpha to be Image_CheckAlpha
next