1
0
forked from 0ad/0ad
0ad/binaries/system
Ykkrosh 0d6882dad2 # Fix the actor viewer in Atlas.
Delete the old standalone actor viewer.
Import some terrain textures that are useful for tools.
Fixes #483.

This was SVN commit r7428.
2010-04-03 11:07:42 +00:00
..
aken64.sys recompile of aken 2007-06-17 10:29:52 +00:00
aken64d.sys recompile of aken 2007-06-17 10:29:52 +00:00
aken.sys recompile of aken 2007-06-17 10:29:52 +00:00
akend.sys recompile of aken 2007-06-17 10:29:52 +00:00
Atlas.bat Hide console window when launching atlas and actor viewer. 2008-07-13 04:57:16 +00:00
AtlasUI.dll.2.config hopefully final fix for vc8sp1 breakage 2007-05-13 02:01:08 +00:00
Microsoft.VC80.CRT.manifest CRT files from VC8SP1 as a further fix to michael's bug report 2007-05-11 20:10:17 +00:00
Microsoft.VC80.DebugCRT.manifest debug CRT from vc8sp1 2007-05-15 13:10:12 +00:00
Microsoft.VC90.CRT.manifest add vc90* libs in case anyone wants to use vs2008 2008-07-12 14:28:36 +00:00
Microsoft.VC90.DebugCRT.manifest add vc90* libs in case anyone wants to use vs2008 2008-07-12 14:28:36 +00:00
Microsoft.VC90.DebugOpenMP.manifest add vc90* libs in case anyone wants to use vs2008 2008-07-12 14:28:36 +00:00
Microsoft.VC90.OpenMP.manifest add vc90* libs in case anyone wants to use vs2008 2008-07-12 14:28:36 +00:00
Quickstart.bat Added quickstart script. 2008-08-08 05:13:59 +00:00
readme.txt Clean up some SVN properties. 2010-03-26 11:30:49 +00:00
RebuildRandomMaps.bat Initial commit of GUI changes. You're not liable to see much difference (in fact, there's probably less functionality than there used to be). 2006-02-27 23:37:43 +00:00

COMMAND LINE OPTIONS:
	
-autostart=MAP	load the file 'MAP' instead of showing the main menu
-buildarchive	?
-conf:KEY=VALUE	set a config value (overrides the contents of system.cfg)
-entgraph		?
-fixedframe		enable fixed frame timing; ?
-g=F			set the gamma correction to 'F' (default 1.0)
-listfiles		?
-profile=NAME	?
-quickstart		load faster (disables audio and some system info logging)
-shadows		enable shadows
-vsync			enable VSync, i.e. lock FPS to monitor refresh rate
-xres=N			set screen X resolution to 'N'
-yres=N			set screen Y resolution to 'N'

-editor			launch the Atlas scenario editor
-actorviewer	when combined with -editor, launch the Actor Viewer tool


Windows-specific:
-wQpcTscSafe	allow timing via QueryPerformanceCounter despite the fact
				that it's using TSC and it may be unsafe. has no effect if
				a better timer (i.e. the HPET) is available.
				should only be specified if:
				- you are sure your system does not engage in
				  thermal throttling (including STPCLK) OR
				- an "RDTSC patch" is installed
				this flag is also useful if all other alternatives are worse
				than a potentially risky or slightly broken TSC-based QPC.

-wNoMahaf		prevent any physical memory mapping or direct port I/O.
				this disables all ACPI-related code and thus some of the
				timer backends. specify this if problems are observed with
				one of the abovementioned subsystems.