]> git.xonotic.org Git - xonotic/darkplaces.git/history - sys_sdl.c
Improving Doxyfile, adding GENERATE_TREEVIEW and SEARCHENGINE variable features
[xonotic/darkplaces.git] / sys_sdl.c
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-07-22 CloudwalkMerge branch 'Mario/dpk_support' of gitlab.com:xonotic...
2021-07-21 Cloudwalkcommon: Use static_assert to prohibit unsafe functions...
2021-07-20 Cloudwalkcommon: Define DP_STATIC_ASSERT which wraps static_assert
2021-04-17 cloudwalksys: Don't bother doing Host_Shutdown on Sys_Error
2020-12-16 cloudwalksys: Remove unnecessary curly braces from a commented...
2020-09-29 cloudwalkquakedef: Add darkplaces.h and include it in as many...
2020-09-17 cloudwalkRename qboolean to qbool
2020-09-08 cloudwalkRename COM_CheckParm to Sys_CheckParm and move it to...
2020-08-12 cloudwalksys: Initialize the memory subsystem in main()
2020-07-22 cloudwalkFix OpenSolaris build. Add platform ID for a few other...
2020-07-20 cloudwalkhost: Return to main() if the loop breaks and Sys_Quit...
2020-06-30 cloudwalkComply with ISO C11. Engine will now compile with ...
2020-06-27 cloudwalkRemove Con_Warnf and Errorf. Use macros to change color...
2020-06-18 cloudwalkOrganize system and host globals into structs. Implemen...
2020-06-10 cloudwalkClamp clipboard data to MAX_INPUTLINE. Fixes heap overf...
2020-05-26 cloudwalkOops.
2020-05-26 cloudwalkShow SDL message box on Sys_Error for SDL target. Remov...
2020-05-25 cloudwalkImplement Con_Error(f) and Con_Warn(f), error and warni...
2020-05-21 cloudwalkMake Sys_Error message more generic. Quake -> Engine
2018-05-20 havocRemove support for libSDL1.2 which has been deprecated...
2016-11-27 havocAdded a MessageBox call in Sys_Error on Windows, matchi...
2016-11-27 havocRollback last change which was meant to be many smaller...
2016-11-27 havocAdded developer_memorylargerthanmb cvar which dprints...
2015-10-17 divverentSDL2: add clipboard support for all platforms.
2015-08-09 havocFixed two compile issues with vid_sdl.c.
2014-05-29 havocFixed a large number of WIN64 type conversion warnings.
2013-07-17 havocSteel Storm additions for mobile (EluanCM)
2011-10-17 havocallow terminal input on sdl client as well (glx client...
2011-03-31 divverentsys_linux, sys_sdl: support options -noterminal and...
2010-08-19 havocfix a compile error
2010-07-14 havocfix a warning in mingw
2010-07-02 havoccreated new MSVC2008 project files and solution from...
2010-02-28 divverentDetect appended data to the DP executable.
2010-02-26 divverentrefactor timing, so that timing code is in sys_shared.c.
2010-02-26 divverentRevert "added linux timing code to SDL client for more...
2010-02-26 havocadded linux timing code to SDL client for more accurate...
2009-09-15 havocfixed compile errors and warnings using Dev-C++ in...
2008-06-17 havocfixed all VS2005 deprecated function warnings
2008-06-15 divverentalso reject time stepping > 30 minutes (this threshold...
2008-02-21 havocgo back to using main - apparently some platforms don...
2008-02-21 havocchanged main to SDL_main for simplicity reasons
2008-02-14 havocadded experimental cl_alwayssleep cvar which calls...
2007-11-12 divverentmove two #defined to quakedef.h, and always include...
2007-03-29 havocchanged Sys_Sleep functions to take microseconds instea...
2006-08-05 molivierRemoved all calls to strcpy; most of them are now calls...
2006-07-31 havocadded gamepad/joystick support to the SDL client, this...
2006-04-18 havocrewrote timing code, now a much better and very differe...
2006-04-08 havocmade darkplaces able to compile as C++ again, and fixed...
2006-02-23 havocanother int cast for that patch
2006-02-23 havocadded int cast on write call in new terminal printing...
2006-02-23 havocdiv0 fixed the bug that caused huge console prints...
2005-11-23 havoccleaned up many text buffer sizes throughout the engine...
2005-05-08 havocvarious printf/fprintf calls are now Con_Printf, and...
2005-05-06 havocchanged Host_Init to execute configs only once
2005-02-03 molivierReplaced snprintf and vnsprintf calls by dpsnprintf...
2004-10-15 havocchanged main() argv parameter to non-const, and casting...
2004-10-05 havocnow compiles on x86_64 successfully (still a crash...
2004-09-06 blackAdding Sys_GetClipboardData to the SDL driver.
2004-08-21 tomazMade Sys_Error print the error message to the console...
2004-07-11 black-Removed Sys_Quit and added Sys_Shutdown which will...
2004-03-10 havocadded Print versions of Printf functions and made all...
2004-02-01 havocchanged Sys_Sleep from (void) to (int milliseconds...
2004-01-01 knghtbrdINCOMPLETE SDL video support (don't use it!) No input...