]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - image.c
fixed some very ewww bugs (a few .c files made their way into the .o lists)
[xonotic/darkplaces.git] / image.c
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