]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - sys_sdl.c
gltexture_t->glisdepthstencil fix
[xonotic/darkplaces.git] / sys_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...