]> git.xonotic.org Git - xonotic/darkplaces.git/history - sys_shared.c
Merge PR 'Use the text from modinfo.txt as the mod menu entry'
[xonotic/darkplaces.git] / sys_shared.c
9 days ago bones_was_herebuild: minor adjustments
12 days ago bones_was_herebuild: get Visual Studio 2019 to compile
12 days ago bones_was_heresys: [Linux] remove/replace obsolete timing and sleep...
12 days ago bones_was_heresys: [Windows] use more precise timing and sleeping
12 days ago bones_was_heresys: [Windows] fix spinning instead of sleeping
2024-03-07 bones_was_heresys: allow the platform to handle crashes after DP...
2024-03-07 bones_was_hereMake the Sys_Error() message more informative
2024-03-02 CloudwalkRevert renamings from 591877ee0c64958303dcbb4f2af3d343a...
2024-02-26 bones_was_heresys: prevent loops in signal handlers
2024-01-30 bones_was_hereFix some mingw warnings
2024-01-28 bones_was_heresys: refactor the clean shutdown process
2024-01-28 bones_was_heresys: improve error and crash handling
2024-01-21 bones_was_heresys: optimise printing to stdout
2024-01-20 bones_was_herecom: rename BSD strlcpy and strlcat
2024-01-18 bones_was_heresys: attempt to placate Microsoft's compiler
2024-01-05 bones_was_heresys: write significant engine and QC errors to stderr
2024-01-05 bones_was_heresys: make stdout/stderr configurable during runtime
2024-01-03 bones_was_heresys: implement signal handling on all platforms
2024-01-03 bones_was_herecmd: fix stdin command ordering and related stuff
2024-01-03 bones_was_heresys: commenting and tidying
2024-01-03 bones_was_herededuplicate Sys_Shutdown()
2024-01-03 bones_was_herededuplicate Sys_Print()
2024-01-03 bones_was_herededuplicate Sys_Error()
2024-01-03 bones_was_herededuplicate Sys_ConsoleInput()
2024-01-03 bones_was_herededuplicate main()
2023-12-09 bones_was_hereSys_Sleep overhaul
2022-01-13 bones_was_hereMerge MR 'Make trace entity culling optional for specta...
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
next