2010-08-03 |
havoc | also allow 32768x32768 pcx files |
blob | commitdiff | raw |
2010-08-03 |
havoc | allow tga, wal and jpg images to be 32768x32768 rather... |
blob | commitdiff | raw | diff to current |
2010-07-02 |
havoc | fix a bunch of warnings if compiling darkplaces as... |
blob | commitdiff | raw | diff to current |
2010-06-21 |
divverent | jpeg: perform picmip levels 1, 2, 3 accelerated by... |
blob | commitdiff | raw | diff to current |
2010-06-20 |
divverent | Catch bad pointers when loading corrupt TGAs |
blob | commitdiff | raw | diff to current |
2010-05-09 |
divverent | screenshot: get rid of the 3*w*h+18 TGA buffer; instead... |
blob | commitdiff | raw | diff to current |
2010-01-31 |
havoc | fix a bunch of warnings |
blob | commitdiff | raw | diff to current |
2010-01-31 |
havoc | added r_texture_convertsRGB_* cvars (default: OFF)... |
blob | commitdiff | raw | diff to current |
2009-12-27 |
havoc | changed a ton of developer cvar checks into developer_e... |
blob | commitdiff | raw | diff to current |
2009-11-14 |
divverent | experimental feature to load the alpha channel of foo... |
blob | commitdiff | raw | diff to current |
2009-11-13 |
havoc | don't call Mem_CheckSentinelsGlobal in image loaders... |
blob | commitdiff | raw | diff to current |
2009-10-17 |
havoc | implemented real support for QW skins (pants, shirt... |
blob | commitdiff | raw | diff to current |
2009-10-03 |
divverent | fix two not freed search handles |
blob | commitdiff | raw | diff to current |
2009-02-27 |
divverent | improve keepalive handling (also send keepalives during... |
blob | commitdiff | raw | diff to current |
2009-01-28 |
divverent | make DP compile with C++ again |
blob | commitdiff | raw | diff to current |
2008-07-11 |
divverent | adding two new extensions: DP_QC_WHICHPACK (identify... |
blob | commitdiff | raw | diff to current |
2008-06-17 |
havoc | fixed all VS2005 deprecated function warnings |
blob | commitdiff | raw | diff to current |
2008-02-04 |
havoc | huge audit of dprints throughout engine, all notices... |
blob | commitdiff | raw | diff to current |
2008-01-30 |
havoc | fixed -tenebrae support, added glass and mirror renderi... |
blob | commitdiff | raw | diff to current |
2008-01-04 |
molivier | Moved initializations of the pixel_size and attributes... |
blob | commitdiff | raw | diff to current |
2007-11-28 |
havoc | fix a mistake in the recent commit |
blob | commitdiff | raw | diff to current |
2007-11-28 |
havoc | patch from VorteX which removes special menu behavior for |
blob | commitdiff | raw | diff to current |
2007-11-28 |
havoc | changed texture formats from RGBA to BGRA, yes this... |
blob | commitdiff | raw | diff to current |
2007-11-26 |
havoc | removed support for TEXTYPE_RGB |
blob | commitdiff | raw | diff to current |
2007-11-12 |
divverent | added cvar r_fixtrans_auto to automatically call fixtra... |
blob | commitdiff | raw | diff to current |
2007-11-09 |
divverent | make fixtrans use patterns instead, for batch fixing |
blob | commitdiff | raw | diff to current |
2007-11-09 |
divverent | add new console command "fixtrans", usage: fixtrans... |
blob | commitdiff | raw | diff to current |
2007-08-30 |
havoc | save 24bit tga if alpha channel is entirely 255 |
blob | commitdiff | raw | diff to current |
2007-04-30 |
havoc | fix a bug in texture path identification (the nopath... |
blob | commitdiff | raw | diff to current |
2007-04-23 |
havoc | merged image_loadskin and image_freeskin into Mod_LoadS... |
blob | commitdiff | raw | diff to current |
2007-03-17 |
havoc | changed some prints to dprints |
blob | commitdiff | raw | diff to current |
2007-02-18 |
havoc | added an error message stating if an image file was... |
blob | commitdiff | raw | diff to current |
2007-02-11 |
havoc | reworked Image_HeightmapToNormalmap to use a somewhat... |
blob | commitdiff | raw | diff to current |
2006-12-19 |
havoc | support for GL_ARB_texture_non_power_of_two extension... |
blob | commitdiff | raw | diff to current |
2006-08-05 |
molivier | Removed all calls to strcpy; most of them are now calls... |
blob | commitdiff | raw | diff to current |
2006-07-19 |
havoc | changed Draw_CachePic to load both tga/png/jpg and... |
blob | commitdiff | raw | diff to current |
2006-06-08 |
havoc | added more image search paths so that md2 model skins... |
blob | commitdiff | raw | diff to current |
2006-06-07 |
havoc | fix typo |
blob | commitdiff | raw | diff to current |
2006-06-07 |
havoc | prevent Image_MipReduce from getting stuck in an infini... |
blob | commitdiff | raw | diff to current |
2006-04-20 |
havoc | optimized LoadTGA to have fast paths for all formats... |
blob | commitdiff | raw | diff to current |
2006-04-08 |
havoc | made darkplaces able to compile as C++ again, and fixed... |
blob | commitdiff | raw | diff to current |
2006-03-23 |
havoc | changed several DPrint's and developer cvar checks... |
blob | commitdiff | raw | diff to current |
2006-03-18 |
havoc | fixed an uninitialized variable warning (which was... |
blob | commitdiff | raw | diff to current |
2006-03-18 |
havoc | reduced number of image extensions checked by doing... |
blob | commitdiff | raw | diff to current |
2006-01-15 |
havoc | added png support patch from [515] (had to rewrite... |
blob | commitdiff | raw | diff to current |
2005-12-27 |
havoc | reworked transparency in palettes, made palette_complet... |
blob | commitdiff | raw | diff to current |
2005-11-25 |
havoc | sprites now use skinframe_t instead of their own textur... |
blob | commitdiff | raw | diff to current |
2005-11-05 |
havoc | eliminated fs_filesize global, now File_LoadFile and... |
blob | commitdiff | raw | diff to current |
2005-11-05 |
havoc | eliminated qbyte type, now uses unsigned char throughou... |
blob | commitdiff | raw | diff to current |
2005-10-21 |
havoc | gave names to nearly all structs and enums which should... |
blob | commitdiff | raw | diff to current |
2005-10-21 |
havoc | added struct name to imageformats to cure an error... |
blob | commitdiff | raw | diff to current |
2005-10-21 |
havoc | made darkplaces compile successfully with g++ to test... |
blob | commitdiff | raw | diff to current |
2005-09-02 |
havoc | fix a memory leak in one error case in LoadTGA and... |
blob | commitdiff | raw | diff to current |
2005-07-05 |
havoc | added a 64bif fs_offset_t type to clean up most of... |
blob | commitdiff | raw | diff to current |
2005-07-05 |
havoc | fixed signed/unsigned mismatch warnings |
blob | commitdiff | raw | diff to current |
2005-06-20 |
havoc | changed most Sys_Error calls to Con_Printf with appropr... |
blob | commitdiff | raw | diff to current |
2005-06-02 |
havoc | fix a stack smash possibility in loadimagepixels |
blob | commitdiff | raw | diff to current |
2005-05-10 |
havoc | fix inverted normalmaps produced from bumpmaps (directl... |
blob | commitdiff | raw | diff to current |
2005-05-03 |
havoc | added developer_texturelogging |
blob | commitdiff | raw | diff to current |
2005-04-14 |
havoc | LoadTGA is now more compliant with the TGA spec regardi... |
blob | commitdiff | raw | diff to current |
2005-04-05 |
havoc | consolidated many mempools to make memlist more readabl... |
blob | commitdiff | raw | diff to current |
2005-04-04 |
molivier | Removed LoadLMPAs8Bit; the menu now uses LoadLMP directly |
blob | commitdiff | raw | diff to current |
2005-04-04 |
molivier | Factorized LoadLMP and LoadLMPAs8Bit. Made a bunch... |
blob | commitdiff | raw | diff to current |
2005-01-23 |
havoc | fixed backwards normalmaps generated from bumpmaps... |
blob | commitdiff | raw | diff to current |
2004-10-20 |
havoc | Image_WriteTGARGBA now writes 8 as the attributes byte... |
blob | commitdiff | raw | diff to current |
2004-08-25 |
havoc | Mem_AllocPool flags and parent parameters added, now... |
blob | commitdiff | raw | diff to current |
2004-08-16 |
havoc | fixed normalmap handling (my vectors were backwards... |
blob | commitdiff | raw | diff to current |
2004-05-20 |
havoc | Tomaz made cl_avidemo screenshot saving use no mallocs |
blob | commitdiff | raw | diff to current |
2004-05-18 |
havoc | Tomaz fixed Image_CopyMux |
blob | commitdiff | raw | diff to current |
2004-05-18 |
havoc | new optimized Image_CopyMux is broken, disabled until... |
blob | commitdiff | raw | diff to current |
2004-05-18 |
havoc | Vic optimized Image_CopyMux |
blob | commitdiff | raw | diff to current |
2004-05-15 |
havoc | renamed most Image_CopyMux parameters to begin with... |
blob | commitdiff | raw | diff to current |
2004-03-23 |
molivier | Added a mempool parameter to FS_LoadFile |
blob | commitdiff | raw | diff to current |
2004-03-23 |
havoc | fixed a memory leak if an image file loaded but failed... |
blob | commitdiff | raw | diff to current |
2004-03-10 |
havoc | added Print versions of Printf functions and made all... |
blob | commitdiff | raw | diff to current |
2004-02-20 |
havoc | upgraded Image_CopyMux to be able to output constant... |
blob | commitdiff | raw | diff to current |
2004-02-18 |
havoc | cubemap filters for rtlights are now supported |
blob | commitdiff | raw | diff to current |
2004-02-03 |
havoc | support tga's with incomplete colormaps (less than... |
blob | commitdiff | raw | diff to current |
2003-09-19 |
havoc | flip the X in normalmaps generated from heightmaps... |
blob | commitdiff | raw | diff to current |
2003-07-22 |
havoc | add a couple Mem_CheckSentinelsGlobal calls to loadimag... |
blob | commitdiff | raw | diff to current |
2003-07-14 |
havoc | fix loading of skins that end in ".tga" or similar... |
blob | commitdiff | raw | diff to current |
2003-06-04 |
havoc | fixed a bunch of signed/unsigned mismatch warnings... |
blob | commitdiff | raw | diff to current |
2003-05-21 |
havoc | added support for q2 .wal images (not yet tested but... |
blob | commitdiff | raw | diff to current |
2003-05-16 |
havoc | corrected call to Image_HasAlpha to be Image_CheckAlpha |
blob | commitdiff | raw | diff to current |
2003-05-16 |
havoc | replaced a loop that checked for alpha pixels with... |
blob | commitdiff | raw | diff to current |
2003-03-31 |
havoc | added some commented out code to Image_HeightmapToNorma... |
blob | commitdiff | raw | diff to current |
2003-03-21 |
havoc | This is a patch from Elric greatly cleaning up the... |
blob | commitdiff | raw | diff to current |
2003-01-15 |
havoc | now prints image size (was printing garbage before) |
blob | commitdiff | raw | diff to current |
2002-12-24 |
havoc | loadimagepixels is a little cleaner now (yes made clean... |
blob | commitdiff | raw | diff to current |
2002-12-22 |
havoc | unified model skinframe loaders used for mdl, md2,... |
blob | commitdiff | raw | diff to current |
2002-12-02 |
havoc | added loadtextureimagebumpasnmap |
blob | commitdiff | raw | diff to current |
2002-11-08 |
havoc | Elric's changes: |
blob | commitdiff | raw | diff to current |
2002-11-07 |
havoc | LoadTGA now loads colormapped and greyscale targas... |
blob | commitdiff | raw | diff to current |
2002-10-31 |
havoc | untested support for tenebrae override/ textures directory |
blob | commitdiff | raw | diff to current |
2002-10-30 |
havoc | fixed all the signed/unsigned mismatch warnings |
blob | commitdiff | raw | diff to current |
2002-10-29 |
havoc | bumpscale is now adjustable (r_shadow_bumpscale) for... |
blob | commitdiff | raw | diff to current |
2002-10-16 |
havoc | fixed some dynamic lighting bugs related to glowing... |
blob | commitdiff | raw | diff to current |
2002-10-14 |
havoc | R_LoadTexture functions take a palette pointer now |
blob | commitdiff | raw | diff to current |
2002-10-04 |
havoc | 1D, 3D, and cubemap textures are now supported (in... |
blob | commitdiff | raw | diff to current |
2002-08-22 |
havoc | workaround for gcc -funroll-loops bug with RLE compress... |
blob | commitdiff | raw | diff to current |
next |