]> git.xonotic.org Git - xonotic/darkplaces.git/history - sys.h
Merge PR 'Make particles solid squares when cl_particles_quake is set to 2'
[xonotic/darkplaces.git] / sys.h
2024-03-02 CloudwalkRevert renamings from 591877ee0c64958303dcbb4f2af3d343a...
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-03 bones_was_heresys: commenting and tidying
2024-01-03 bones_was_herededuplicate Sys_Shutdown()
2024-01-03 bones_was_herededuplicate Sys_Error()
2024-01-03 bones_was_herededuplicate main()
2023-12-09 bones_was_hereSys_Sleep overhaul
2023-11-08 bones_was_herevid: misc cleanups
2022-05-02 Ashley 'LadyHavoc... Resolved .gitignore conflict
2022-02-21 CloudwalkREADME, sdl, sys, makefile: Bring up macOS support
2022-01-13 bones_was_hereMerge MR 'Make trace entity culling optional for specta...
2021-07-30 Cloudwalksys_win: Delete sys_win and conproc. We no longer use...
2021-07-30 Cloudwalksys: Rename Sys_Print(f)ToTerminal to Sys_Print(f)...
2021-03-06 cloudwalksys: Simplify Sys_LoadLibrary. Implement Sys_LoadDepend...
2021-03-06 cloudwalksys: Rename Sys_UnloadLibrary to Sys_FreeLibrary for...
2020-10-16 cloudwalkhost: Move out some client and server code
2020-10-02 cloudwalkRemove unneeded #includes in some headers. Make some...
2020-09-29 cloudwalkquakedef: Add darkplaces.h and include it in as many...
2020-09-29 cloudwalkAdd qdefs.h and qstats.h to split up quakedef.h. Make...
2020-09-17 cloudwalkRename qboolean to qbool
2020-09-08 cloudwalkRename COM_CheckParm to Sys_CheckParm and move it to...
2020-06-21 cloudwalkNot sure how these didn't make it into the last commit
2020-06-18 cloudwalkOrganize system and host globals into structs. Implemen...
2013-07-21 vortexFix C++ typecast/linkage specification errors.
2012-04-19 divverentmark Host_Error as noreturn to help static analysis
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...
2010-02-28 divverentDetect appended data to the DP executable.
2010-02-26 divverentrefactor timing, so that timing code is in sys_shared.c.
2009-07-08 divverentdoxygen comments and config file
2007-11-12 havocimplemented a -profilegameonly commandline option for...
2007-04-24 havocaudited all Sys_Quit calls and gave them return values...
2007-03-29 havocchanged Sys_Sleep functions to take microseconds instea...
2007-01-14 havocpatch from div0 that enables printf format warnings...
2005-10-21 havocgave names to nearly all structs and enums which should...
2005-05-06 havocchanged Host_Init to execute configs only once
2005-01-09 molivier- Sys_LoadLibrary now accepts several possible names...
2004-12-01 havocchanged a lot of Con_DPrint/Con_DPrintf calls to Con_Pr...
2004-08-02 tomazAdded CTRL+V paste into the console for win32 users.
2004-07-14 black-Added the preprocessor constant USE_DSOUND.
2004-07-11 black-Removed Sys_Quit and added Sys_Shutdown which will...
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...
2004-02-01 havocchanged Sys_Sleep from (void) to (int milliseconds...
2003-05-25 havocSys_Print added to handle the output of text to the...
2003-03-21 havocThis is a patch from Elric greatly cleaning up the...
2002-11-08 havocElric's changes:
2002-08-20 havoccleaned up and merged a lot of sys_*.c code into sys_sh...
2002-06-02 knghtbrdDP code cleanup, stage one - all headers that can be...
2001-12-04 lordhavocrewrote RecursiveHullCheck, no longer gets stuck on...
2001-05-26 lordhavocsome whitespace changes
2001-05-11 lordhavoc***map loader generates portals for the map*** (can...
2000-09-18 lordhavocremoval of various id386 junk
2000-08-22 lordhavocInitial revision