]> git.xonotic.org Git - xonotic/darkplaces.git/history - image_png.c
.gitignore: add kdevelop files
[xonotic/darkplaces.git] / image_png.c
2021-03-06 cloudwalksys: Simplify Sys_LoadLibrary. Implement Sys_LoadDepend...
2021-03-06 cloudwalksys: Rename Sys_UnloadLibrary to Sys_FreeLibrary for...
2020-09-29 cloudwalkquakedef: Add darkplaces.h and include it in as many...
2020-09-17 cloudwalkRename qboolean to qbool
2020-07-24 cloudwalkimage_png: Fix library load order. Fixes broken externa...
2020-07-22 cloudwalkMisc console print improvements. Increase verbosity
2020-06-29 cloudwalkAdd -Wc++-compat flag and fix its sole warning. This...
2020-06-27 cloudwalkRemove Con_Warnf and Errorf. Use macros to change color...
2020-05-25 cloudwalkImplement Con_Error(f) and Con_Warn(f), error and warni...
2020-01-09 havocCorrected names in credits to be more accurate and...
2013-07-17 havocSteel Storm additions for mobile (EluanCM)
2013-05-29 divverentimage_png: libpng16 support (by graphitemaster)
2012-04-19 divverentfix writing using libpng15
2012-02-12 divverentalso support 1.2 again
2012-02-12 divverentimplement the libpng longjmp hack properly. png_jmpbuf...
2012-02-12 divverentbring back old glibc workaround
2012-02-12 divverentfix jump buffer type
2012-02-11 divverentsupport libpng 1.5.0
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2010-08-19 havocadd versioned dll names for a bunch of things
2010-08-19 havocfix almost all g++ -pedantic warnings
2010-06-21 divverentjpeg: perform picmip levels 1, 2, 3 accelerated by...
2010-06-13 divverentit is libpng14.14.dylib on OSX
2010-06-06 divverentoops, should use 1.4.0 in the libpng14 version string...
2010-06-06 divverentlibpng14's .so name is libpng14.so.14, not .0 as usual
2010-06-06 divverentexperimental libpng14 support
2010-06-06 divverentpng: no longer use png_set_gray_1_2_4_to_8? (N/A in...
2010-05-09 divverentscreenshot: get rid of the 3*w*h+18 TGA buffer; instead...
2010-01-01 divverentspeed up PNG saving by about factor 4 by using fastest...
2009-12-31 divverentnew cvar: scr_screenshot_png (and obvious PNG screensho...
2009-12-24 havocchange a few WIN64 checks to _WIN64 (which actually...
2009-09-15 havocfixed compile errors and warnings using Dev-C++ in...
2009-07-08 havocfixed several warnings that appear with -std=gnu99...
2008-10-15 divverentfix an obvious crash in PNG loading
2008-02-04 havochuge audit of dprints throughout engine, all notices...
2007-11-29 havocswizzle RGBA to BGRA in png loader
2007-11-28 havocchanged texture formats from RGBA to BGRA, yes this...
2007-08-23 havocimplemented support for GL_ARB_texture_compression...
2007-02-18 havocfixed a bug with png loading on x86_64 platforms caused...
2007-01-14 havocpatch from div0 that enables printf format warnings...
2006-07-22 havocadded libpng.so fallback name, primarily for FreeBSD
2006-05-26 havocdon't hexdump png images while reading them (why did...
2006-04-11 havocMacOSX g++ setjmp fix from div0
2006-04-08 havocmade darkplaces able to compile as C++ again, and fixed...
2006-01-21 molivierA few casts and variable type changes to get rid of...
2006-01-21 molivierAdded the proper libPNG DLL name for Win64, by Willis
2006-01-16 havocchanged mac libpng12.dylib to libpng12.0.dylib
2006-01-15 havocadded png support patch from [515] (had to rewrite...