]> icculus.org git repositories - divverent/darkplaces.git/history - sys_linux.c
rewrote how texture chains are handled, they are now stored outside the surfaces...
[divverent/darkplaces.git] / sys_linux.c
2002-11-08 havocElric's changes:
2002-09-11 havocwhitespace
2002-08-20 havocgot rid of host_parms
2002-08-20 havocgot rid of host_parms.argc and argv, now uses com_argc...
2002-08-20 havoccleaned up and merged a lot of sys_*.c code into sys_sh...
2002-08-15 havoconly warn about time stepping backwards if it's more...
2002-07-08 havocif the OS returns a very bogus time (or it wrapped...
2002-06-13 lordhavocFixed major bug in time wrap code, would have not advan...
2002-06-09 lordhavoctimer now simply returns the same time twice if the...
2002-06-02 knghtbrdA minor removal of a few pieces of dead code. Nothing...
2002-02-15 lordhavocremoved (unused) quake endscreen text
2002-01-16 lordhavocrewrote memory system entirely (hunk, cache, and zone...
2001-12-04 lordhavocrewrote RecursiveHullCheck, no longer gets stuck on...
2001-10-29 lordhavocmoved Sys_Printf and related code/data to sys_shared...
2001-10-15 lordhavocMajor update, been neglecting CVS for some time...
2001-05-30 taniwhagzip support from quakeforge (QFile and friends). also...
2001-05-26 lordhavocsome whitespace changes
2001-05-11 lordhavoc***map loader generates portals for the map*** (can...
2001-05-04 lordhavocNo more busy-waiting when framerate cap is reached...
2001-04-28 lordhavocremoved unused net_vcr (and all other traces of vcr...
2001-04-20 lordhavocadded newmap function to render modules (so explosions...
2001-02-18 despairCouple of 1 liner compile fixes. Missing header and...
2001-02-06 lordhavocbetter version reports (always mention build number)
2001-01-29 lordhavocgot rid of Hunk_Alloc, all allocations now have a prope...
2001-01-29 lordhavocevery malloc/calloc/free converted to qmalloc/qfree...
2000-12-09 lordhavocbmodel rotation physics now work
2000-09-18 lordhavocremoval of various id386 junk
2000-09-12 deekhost.c, sys_linux.c: Clear up linefeeds in Sys_Printf...
2000-09-06 lordhavocLinux GLX, a lot of code shrinkage/cleanup, assembly...