]> icculus.org git repositories - divverent/darkplaces.git/history - wad.c
don't draw glow twice when gl_combine is on
[divverent/darkplaces.git] / wad.c
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