2020-06-30 |
cloudwalk | Comply with ISO C11. Engine will now compile with ... |
blob | commitdiff | raw |
2020-06-27 |
cloudwalk | Remove Con_Warnf and Errorf. Use macros to change color... |
blob | commitdiff | raw | diff to current |
2020-06-18 |
cloudwalk | Organize system and host globals into structs. Implemen... |
blob | commitdiff | raw | diff to current |
2020-06-10 |
cloudwalk | Clamp clipboard data to MAX_INPUTLINE. Fixes heap overf... |
blob | commitdiff | raw | diff to current |
2020-05-26 |
cloudwalk | Oops. |
blob | commitdiff | raw | diff to current |
2020-05-26 |
cloudwalk | Show SDL message box on Sys_Error for SDL target. Remov... |
blob | commitdiff | raw | diff to current |
2020-05-25 |
cloudwalk | Implement Con_Error(f) and Con_Warn(f), error and warni... |
blob | commitdiff | raw | diff to current |
2020-05-21 |
cloudwalk | Make Sys_Error message more generic. Quake -> Engine |
blob | commitdiff | raw | diff to current |
2018-05-20 |
havoc | Remove support for libSDL1.2 which has been deprecated... |
blob | commitdiff | raw | diff to current |
2016-11-27 |
havoc | Added a MessageBox call in Sys_Error on Windows, matchi... |
blob | commitdiff | raw | diff to current |
2016-11-27 |
havoc | Rollback last change which was meant to be many smaller... |
blob | commitdiff | raw | diff to current |
2016-11-27 |
havoc | Added developer_memorylargerthanmb cvar which dprints... |
blob | commitdiff | raw | diff to current |
2015-10-17 |
divverent | SDL2: add clipboard support for all platforms. |
blob | commitdiff | raw | diff to current |
2015-08-09 |
havoc | Fixed two compile issues with vid_sdl.c. |
blob | commitdiff | raw | diff to current |
2014-05-29 |
havoc | Fixed a large number of WIN64 type conversion warnings. |
blob | commitdiff | raw | diff to current |
2013-07-17 |
havoc | Steel Storm additions for mobile (EluanCM) |
blob | commitdiff | raw | diff to current |
2011-10-17 |
havoc | allow terminal input on sdl client as well (glx client... |
blob | commitdiff | raw | diff to current |
2011-03-31 |
divverent | sys_linux, sys_sdl: support options -noterminal and... |
blob | commitdiff | raw | diff to current |
2010-08-19 |
havoc | fix a compile error |
blob | commitdiff | raw | diff to current |
2010-07-14 |
havoc | fix a warning in mingw |
blob | commitdiff | raw | diff to current |
2010-07-02 |
havoc | created new MSVC2008 project files and solution from... |
blob | commitdiff | raw | diff to current |
2010-02-28 |
divverent | Detect appended data to the DP executable. |
blob | commitdiff | raw | diff to current |
2010-02-26 |
divverent | refactor timing, so that timing code is in sys_shared.c. |
blob | commitdiff | raw | diff to current |
2010-02-26 |
divverent | Revert "added linux timing code to SDL client for more... |
blob | commitdiff | raw | diff to current |
2010-02-26 |
havoc | added linux timing code to SDL client for more accurate... |
blob | commitdiff | raw | diff to current |
2009-09-15 |
havoc | fixed compile errors and warnings using Dev-C++ in... |
blob | commitdiff | raw | diff to current |
2008-06-17 |
havoc | fixed all VS2005 deprecated function warnings |
blob | commitdiff | raw | diff to current |
2008-06-15 |
divverent | also reject time stepping > 30 minutes (this threshold... |
blob | commitdiff | raw | diff to current |
2008-02-21 |
havoc | go back to using main - apparently some platforms don... |
blob | commitdiff | raw | diff to current |
2008-02-21 |
havoc | changed main to SDL_main for simplicity reasons |
blob | commitdiff | raw | diff to current |
2008-02-14 |
havoc | added experimental cl_alwayssleep cvar which calls... |
blob | commitdiff | raw | diff to current |
2007-11-12 |
divverent | move two #defined to quakedef.h, and always include... |
blob | commitdiff | raw | diff to current |
2007-03-29 |
havoc | changed Sys_Sleep functions to take microseconds instea... |
blob | commitdiff | raw | diff to current |
2006-08-05 |
molivier | Removed all calls to strcpy; most of them are now calls... |
blob | commitdiff | raw | diff to current |
2006-07-31 |
havoc | added gamepad/joystick support to the SDL client, this... |
blob | commitdiff | raw | diff to current |
2006-04-18 |
havoc | rewrote timing code, now a much better and very differe... |
blob | commitdiff | raw | diff to current |
2006-04-08 |
havoc | made darkplaces able to compile as C++ again, and fixed... |
blob | commitdiff | raw | diff to current |
2006-02-23 |
havoc | another int cast for that patch |
blob | commitdiff | raw | diff to current |
2006-02-23 |
havoc | added int cast on write call in new terminal printing... |
blob | commitdiff | raw | diff to current |
2006-02-23 |
havoc | div0 fixed the bug that caused huge console prints... |
blob | commitdiff | raw | diff to current |
2005-11-23 |
havoc | cleaned up many text buffer sizes throughout the engine... |
blob | commitdiff | raw | diff to current |
2005-05-08 |
havoc | various printf/fprintf calls are now Con_Printf, and... |
blob | commitdiff | raw | diff to current |
2005-05-06 |
havoc | changed Host_Init to execute configs only once |
blob | commitdiff | raw | diff to current |
2005-02-03 |
molivier | Replaced snprintf and vnsprintf calls by dpsnprintf... |
blob | commitdiff | raw | diff to current |
2004-10-15 |
havoc | changed main() argv parameter to non-const, and casting... |
blob | commitdiff | raw | diff to current |
2004-10-05 |
havoc | now compiles on x86_64 successfully (still a crash... |
blob | commitdiff | raw | diff to current |
2004-09-06 |
black | Adding Sys_GetClipboardData to the SDL driver. |
blob | commitdiff | raw | diff to current |
2004-08-21 |
tomaz | Made Sys_Error print the error message to the console... |
blob | commitdiff | raw | diff to current |
2004-07-11 |
black | -Removed Sys_Quit and added Sys_Shutdown which will... |
blob | commitdiff | raw | diff to current |
2004-03-10 |
havoc | added Print versions of Printf functions and made all... |
blob | commitdiff | raw | diff to current |
2004-02-01 |
havoc | changed Sys_Sleep from (void) to (int milliseconds... |
blob | commitdiff | raw | diff to current |
2004-01-01 |
knghtbrd | INCOMPLETE SDL video support (don't use it!) No input... |
blob | commitdiff | raw | diff to current |
|