]> icculus.org git repositories - divverent/darkplaces.git/history - cl_demo.c
reorganized rgbgen/alphagen/tcgen fields into their own structs to clean
[divverent/darkplaces.git] / cl_demo.c
2007-05-20 divverentnew option -capturedemo to capture a demo to an AVI...
2007-05-16 havocchanged 1-frame warm-up period to 3 frames before time...
2007-03-30 havocmake timedemo and -benchmark use srand(0) to get more...
2007-03-16 havocfixed cl_autodemo
2007-03-12 havocremoved -demolooponly commandline option as it did...
2007-02-16 havocthe record command now disconnects you if starting...
2007-01-23 havocchanged the not-very-useful min/avg/max part of timedem...
2007-01-12 havocchanged Cmd_AddCommand to only work for console command...
2006-05-25 havocfix playback of demos after playing on a quakeworld...
2006-04-18 havocrewrote timing code, now a much better and very differe...
2006-02-18 havoccall NetConn_UpdateSockets instead of NetConn_ClientFra...
2006-02-11 havocremoved crash parameter from Host_ShudownServer, elimin...
2005-11-23 havoccleaned up many text buffer sizes throughout the engine...
2005-07-05 havocadded a 64bif fs_offset_t type to clean up most of...
2005-07-05 havocmore size_t
2005-06-13 tomazadded -demo and -demolooponly options. -demo starts...
2005-03-09 havoccl_capturevideo_raw* modes now use O_NONBLOCKING file...
2005-01-19 molivier- Got rid of all the FILE* stuff in the FS code, relyin...
2005-01-13 havocremoved a SCR_BeginLoadingPlaque when starting to play...
2004-12-19 havocremoved videosync code from timedemo
2004-12-18 tomazDisabled vsync when doing a timedemo.
2004-09-14 havocPROTOCOL_DARKPLACES5
2004-09-11 havocapparently M_ToggleMenu_f is not what to call... Call_...
2004-09-11 havocfix undefined function warning
2004-09-11 havocmake CL_NextDemo put up menu if there's no demo to...
2004-06-24 molivierDP now handles correctly demos containing "svc_disconne...
2004-04-08 molivierAdded a "log_file" cvar to control the log file name...
2004-04-05 havocfixed very annoying '5 second timeout' bug in Host_Shut...
2004-03-10 havocadded -benchmark commandline option
2004-03-10 havocadded Print versions of Printf functions and made all...
2004-02-21 havoctimedemo now also prints min/avg/max fps
2004-02-21 havocrate limited networking ("rate" command in client conso...
2003-10-17 havocread multiple frames from demo if client is falling...
2003-09-30 molivierLots of str[n]cat, str[n]cpy, and [v]sprintf have been...
2003-09-19 havocfinished a lot of little todo items, mostly regarding...
2003-06-27 havocfix timedemos (it was not starting the timer because...
2003-06-22 havocThis is the network rewrite I've been working on for...
2003-04-18 havocFixed bug in record command (it was running a map comma...
2003-03-21 havocThis is a patch from Elric greatly cleaning up the...
2003-02-10 havocMAX_EDICTS has changed to 32768. Yes this is madness...
2002-09-05 havocyou can now (try to) play in maps you don't have, and...
2002-09-02 havocyou can now open/close the console independently of...
2002-06-02 knghtbrdA minor removal of a few pieces of dead code. Nothing...
2002-03-01 lordhavocreenabled loading plaques (and cleaned up that code...
2002-01-16 lordhavocrewrote memory system entirely (hunk, cache, and zone...
2001-12-04 lordhavocrewrote RecursiveHullCheck, no longer gets stuck on...
2001-05-30 taniwhagzip support from quakeforge (QFile and friends). also...
2001-05-11 lordhavoc***map loader generates portals for the map*** (can...
2001-04-06 lordhavocoptimized AngleVectors calls (pass NULL for vectors...
2000-08-23 lordhavocToo many fixes to mention. (sys_ticrate now controls...
2000-08-22 lordhavocInitial revision