]> icculus.org git repositories - divverent/darkplaces.git/history - zone.c
Moved the cmd preprocessor call from ExecuteString to Cbuf_Execute which
[divverent/darkplaces.git] / zone.c
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-09-18 molivierMade Mem_PrintStats also print the real allocated size...
2005-08-15 havocadded more developer_memorydebug sentinel checks, and...
2005-07-05 havocfixed signed/unsigned mismatch warnings
2005-07-05 havocchanged some things to size_t to reduce warnings on...
2005-05-06 havocchanged Mem_FreePool and Mem_EmptyPool to report their...
2005-03-02 havocimproved r_texturestats output (now gives a total for...
2005-01-03 tomazCleaned up alot more memory leaks. (still get 720 leaks...
2004-10-21 black- Added Mem_IsAllocated.
2004-08-25 havocMem_AllocPool flags and parent parameters added, now...
2004-05-21 havocTomaz made Mem_Free only clear if developer is on,...
2004-03-10 havocadded Print versions of Printf functions and made all...
2003-12-23 blackFast commit before Im off for 10 days. Please correct...
2003-09-30 molivierMore strcpy -> strlcpy and sprintf -> snprintf
2003-07-15 havocincrease number of digits for memlist reports
2003-06-21 havocadded developer_memorydebug cvar (does CheckSentinelsGl...
2003-01-15 havocadded developer_memory cvar (default off) to decide...
2002-09-11 havocwhitespace
2002-09-11 havocmemheaders are now doubly linked, so Mem_Free goes...
2002-09-06 havocmempools now have sentinel checks, for completeness
2002-07-29 havocdisabled memory clumping, which surprisingly improves...
2002-06-02 knghtbrdA minor removal of a few pieces of dead code. Nothing...
2002-04-11 lordhavocremoved silly uses of 'long' (now int, or qbyte *,...
2002-01-31 lordhavocgot rid of buildnumber.c and buildnum program, now...
2002-01-19 lordhavocimproved error reporting on memory functions
2002-01-16 lordhavocrewrote memory system entirely (hunk, cache, and zone...
2001-04-06 lordhavocoptimized AngleVectors calls (pass NULL for vectors...
2001-03-02 lordhavocCoordinates are now floats in network protocol (bloats...
2001-02-13 lordhavocreport name when Hunk_Alloc fails
2001-01-29 lordhavocgot rid of Hunk_Alloc, all allocations now have a prope...
2001-01-29 lordhavocreduced default -zone from 512k to 128k (quake used...
2000-08-22 lordhavocInitial revision