r7321 - trunk/darkplaces

divverent at icculus.org divverent at icculus.org
Sun May 20 10:59:03 EDT 2007


Author: divverent
Date: 2007-05-20 10:59:03 -0400 (Sun, 20 May 2007)
New Revision: 7321

Modified:
   trunk/darkplaces/cl_demo.c
   trunk/darkplaces/cl_main.c
   trunk/darkplaces/cl_screen.c
   trunk/darkplaces/cl_screen.h
   trunk/darkplaces/client.h
   trunk/darkplaces/host.c
   trunk/darkplaces/host_cmd.c
Log is attached.
new option -capturedemo to capture a demo to an AVI file;
new cvars cl_capturevideo_width, cl_capturevideo_height to scale down video capture
when capturing >1GB, don't write an index chunk (in that case, an ix00/ix01 chunk has to be written, but that's not yet implemented)
when capturing, write a "dmlh" header to store the total number of frames, and store the partial number of frames in the "avih" header, as specified by OpenDML
when capturing, store the aspect ratio in a "vprp" header chunk (OpenDML)
make Host_Quit_f do nothing when already quitting (fixes "quit" issue while playing back a demo); note that Host_Quit_f is only used by the console and by -benchmark/-demo/-capturedemo


-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 20070520.145903.diff
URL: <http://icculus.org/pipermail/twilight-commits/attachments/20070520/419bcace/attachment.diff>


More information about the twilight-commits mailing list