]> git.xonotic.org Git - xonotic/darkplaces.git/history - cl_demo.c
Add a proper README with build instructions and links to the available chats. To...
[xonotic/darkplaces.git] / cl_demo.c
2021-05-14 cloudwalkclient: Add SV_Shutdown hook and remove all direct...
2021-05-14 cloudwalkcl_demo: Move demo playback functionality to a separate...
2021-04-20 cloudwalkcmd: Merge cmd_client and cmd_server into cmd_local... 97/merge
2021-03-09 cloudwalkcmd: Dynamically allocate the command interpreters
2020-11-30 cloudwalkcl_demo: Fix demo loop playback bugs. Should behave...
2020-11-09 cloudwalkRevert "cmd: Merge cmd_server and cmd_client into cmd_l...
2020-10-27 cloudwalkcmd: Merge cmd_server and cmd_client into cmd_local...
2020-10-05 cloudwalkhost: Add two hooks for disconnecting and toggling...
2020-09-29 cloudwalkhost: Make Host_Quit_f static. Avoid calling it directly.
2020-09-17 cloudwalkUnify the command and cvar flags, under the CF_ prefix.
2020-09-17 cloudwalkRename qboolean to qbool
2020-09-08 cloudwalkRename COM_CheckParm to Sys_CheckParm and move it to...
2020-09-07 cloudwalkRename src_command to src_local, to clarify its meaning
2020-08-09 cloudwalkcmd: Reimplement console buffer system as a cyclic...
2020-07-13 cloudwalkhost: Add "restless" variable to host_t. True means...
2020-06-30 cloudwalkAdd EOF newlines
2020-06-27 cloudwalkRemove Con_Warnf and Errorf. Use macros to change color...
2020-06-22 cloudwalk(Round 2) Break up host_cmd.c
2020-06-22 cloudwalkFirst massive rename and move
2020-06-18 cloudwalkOrganize system and host globals into structs. Implemen...
2020-05-25 cloudwalkImplement Con_Error(f) and Con_Warn(f), error and warni...
2020-01-22 havoccvars are now instanced in &cvars_all as a tracking...
2020-01-21 havocSplit the global cmd interpreter into 4 separate ones...
2020-01-09 havocCorrected names in credits to be more accurate and...
2017-09-22 divverentFix bug with demo time
2013-08-03 divverentFix name of CONFIG_VIDEO_CAPTURE macro.
2013-08-03 divverentRevert "Revert "Build in subdirs"", as the issues seem...
2013-01-10 havocpatch from roboman2444 :
2012-03-09 havocpatch from Klaus Silveira cleaning up several inefficie...
2011-11-13 havocfix C++ compile error (missing cast)
2011-11-12 divverent-benchmarkruns: show a report of min/median/max of...
2011-10-27 divverent-demo and -capturedemo: don't quit if loading another...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-17 havocadded sv_threaded cvar, the server can now be moved...
2010-09-07 divverentnew option -benchmarkruns - if specified, the given...
2010-05-04 divverentdemo deleting: switch the meaning of the values 2 and...
2010-05-02 divverentAdd QC/cfg facilities to control deletion of automatica...
2010-01-31 havocfix a bunch of warnings
2008-09-04 havocsplit FS_Open into FS_OpenRealFile and FS_OpenVirtualFi...
2008-08-24 divverentfix Sajt's errors (in Visual Studio, I assume) in a...
2008-08-24 sajtfix some errors and warnings
2008-08-11 divverentdemo recording: stuff csprogs.dat files into .dem files...
2008-06-17 havocfixed all VS2005 deprecated function warnings
2008-02-28 havocreworked min/avg/max fps report in timedemo, now works...
2008-02-04 havochuge audit of dprints throughout engine, all notices...
2008-01-28 divverentnote to myself: skipping over data works better if...
2008-01-28 divverentadd a DEMOMSG_CLIENT_TO_SERVER flag to demos (0x8000000...
2008-01-24 havocchanged timedemo one-second stats to sync to cl.time...
2007-12-20 havocminor cleanup of timedemo code
2007-12-20 havocfix miscounting of timedemo frames on cold/warm runs...
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...
next