]> icculus.org git repositories - divverent/darkplaces.git/history - wad.c
experimental makefile option make DP_LINK_TO_JPEG=1 - use libjpeg.h instead of dynami...
[divverent/darkplaces.git] / wad.c
2009-01-28 divverentmake DP compile with C++ again
2008-09-04 havocsplit FS_Open into FS_OpenRealFile and FS_OpenVirtualFi...
2008-07-23 divverentoptimize many loops over expandable arrays by not repea...
2008-02-04 havochuge audit of dprints throughout engine, all notices...
2007-11-28 havocchanged texture formats from RGBA to BGRA, yes this...
2007-05-06 havocrewrote most of wad system, this eliminated 512KB of...
2007-01-20 havocvery minor cleaning
2006-07-19 havocchanged Draw_CachePic to load both tga/png/jpg and...
2006-03-21 havocrenamed varray_ arrays to rsurface_array_, and they...
2006-03-15 havocmoved many cl_ prefixed variables into cl. or cls.
2005-11-06 havocfix stupid crash
2005-11-05 havoceliminated fs_filesize global, now File_LoadFile and...
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-10-21 havocgave names to nearly all structs and enums which should...
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-07-05 havocadded a 64bif fs_offset_t type to clean up most of...
2005-05-13 havocupgraded both QuakeC VMs to use a table of negative...
2005-04-05 havocconsolidated many mempools to make memlist more readabl...
2005-03-09 havoccl_capturevideo_raw* modes now use O_NONBLOCKING file...
2004-10-27 molivierPure cleaning commit: removed "crc.[ch]" and "gl_warp_s...
2004-10-04 havocfix a very stupid way of addressing memory which is...
2004-08-25 havocMem_AllocPool flags and parent parameters added, now...
2004-03-23 molivierAdded a mempool parameter to FS_LoadFile
2004-03-10 havocadded Print versions of Printf functions and made all...
2003-09-17 havocno longer opens gfx.wad until a lump is requested ...
2003-06-04 havocfixed a bunch of signed/unsigned mismatch warnings...
2003-03-21 havocThis is a patch from Elric greatly cleaning up the...
2002-10-30 havocfixed all the signed/unsigned mismatch warnings
2002-06-02 knghtbrdA minor removal of a few pieces of dead code. Nothing...
2002-02-27 lordhavocrenamed byte to qbyte throughout engine to eliminate...
2002-01-25 lordhavocadded cl_screen.c/h (eventually most 2D stuff should...
2002-01-16 lordhavocrewrote memory system entirely (hunk, cache, and zone...
2001-10-15 lordhavocMajor update, been neglecting CVS for some time...
2001-05-30 taniwhagzip support from quakeforge (QFile and friends). also...
2001-03-04 lordhavocrewrite of map texture loading (mainly to do with HL...
2001-03-03 lordhavocredesigned transparent HL texture checking again, now...
2001-03-03 lordhavocfixed transparent color in HL textures (was red, should...
2001-03-02 lordhavocCoordinates are now floats in network protocol (bloats...
2001-01-29 lordhavocevery malloc/calloc/free converted to qmalloc/qfree...
2000-08-22 lordhavocInitial revision