2007-03-29 |
havoc | changed Sys_Sleep functions to take microseconds instea... |
blob | commitdiff | raw |
2006-08-05 |
molivier | Removed all calls to strcpy; most of them are now calls... |
blob | commitdiff | raw | diff to current |
2006-06-04 |
molivier | - the Linux sound modules (ALSA and OSS) are now write... |
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-03-22 |
havoc | another WIN32_LEAN_AND_MEAN patch from Willis, this... |
blob | commitdiff | raw | diff to current |
2006-02-01 |
havoc | added description string to all cvars and commands |
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-11-07 |
havoc | cleaned up all Con_Printf calls that were missing a \n |
blob | commitdiff | raw | diff to current |
2005-07-05 |
havoc | changed some things to size_t to reduce warnings on... |
blob | commitdiff | raw | diff to current |
2005-06-20 |
havoc | changed most Sys_Error calls to Con_Printf with appropr... |
blob | commitdiff | raw | diff to current |
2005-05-06 |
havoc | fix a misplaced variable |
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-11-25 |
havoc | removed some windows cruft (like scr_skipupdate, and... |
blob | commitdiff | raw | diff to current |
2004-11-25 |
havoc | changed Sys_Error to not put up a messagebox if in... |
blob | commitdiff | raw | diff to current |
2004-10-05 |
havoc | revised commandline option comments for better categori... |
blob | commitdiff | raw | diff to current |
2004-10-05 |
havoc | added COMMANDLINEOPTION comments for every commandline... |
blob | commitdiff | raw | diff to current |
2004-09-11 |
havoc | another attempt to fix quoted strings in windows comman... |
blob | commitdiff | raw | diff to current |
2004-09-10 |
havoc | fixed unterminated character constant in my last fix |
blob | commitdiff | raw | diff to current |
2004-09-10 |
havoc | fix quoted string parsing |
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-08-02 |
tomaz | Added CTRL+V paste into the console for win32 users. |
blob | commitdiff | raw | diff to current |
2004-07-14 |
black | -Added the preprocessor constant USE_DSOUND. |
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-04-16 |
havoc | make WinMain commandline parser handle quoted strings |
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-02 |
havoc | fix misplaced extern S_UnblockSound |
blob | commitdiff | raw | diff to current |
2004-02-02 |
havoc | winquake.h is gone, absorbed into the respective files... |
blob | commitdiff | raw | diff to current |
2004-02-01 |
havoc | changed Sys_Sleep from (void) to (int milliseconds... |
blob | commitdiff | raw | diff to current |
2003-10-13 |
black | Fixed windows input (bad,bad hack) |
blob | commitdiff | raw | diff to current |
2003-10-01 |
molivier | Mostly [v]sprintf -> [v]snprintf replacements, and... |
blob | commitdiff | raw | diff to current |
2003-05-25 |
havoc | merged dll handling code into sys_shared.c because... |
blob | commitdiff | raw | diff to current |
2003-05-25 |
havoc | Sys_Print added to handle the output of text to the... |
blob | commitdiff | raw | diff to current |
2003-05-23 |
havoc | cleaned up/simplified Sys_Error, now should never get... |
blob | commitdiff | raw | diff to current |
2002-11-08 |
havoc | Elric's changes: |
blob | commitdiff | raw | diff to current |
2002-09-24 |
havoc | fix a warning on argv |
blob | commitdiff | raw | diff to current |
2002-09-23 |
havoc | now uses VID_Shutdown instead of VID_SetDefaultMode... |
blob | commitdiff | raw | diff to current |
2002-08-21 |
molivier | Fixed GetModuleFileName call |
blob | commitdiff | raw | diff to current |
2002-08-21 |
havoc | this should fix the program name in com_argv[0], so... |
blob | commitdiff | raw | diff to current |
2002-08-20 |
havoc | got rid of host_parms |
blob | commitdiff | raw | diff to current |
2002-08-20 |
havoc | got rid of host_parms.argc and argv, now uses com_argc... |
blob | commitdiff | raw | diff to current |
2002-08-20 |
havoc | cleaned up and merged a lot of sys_*.c code into sys_sh... |
blob | commitdiff | raw | diff to current |
2002-08-20 |
havoc | sys_usetimegettime is now initialized at a place where... |
blob | commitdiff | raw | diff to current |
2002-08-15 |
havoc | only warn about time stepping backwards if it's more... |
blob | commitdiff | raw | diff to current |
2002-08-15 |
havoc | turned #define WIN32_USETIMEGETTIME into a cvar named... |
blob | commitdiff | raw | diff to current |
2002-08-04 |
havoc | fix mouse in win32, I had forgotten to update a lot... |
blob | commitdiff | raw | diff to current |
2002-07-08 |
havoc | if the OS returns a very bogus time (or it wrapped... |
blob | commitdiff | raw | diff to current |
2002-06-13 |
lordhavoc | Fixed major bug in time wrap code, would have not advan... |
blob | commitdiff | raw | diff to current |
2002-06-12 |
molivier | Removed an error when compiling with MSVC |
blob | commitdiff | raw | diff to current |
2002-06-09 |
lordhavoc | timer now simply returns same time twice if the time... |
blob | commitdiff | raw | diff to current |
2002-06-02 |
knghtbrd | A minor removal of a few pieces of dead code. Nothing... |
blob | commitdiff | raw | diff to current |
2002-02-27 |
lordhavoc | renamed byte to qbyte throughout engine to eliminate... |
blob | commitdiff | raw | diff to current |
2002-01-16 |
lordhavoc | rewrote memory system entirely (hunk, cache, and zone... |
blob | commitdiff | raw | diff to current |
2001-12-04 |
lordhavoc | rewrote RecursiveHullCheck, no longer gets stuck on... |
blob | commitdiff | raw | diff to current |
2001-10-29 |
lordhavoc | moved Sys_Printf and related code/data to sys_shared... |
blob | commitdiff | raw | diff to current |
2001-10-15 |
lordhavoc | Major update, been neglecting CVS for some time... |
blob | commitdiff | raw | diff to current |
2001-05-30 |
taniwha | oops, forgot to fix the Qread and Qwrite calls |
blob | commitdiff | raw | diff to current |
2001-05-30 |
taniwha | gzip support from quakeforge (QFile and friends). also... |
blob | commitdiff | raw | diff to current |
2001-05-26 |
lordhavoc | some whitespace changes |
blob | commitdiff | raw | diff to current |
2001-05-11 |
lordhavoc | ***map loader generates portals for the map*** (can... |
blob | commitdiff | raw | diff to current |
2001-04-20 |
lordhavoc | added newmap function to render modules (so explosions... |
blob | commitdiff | raw | diff to current |
2001-04-06 |
lordhavoc | optimized AngleVectors calls (pass NULL for vectors... |
blob | commitdiff | raw | diff to current |
2001-03-04 |
lordhavoc | rewrite of map texture loading (mainly to do with HL... |
blob | commitdiff | raw | diff to current |
2001-01-29 |
lordhavoc | got rid of Hunk_Alloc, all allocations now have a prope... |
blob | commitdiff | raw | diff to current |
2001-01-29 |
lordhavoc | every malloc/calloc/free converted to qmalloc/qfree... |
blob | commitdiff | raw | diff to current |
2000-12-09 |
lordhavoc | bmodel rotation physics now work |
blob | commitdiff | raw | diff to current |
2000-11-21 |
dabb | Borland C++ compile fix - works/compiles now. |
blob | commitdiff | raw | diff to current |
2000-11-17 |
lordhavoc | disabled Sys_PageIn for quicker startup (whether this... |
blob | commitdiff | raw | diff to current |
2000-10-15 |
lordhavoc | Gigantic commit - dlight system rewritten |
blob | commitdiff | raw | diff to current |
2000-09-18 |
lordhavoc | removal of various id386 junk |
blob | commitdiff | raw | diff to current |
2000-09-06 |
lordhavoc | Linux GLX, a lot of code shrinkage/cleanup, assembly... |
blob | commitdiff | raw | diff to current |
2000-08-23 |
lordhavoc | Too many fixes to mention. (sys_ticrate now controls... |
blob | commitdiff | raw | diff to current |
2000-08-22 |
lordhavoc | Initial revision |
blob | commitdiff | raw | diff to current |
|