dxx-rebirth/similar/misc
Kp 07869d9dba Add automatic demo recording
Various users want automatic demo recording.  Add new command line options:
	-auto-record-demo	start recording on level entry
	-record-demo-format	set demo name automatically

For -record-demo-format, specify a template containing any mix of strftime
insertions, variable insertions, and literal text.  As a special case, specify
"." to use the builtin template "%Y%m%d.%H%M%S-$p-$m".  Most users should use
".".  Supported variables:
	$p	name of pilot recording the demo
	$m	name of msn/mn2 file played

Suggested by jeffersoncarpenter in https://github.com/dxx-rebirth/dxx-rebirth/pull/33, but implemented by vLKp.
2015-02-28 19:36:02 +00:00
..
args.cpp Add automatic demo recording 2015-02-28 19:36:02 +00:00
hash.cpp Replace hashtable with std::map 2014-08-02 00:46:56 +00:00
physfsx.cpp Pass PHYSFSX_* file extensions as counted array 2015-02-14 22:48:28 +00:00