]> icculus.org git repositories - divverent/darkplaces.git/history - sys_shared.c
Change recommended value for motionblur to 0.5 due to 0.7 looking slightly excessive
[divverent/darkplaces.git] / sys_shared.c
2009-01-28 divverentmake DP compile with C++ again
2008-06-17 havocfixed all VS2005 deprecated function warnings
2007-11-12 havocimplemented a -profilegameonly commandline option for...
2007-05-20 divverentDP_PRELOAD_DEPENDENCIES=yes makefile option: when set...
2007-04-24 havocaudited all Sys_Quit calls and gave them return values...
2005-08-21 molivierAdded the RTLD_GLOBAL flag to the dlopen call, since...
2005-06-01 havocless confusing messages from Sys_LoadLibrary
2005-06-01 havocit helps to mangle the correct string...
2005-05-31 havocfix the library search code (replaced / with 0, should...
2005-05-31 havocmade Sys_LoadLibrary search in the executable path...
2005-05-06 havocchanged Host_Init to execute configs only once
2005-02-03 molivierReplaced snprintf and vnsprintf calls by dpsnprintf...
2005-01-09 molivier- Sys_LoadLibrary now accepts several possible names...
2004-12-03 molivier- DP now defines MACOSX when relevant
2004-12-02 molivier- Removed Con_SafePrint and Con_SafePrintf since they...
2004-12-01 havocchanged a lot of Con_DPrint/Con_DPrintf calls to Con_Pr...
2004-10-25 molivierFreeBSD support
2004-10-19 havocHost_Shutdown now calls CL_Disconnect and Host_Shutdown...
2004-10-05 havocrevised commandline option comments for better categori...
2004-10-05 havocadded COMMANDLINEOPTION comments for every commandline...
2004-07-11 black-Removed Sys_Quit and added Sys_Shutdown which will...
2004-04-02 molivierstrncpy -> {strlcpy,memcpy}. Replaced the "forceloop...
2004-03-24 molivierFactorized some code in the shared library loaders
2004-03-10 havocadded convenience function Sys_TimeString which calls...
2004-03-10 havocadded Print versions of Printf functions and made all...
2003-12-10 molivierOpenBSD support wasn't very far away...
2003-12-09 molivierEarly support for NetBSD (the dedicated binary works...
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
2003-03-21 havocThis is a patch from Elric greatly cleaning up the...
2003-03-02 havocchanged lots of printf to Con_Printf
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-20 havocsys_usetimegettime is now initialized at a place where...
2002-07-31 havocincreased name limit on engineversion string from 39...
2002-06-02 knghtbrdA minor removal of a few pieces of dead code. Nothing...
2002-01-31 lordhavocgot rid of buildnumber.c and buildnum program, now...
2002-01-16 lordhavocrewrote memory system entirely (hunk, cache, and zone...
2001-12-04 lordhavocrewrote RecursiveHullCheck, no longer gets stuck on...
2001-11-02 lordhavocminor buffer-size-safe improvement in Sys_Printf, and...
2001-10-29 lordhavocadded include unistd.h and fcntl.h on non-win32
2001-10-29 lordhavocmoved Sys_Printf and related code/data to sys_shared...