2009-12-27 |
havoc | added Con_MaskPrintf, Con_Printf/Con_DPrintf and friend... |
blob | commitdiff | raw |
2009-12-21 |
havoc | added SUPPORTDLL define and checks, if any platforms... |
blob | commitdiff | raw | diff to current |
2009-01-28 |
divverent | make DP compile with C++ again |
blob | commitdiff | raw | diff to current |
2008-06-17 |
havoc | fixed all VS2005 deprecated function warnings |
blob | commitdiff | raw | diff to current |
2007-11-12 |
havoc | implemented a -profilegameonly commandline option for... |
blob | commitdiff | raw | diff to current |
2007-05-20 |
divverent | DP_PRELOAD_DEPENDENCIES=yes makefile option: when set... |
blob | commitdiff | raw | diff to current |
2007-04-24 |
havoc | audited all Sys_Quit calls and gave them return values... |
blob | commitdiff | raw | diff to current |
2005-08-21 |
molivier | Added the RTLD_GLOBAL flag to the dlopen call, since... |
blob | commitdiff | raw | diff to current |
2005-06-01 |
havoc | less confusing messages from Sys_LoadLibrary |
blob | commitdiff | raw | diff to current |
2005-06-01 |
havoc | it helps to mangle the correct string... |
blob | commitdiff | raw | diff to current |
2005-05-31 |
havoc | fix the library search code (replaced / with 0, should... |
blob | commitdiff | raw | diff to current |
2005-05-31 |
havoc | made Sys_LoadLibrary search in the executable path... |
blob | commitdiff | raw | diff to current |
2005-05-06 |
havoc | changed Host_Init to execute configs only once |
blob | commitdiff | raw | diff to current |
2005-02-03 |
molivier | Replaced snprintf and vnsprintf calls by dpsnprintf... |
blob | commitdiff | raw | diff to current |
2005-01-09 |
molivier | - Sys_LoadLibrary now accepts several possible names... |
blob | commitdiff | raw | diff to current |
2004-12-03 |
molivier | - DP now defines MACOSX when relevant |
blob | commitdiff | raw | diff to current |
2004-12-02 |
molivier | - Removed Con_SafePrint and Con_SafePrintf since they... |
blob | commitdiff | raw | diff to current |
2004-12-01 |
havoc | changed a lot of Con_DPrint/Con_DPrintf calls to Con_Pr... |
blob | commitdiff | raw | diff to current |
2004-10-25 |
molivier | FreeBSD support |
blob | commitdiff | raw | diff to current |
2004-10-19 |
havoc | Host_Shutdown now calls CL_Disconnect and Host_Shutdown... |
blob | commitdiff | raw | diff to current |
2004-10-05 |
havoc | revised commandline option comments for better categori... |
blob | commitdiff | raw | diff to current |
2004-10-05 |
havoc | added COMMANDLINEOPTION comments for every commandline... |
blob | commitdiff | raw | diff to current |
2004-07-11 |
black | -Removed Sys_Quit and added Sys_Shutdown which will... |
blob | commitdiff | raw | diff to current |
2004-04-02 |
molivier | strncpy -> {strlcpy,memcpy}. Replaced the "forceloop... |
blob | commitdiff | raw | diff to current |
2004-03-24 |
molivier | Factorized some code in the shared library loaders |
blob | commitdiff | raw | diff to current |
2004-03-10 |
havoc | added convenience function Sys_TimeString which calls... |
blob | commitdiff | raw | diff to current |
2004-03-10 |
havoc | added Print versions of Printf functions and made all... |
blob | commitdiff | raw | diff to current |
2003-12-10 |
molivier | OpenBSD support wasn't very far away... |
blob | commitdiff | raw | diff to current |
2003-12-09 |
molivier | Early support for NetBSD (the dedicated binary works... |
blob | commitdiff | raw | diff to current |
2003-05-25 |
havoc | merged dll handling code into sys_shared.c because... |
blob | commitdiff | raw | diff to current |
2003-05-25 |
havoc | Sys_Print added to handle the output of text to the... |
blob | commitdiff | raw | diff to current |
2003-05-25 |
havoc | darkplaces-dedicated.exe now builds |
blob | commitdiff | raw | diff to current |
2003-03-21 |
havoc | This is a patch from Elric greatly cleaning up the... |
blob | commitdiff | raw | diff to current |
2003-03-02 |
havoc | changed lots of printf to Con_Printf |
blob | commitdiff | raw | diff to current |
2002-08-20 |
havoc | got rid of host_parms.argc and argv, now uses com_argc... |
blob | commitdiff | raw | diff to current |
2002-08-20 |
havoc | cleaned up and merged a lot of sys_*.c code into sys_sh... |
blob | commitdiff | raw | diff to current |
2002-08-20 |
havoc | sys_usetimegettime is now initialized at a place where... |
blob | commitdiff | raw | diff to current |
2002-07-31 |
havoc | increased name limit on engineversion string from 39... |
blob | commitdiff | raw | diff to current |
2002-06-02 |
knghtbrd | A minor removal of a few pieces of dead code. Nothing... |
blob | commitdiff | raw | diff to current |
2002-01-31 |
lordhavoc | got rid of buildnumber.c and buildnum program, now... |
blob | commitdiff | raw | diff to current |
2002-01-16 |
lordhavoc | rewrote memory system entirely (hunk, cache, and zone... |
blob | commitdiff | raw | diff to current |
2001-12-04 |
lordhavoc | rewrote RecursiveHullCheck, no longer gets stuck on... |
blob | commitdiff | raw | diff to current |
2001-11-02 |
lordhavoc | minor buffer-size-safe improvement in Sys_Printf, and... |
blob | commitdiff | raw | diff to current |
2001-10-29 |
lordhavoc | added include unistd.h and fcntl.h on non-win32 |
blob | commitdiff | raw | diff to current |
2001-10-29 |
lordhavoc | moved Sys_Printf and related code/data to sys_shared... |
blob | commitdiff | raw | diff to current |
|