]> icculus.org git repositories - divverent/darkplaces.git/history - palette.c
fix GLSL compile error on cubemap lights with deferred rendering
[divverent/darkplaces.git] / palette.c
2009-12-07 havocmdl skin loading is now more memory-efficient (now...
2009-06-11 divverentcontrastboost: fix a division by zero that can never...
2008-01-29 divverentv_contrastboost, and support for the color control...
2008-01-05 havocfix black fog outline bug on quake sprites
2007-12-18 havocmoved entity_render_t modellight_* field updates from...
2007-12-03 havocthe light has been defeated by the shadow (r_light...
2007-11-28 havocchanged texture formats from RGBA to BGRA, yes this...
2007-10-15 havocfix a bug that caused glow textures to be made when...
2007-08-10 divverentallow shirt/pants/scoreboard colors to be pulled from...
2007-05-02 divverentdamn, I can't convert hex/dec...
2007-05-02 divverentmade palette colors more readable
2006-03-29 havocadded rampsize parameter to BuildGammaTable8 and 16
2005-12-29 havoceliminated special case for gamma 1.0 as it was making...
2005-12-27 havocreworked transparency in palettes, made palette_complet...
2005-11-07 havocfix a bug in loading colormap.lmp to determine number...
2005-11-05 havoceliminated fs_filesize global, now File_LoadFile and...
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-05-06 havocreorganized Palette_Init code
2004-10-05 havocrevised commandline option comments for better categori...
2004-10-05 havocadded COMMANDLINEOPTION comments for every commandline...
2004-03-23 molivierAdded a mempool parameter to FS_LoadFile
2004-03-10 havocadded Print versions of Printf functions and made all...
2003-11-17 havocnow includes quake palette as a fallback if no gfx...
2003-07-10 havocerr I guess BuildGammaTable8 was used!
2003-07-10 havoc#if 0'd out a few unused functions
2003-03-21 havocThis is a patch from Elric greatly cleaning up the...
2003-03-07 havocmenu.c - changed M_DrawSlider to take a value and a...
2002-12-22 havocunified model skinframe loaders used for mdl, md2,...
2002-10-16 havocfixed some dynamic lighting bugs related to glowing...
2002-10-14 havocR_LoadTexture functions take a palette pointer now
2002-06-02 knghtbrdA minor removal of a few pieces of dead code. Nothing...
2002-06-01 lordhavocadded -texgamma, -texcontrast, -texbrightness, these...
2002-04-30 lordhavoci is not longer an unsigned short in Palette_Setup8to24
2002-02-27 lordhavocrenamed byte to qbyte throughout engine to eliminate...
2002-02-15 lordhavocmoved a lot of 2D/screen stuff out of gl_screen.c into...
2002-01-16 lordhavocrewrote memory system entirely (hunk, cache, and zone...
2001-10-29 lordhavocchanging all isDedicated references to cls.state =...
2001-10-28 lordhavocdon't change gamma ramps when running dedicated
2001-10-26 lordhavocadded CVAR_SAVE and CVAR_NOTIFY flags to cvar_t structu...
2001-05-27 lordhavoccleaned up nearly all of the externs in .c files (moved...
2001-05-26 lordhavocsome whitespace changes
2001-01-29 lordhavocevery malloc/calloc/free converted to qmalloc/qfree...
2000-12-09 lordhavocbmodel rotation physics now work