]> icculus.org git repositories - divverent/darkplaces.git/history - zone.c
depthonly, prepass: do not compare lightmap texture for batching (less meshes)
[divverent/darkplaces.git] / zone.c
2010-09-11 divverentfix an inverted return value
2010-09-10 divverentmake the win32 case compile too (hope it doesn't break...
2010-09-10 divverentadd sys_memsize_virtual and sys_memsize_physical info...
2010-07-02 havocfix a bunch of warnings if compiling darkplaces as...
2010-05-27 divverentfix some sentinel related error messages
2010-04-24 divverentmode "developer -1" that behaves like old "developer...
2010-02-10 vortexExperimental feature of saving buffers within savegame...
2009-12-27 havocchanged a ton of developer cvar checks into developer_e...
2009-12-24 havocfix a printf where a size_t was being printed as a...
2009-12-21 havocprint memlist if out of memory error occurs
2009-12-21 havocadded mem_bigendian variable
2009-11-29 havocadded Mem_Memalign function
2009-11-13 havocrewrote clump allocation system, added an experimental...
2009-07-16 divverentsome typo fixes, + unalias command
2009-07-12 havocfix a compile error when MEMPARANOIA is off
2009-07-12 divverentget uintptr_t from vadefs.h on MSVC
2009-07-08 havocfixed several warnings that appear with -std=gnu99...
2009-06-16 divverentMUCH more paranoid memory checking (use random address...
2009-04-06 havocMem_Free being passed NULL should be a warning, not...
2009-01-28 divverentmake DP compile with C++ again
2008-07-23 divverentoptimize many loops over expandable arrays by not repea...
2008-07-23 divverentadd apparently not yet working optimization flags to...
2008-02-25 havocfix bug with rtlights not being imported from the map...
2008-01-24 divverentExpandable arrays: memset to zero newly returned record...
2007-12-17 resuse strlcpy() instead of strcpy()
2007-12-17 resMove Mem_strdup into zone.c
2007-04-25 havocadded tracking of memory usage of VBO/EBO buffers
2007-04-24 havocfix crash when freeing an expandable array caused by...
2007-04-23 havocfix some unintentional math on a void pointer
2007-04-18 havocadded Mem_ExpandableArray_IndexRange and
2007-04-18 havocadded Mem_ExpandableArray functions, which are not...
2007-01-14 havocpatch from div0 that enables printf format warnings...
2006-03-23 havocchanged several DPrint's and developer cvar checks...
2006-03-21 havocrenamed varray_ arrays to rsurface_array_, and they...
2006-03-11 havocrefactored _Mem_Free into _Mem_FreeBlock which takes...
2006-03-11 havocfix incredibly stupid bug in Memory_Init, it was cleari...
2006-02-01 havocadded description string to all cvars and commands
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