]> icculus.org git repositories - divverent/darkplaces.git/history - sys_win.c
apparently -Werr isn't valid in gcc3.2, so switch to -Werror
[divverent/darkplaces.git] / sys_win.c
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