]> icculus.org git repositories - divverent/darkplaces.git/history - image.c
added DP_QC_FINDFLAGS and DP_QC_FINDCHAINFLAGS extensions
[divverent/darkplaces.git] / image.c
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
2003-05-16 havocreplaced a loop that checked for alpha pixels with...
2003-03-31 havocadded some commented out code to Image_HeightmapToNorma...
2003-03-21 havocThis is a patch from Elric greatly cleaning up the...
2003-01-15 havocnow prints image size (was printing garbage before)
2002-12-24 havocloadimagepixels is a little cleaner now (yes made clean...
2002-12-22 havocunified model skinframe loaders used for mdl, md2,...
2002-12-02 havocadded loadtextureimagebumpasnmap
2002-11-08 havocElric's changes:
2002-11-07 havocLoadTGA now loads colormapped and greyscale targas...
2002-10-31 havocuntested support for tenebrae override/ textures directory
2002-10-30 havocfixed all the signed/unsigned mismatch warnings
2002-10-29 havocbumpscale is now adjustable (r_shadow_bumpscale) for...
2002-10-16 havocfixed some dynamic lighting bugs related to glowing...
2002-10-14 havocR_LoadTexture functions take a palette pointer now
2002-10-04 havoc1D, 3D, and cubemap textures are now supported (in...
2002-08-22 havocworkaround for gcc -funroll-loops bug with RLE compress...
2002-08-20 havocfixed menu player colormapping
2002-08-07 havocsupport for top to bottom TGA, thanks Elric.
2002-07-26 molivierFixed PCX file loading for images with an odd width
2002-06-02 knghtbrdA minor removal of a few pieces of dead code. Nothing...
2002-03-30 lordhavocadded cl_avidemo cvar (saves a series of tga images...
2002-03-12 lordhavocadded cl_particles_blood_size_min, cl_particles_blood_s...
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-15 lordhavocMajor update, been neglecting CVS for some time...
2001-05-30 lordhavocfixed PCX loader bug to do with palettes
2001-05-30 lordhavocfix for mistake in pcx loader (had two pointers swapped)
2001-05-30 taniwhacheck in LordHavoc's changes for him after cleaning...
2001-05-30 taniwhagzip support from quakeforge (QFile and friends). also...
2001-05-26 lordhavocsome whitespace changes
2001-04-20 lordhavocadded newmap function to render modules (so explosions...
2001-04-06 lordhavocoptimized AngleVectors calls (pass NULL for vectors...
2001-03-04 lordhavocrewrite of map texture loading (mainly to do with HL...
2001-01-29 lordhavocevery malloc/calloc/free converted to qmalloc/qfree...
2001-01-29 lordhavocmake screenshots rightside up again (or rather, upside...
2001-01-22 lordhavocfixed (byte *) - (char *) subtraction
2001-01-22 taniwhafix a char type problem
2001-01-12 lordhavocFix for image replacement in sprites, now the sprite...
2000-12-09 lordhavocbmodel rotation physics now work
2000-11-26 lordhavoccruft removal, general cleanup, fix for delta compressi...
2000-11-21 lordhavocadded support to image loader for loading mask as well...
2000-11-17 lordhavocupdated to version 1.50, build 75.
2000-10-31 lordhavocincreased max pcx size to 320x256
2000-09-06 lordhavocLinux GLX, a lot of code shrinkage/cleanup, assembly...
2000-08-23 lordhavocToo many fixes to mention. (sys_ticrate now controls...
2000-08-22 lordhavocInitial revision