]> git.xonotic.org Git - xonotic/darkplaces.git/history - sys_shared.c
Doxygen: more tweaks
[xonotic/darkplaces.git] / sys_shared.c
2021-07-30 Cloudwalksys: Rename Sys_Print(f)ToTerminal to Sys_Print(f)...
2021-04-20 cloudwalkcmd: Merge cmd_client and cmd_server into cmd_local... 97/merge
2021-03-09 cloudwalkcmd: Dynamically allocate the command interpreters
2021-03-06 cloudwalksys: Simplify Sys_LoadLibrary. Implement Sys_LoadDepend...
2021-03-06 cloudwalksys: Rename Sys_UnloadLibrary to Sys_FreeLibrary for...
2020-11-09 cloudwalkRevert "cmd: Merge cmd_server and cmd_client into cmd_l...
2020-10-27 cloudwalkcmd: Merge cmd_server and cmd_client into cmd_local...
2020-10-16 cloudwalkhost: Move out some client and server code
2020-09-17 cloudwalksys_shared: Fix malformed ifdefs breaking 32 bit builds
2020-09-17 cloudwalkUnify the command and cvar flags, under the CF_ prefix.
2020-09-17 cloudwalkRename qboolean to qbool
2020-09-08 cloudwalkRename COM_CheckParm to Sys_CheckParm and move it to...
2020-08-09 cloudwalkcmd: Reimplement console buffer system as a cyclic...
2020-07-22 cloudwalkMisc console print improvements. Increase verbosity
2020-07-18 cloudwalkcmd: Use reentrant mutex for cbufs. Fixes deadlock...
2020-07-15 cloudwalksys_shared: Remove #ifdef for VERY old and obsolete...
2020-07-11 cloudwalkImprove clang support. Add tcc support. Clang builds...
2020-06-27 cloudwalkRemove Con_Warnf and Errorf. Use macros to change color...
2020-06-21 cloudwalkAdd process nice settings to the sys struct
2020-06-18 cloudwalkOrganize system and host globals into structs. Implemen...
2020-06-15 cloudwalkDon't enable moncontrol if non-glibc on Linux. Fixes...
2020-05-26 cloudwalkFix getting exe name on FreeBSD, which hasn't used...
2020-05-25 cloudwalkImplement Con_Error(f) and Con_Warn(f), error and warni...
2020-01-22 havoccvars are now instanced in &cvars_all as a tracking...
2020-01-21 havocSplit the global cmd interpreter into 4 separate ones...
2020-01-18 havocSplit out TaskQueue into its own taskqueue.[ch] module...
2020-01-17 havocOverhauled r_shadow_bouncegrid, it performs much faster...
2020-01-09 havocCorrected names in credits to be more accurate and...
2015-11-08 havocFix several warnings with gcc-5 and an error with mingw...
2013-07-24 divverentmake clock_gettime default (since 2.6.28 it is NTP...
2013-07-17 havocSteel Storm additions for mobile (EluanCM)
2012-02-18 divverentalways allow -nosse and -nosse2 flags to change SSE...
2011-11-01 havocfix compile errors and warnings in MSVC
2011-10-26 divverentLinux dedicated server: set nice -19 while spawning...
2011-10-25 havocadded Sys_PrintfToTerminal function for convenience...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-08-18 divverentsys_usenoclockbutbenchmark: use double for the timer,
2011-05-27 divverentcall SetDllDirectory on Win32 too
2011-04-01 havocWGL client can now use DPSOFTRAST, added thread_win...
2010-11-04 divverentwin32: don't use select() for waiting, use Sleep()...
2010-08-19 havocfix almost all g++ -pedantic warnings
2010-08-09 divverentWin64 builds: search for DLLs in bin64/
2010-07-27 divverentLibrary loading: if a DLL succeeds to load but a functi...
2010-07-14 havocfix more warnings in mingw
2010-07-02 havocfix a bunch of warnings if compiling darkplaces as...
2010-02-28 divverentDetect appended data to the DP executable.
2010-02-27 divverentmake some cvars static, to help the compiler a bit
2010-02-27 divverentshut up a (in this case wrong) warning about possibly...
2010-02-27 divverentyet another include fix, this time for MSVC
2010-02-27 divverentanother include
2010-02-27 divverentattempt to fix the includes for win32
2010-02-27 divverentfix two remaining uses of sys_usetimegettime
2010-02-26 divverentalso: sys_usesdldelay for using SDL_Delay() for sleepin...
2010-02-26 divverentrefactor timing, so that timing code is in sys_shared.c.
2009-12-27 havocadded Con_MaskPrintf, Con_Printf/Con_DPrintf and friend...
2009-12-21 havocadded SUPPORTDLL define and checks, if any platforms...
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...