]> icculus.org git repositories - divverent/darkplaces.git/history - sys_sdl.c
If the new Key_Event breaks anything for you, you can set #if 0 and activate the old
[divverent/darkplaces.git] / sys_sdl.c
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...