]> icculus.org git repositories - divverent/darkplaces.git/history - sys_win.c
maked cl_video to have module playback, so several video formats can be implemented...
[divverent/darkplaces.git] / sys_win.c
2010-08-09 havocimproved include order to fix some compile errors using...
2010-02-28 divverentDetect appended data to the DP executable.
2010-02-27 divverentfix another win32 time typo
2010-02-26 divverentrefactor timing, so that timing code is in sys_shared.c.
2009-09-17 havocfix more C++ warnings/errors in MSVC
2009-02-02 havocdisabled main in sys_win.c at O.Sezer's recommendation...
2008-12-28 divverentfix whitespace handling:
2008-06-15 divverentalso reject time stepping > 30 minutes (this threshold...
2008-04-01 havocdisabled QHOST by default (can be enabled with an edit...
2008-04-01 havocfixed Sys_Error popups in -dedicated console setup...
2008-04-01 havoccomment out a line to make the darkplaces.exe -dedicate...
2008-02-21 havocadded #ifdef SUPPORTDIRECTX checks around all the dinpu...
2008-02-14 havocadded experimental cl_alwayssleep cvar which calls...
2007-12-07 resChanged Win32 console logic to only allocate a console...
2007-12-05 resChanged Win32 code to also support compilation of the...
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-06-04 molivier- the Linux sound modules (ALSA and OSS) are now write...
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-03-22 havocanother WIN32_LEAN_AND_MEAN patch from Willis, this...
2006-02-01 havocadded description string to all cvars and commands
2005-11-23 havoccleaned up many text buffer sizes throughout the engine...
2005-11-07 havoccleaned up all Con_Printf calls that were missing a \n
2005-07-05 havocchanged some things to size_t to reduce warnings on...
2005-06-20 havocchanged most Sys_Error calls to Con_Printf with appropr...
2005-05-06 havocfix a misplaced variable
2005-05-06 havocchanged Host_Init to execute configs only once
2005-02-03 molivierReplaced snprintf and vnsprintf calls by dpsnprintf...
2004-11-25 havocremoved some windows cruft (like scr_skipupdate, and...
2004-11-25 havocchanged Sys_Error to not put up a messagebox if in...
2004-10-05 havocrevised commandline option comments for better categori...
2004-10-05 havocadded COMMANDLINEOPTION comments for every commandline...
2004-09-11 havocanother attempt to fix quoted strings in windows comman...
2004-09-10 havocfixed unterminated character constant in my last fix
2004-09-10 havocfix quoted string parsing
2004-08-21 tomazMade Sys_Error print the error message to the console...
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-04-16 havocmake WinMain commandline parser handle quoted strings
2004-03-10 havocadded Print versions of Printf functions and made all...
2004-02-02 havocfix misplaced extern S_UnblockSound
2004-02-02 havocwinquake.h is gone, absorbed into the respective files...
2004-02-01 havocchanged Sys_Sleep from (void) to (int milliseconds...
2003-10-13 blackFixed windows input (bad,bad hack)
2003-10-01 molivierMostly [v]sprintf -> [v]snprintf replacements, and...
2003-05-25 havocmerged dll handling code into sys_shared.c because...
2003-05-25 havocSys_Print added to handle the output of text to the...
2003-05-23 havoccleaned up/simplified Sys_Error, now should never get...
2002-11-08 havocElric's changes:
2002-09-24 havocfix a warning on argv
2002-09-23 havocnow uses VID_Shutdown instead of VID_SetDefaultMode...
2002-08-21 molivierFixed GetModuleFileName call
2002-08-21 havocthis should fix the program name in com_argv[0], so...
2002-08-20 havocgot rid of host_parms
2002-08-20 havocgot rid of host_parms.argc and argv, now uses com_argc...
2002-08-20 havoccleaned up and merged a lot of sys_*.c code into sys_sh...
2002-08-20 havocsys_usetimegettime is now initialized at a place where...
2002-08-15 havoconly warn about time stepping backwards if it's more...
2002-08-15 havocturned #define WIN32_USETIMEGETTIME into a cvar named...
2002-08-04 havocfix mouse in win32, I had forgotten to update a lot...
2002-07-08 havocif the OS returns a very bogus time (or it wrapped...
2002-06-13 lordhavocFixed major bug in time wrap code, would have not advan...
2002-06-12 molivierRemoved an error when compiling with MSVC
2002-06-09 lordhavoctimer now simply returns same time twice if the time...
2002-06-02 knghtbrdA minor removal of a few pieces of dead code. Nothing...
2002-02-27 lordhavocrenamed byte to qbyte throughout engine to eliminate...
2002-01-16 lordhavocrewrote memory system entirely (hunk, cache, and zone...
2001-12-04 lordhavocrewrote RecursiveHullCheck, no longer gets stuck on...
2001-10-29 lordhavocmoved Sys_Printf and related code/data to sys_shared...
2001-10-15 lordhavocMajor update, been neglecting CVS for some time...
2001-05-30 taniwhaoops, forgot to fix the Qread and Qwrite calls
2001-05-30 taniwhagzip support from quakeforge (QFile and friends). also...
2001-05-26 lordhavocsome whitespace changes
2001-05-11 lordhavoc***map loader generates portals for the map*** (can...
2001-04-20 lordhavocadded newmap function to render modules (so explosions...
2001-04-06 lordhavocoptimized AngleVectors calls (pass NULL for vectors...
2001-03-04 lordhavocrewrite of map texture loading (mainly to do with HL...
2001-01-29 lordhavocgot rid of Hunk_Alloc, all allocations now have a prope...
2001-01-29 lordhavocevery malloc/calloc/free converted to qmalloc/qfree...
2000-12-09 lordhavocbmodel rotation physics now work
2000-11-21 dabbBorland C++ compile fix - works/compiles now.
2000-11-17 lordhavocdisabled Sys_PageIn for quicker startup (whether this...
2000-10-15 lordhavocGigantic commit - dlight system rewritten
2000-09-18 lordhavocremoval of various id386 junk
2000-09-06 lordhavocLinux GLX, a lot of code shrinkage/cleanup, assembly...
2000-08-23 lordhavocToo many fixes to mention. (sys_ticrate now controls...
2000-08-22 lordhavocInitial revision