=== Demo Manager v3.3 beta

Description:
	This mod is a slightly modified version of UsAaR33's Demo Manager v3.0. I wrote it because certain demos
	crashed because of UTDC while others didn't really look right because of changes in the latest versions
	of UTPure.
	
	While I was fixing the UTDC and UTPure issues, I've changed/fixed some small things that UsAaR33 might
	have missed.
	
Known issues:	
	* Some messages are displayed twice in the console (broadcasted messages etc)	
	* ...	

Changes:
v3.3 beta - build 2009/07/10:
	* [ADDED]   : You can now disable autorecording while spectating trough a checkbox in the auto-record tab
	* [FIXED]   : Extreme lag during demo playback (test this please)
	* [FIXED]   : Level Time going out of sync after seeking (experimental! please test!)
	* [FIXED]   : Missing hudmessages
	* [FIXED]   : Small bugs in invisible flag fix	
	
v3.3 beta - build 2009/06/24:
	* [FIXED]   : Invisible flags in CTF based games
	* [FIXED]   : Downloader for missing packages either crashing or not working
	* [FIXED]   : UT crashing while seeking (using the seekto command). While fixing this bug I've also
		      been able to speed up the seeking.
	* [FIXED]   : UT crashing when trying to view a second demo after finishing the first
	* [FIXED]   : Error while closing down UT after viewing a demo
	* [FIXED]   : Windows x64 crashes in the illegal actor cleanup routine	
	* [CHANGED] : Rewrote several parts of the udemo dll for three reasons:
		      + The original dll did not compile using Visual Studio .Net
		      + Some functions were very prone to crashes (such as the UZ Downloader/Seekto functions)
		      + Some functions were not entirely platform independant
		      As a result of these rewrites, Demo Manager now compiles correctly on Linux. Unfortunately
		      Linux UT does crash while loading Demo Manager, I am currently trying to track down the cause
		      but I can't promise that I will get it to work	
	
v3.2 beta - build 2009/05/20:
	* [FIXED]   : ServerInfo (F2) not showing
	* [ADDED]   : You can now type "togglestats" in console to show the smartctf scoreboard (only works for 4D)
	
v3.2 beta - build 2007/01/27:
	* [FIXED]   : The camera would sometimes start shaking for no reason (eg: while ducking)

v3.2 beta - build 2007/01/05:
	* [FIXED]   : Weaponshow in demos recorded on UTPure7G servers
	* [FIXED]   : Some issues with the viewrotation calculation. As a result of this fix, 
	              the screen will no longer "roll" while watching someone ineyes in a 3rd person
	              demo (someone other than the demorecorder ofcourse...)
	* [ADDED]   : Some minor tweaks to the demoplaybackspec code
	
v3.2 beta:
	* [CHANGED] : Moved the illegal actor destroying routine to the native side (dll)
	* [FIXED]   : UTDC crashes in serverside demos

v3.1:
	* [ADDED]   : Option to destroy illegal actors (such as the UTDC native check that crashes demos, see (*) for details)
	* [FIXED]   : Fixed Scoreboard and HUD problems in 3rd person demos (Pure7G related)
	* [FIXED]   : Fixed Camera cycling problems in 3rd person demos (Pure7G related)
	* [CHANGED] : Cleaned up big parts of the code	

Extra notes:

(*) As most people know, UTDC v1.7+ crashed clientside demos. The reason was that UTDC tried to perform checks
on the viewer of the demo. A lot of mods do this (including AnthChecker) but it does cause crashes/problems
sometimes. Demo Manager v3.1 (and up) includes a routine that allows you to safely destroy the classes that perform
these checks. In order to use this routine you must first install Demo Manager correctly (see OriginalInstall.txt
for details). After the installation you can add illegal actors to the [udemo.UDemoInterface] section of udemo.ini.

If for example you wish to prevent AnthChecker from running while watching a demo, you can change the second line
so that it reads:

IllegalActors[1]="ACReplicationInfo"

(**) Azura added the fixes of demo manager v3.1 to Poema's "Movie Demo Manager".
See http://www.unrealadmin.org/forums/showthread.php?t=14014 for more details.

Enjoy
-- AnthraX