]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - sys_linux.c
reworked rtlighting code to handle transparent water lighting and transparent model...
[xonotic/darkplaces.git] / sys_linux.c
2005-11-23 havoccleaned up many text buffer sizes throughout the engine...
2005-11-07 havoccleaned up all Con_Printf calls that were missing a \n
2005-08-02 havocfix a signed/unsigned comparison warning
2005-06-20 havocchanged most Sys_Error calls to Con_Printf with appropr...
2005-05-08 havocvarious printf/fprintf calls are now Con_Printf, and...
2005-05-06 havocchanged Host_Init to execute configs only once
2005-02-03 molivierReplaced snprintf and vnsprintf calls by dpsnprintf...
2004-10-15 havocchanged main() argv parameter to non-const, and casting...
2004-08-21 tomazMade Sys_Error print the error message to the console...
2004-08-02 tomazAdded CTRL+V paste into the console for win32 users.
2004-07-11 black-Removed Sys_Quit and added Sys_Shutdown which will...
2004-04-05 molivierFixed Win32 dedicated server input
2004-03-10 havocadded Print versions of Printf functions and made all...
2004-02-01 havocchanged Sys_Sleep from (void) to (int milliseconds...
2003-10-01 molivierMostly [v]sprintf -> [v]snprintf replacements, and...
2003-06-07 havocfix an uninitialized variable warning in win32
2003-05-25 havocmerged dll handling code into sys_shared.c because...
2003-05-25 havocSys_Print added to handle the output of text to the...
2003-05-25 havocdarkplaces-dedicated.exe now builds
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...