0ad/source
Ykkrosh 207d54e825 # Added command-line launching of mods.
Run with "-mod=official" for the default behaviour (same as specifying
nothing), and with "-mod=official -mod=antigravity -mod=starwars" to
load multiple mods (with the later-mentioned ones having a higher
priority than the earlier ones).
Added "_test.minimal" mod which can be used instead of "official" - it
provides just enough for the actor viewer to run, plus one unit skin.
Added test script for the COLLADA converter, which converts the models
and creates some actors in a "_test.collada" mod. Then the actor viewer
can be run with _test.minimal + _test.collada, to see if it's working
correctly.

This was SVN commit r4690.
2006-12-09 15:47:12 +00:00
..
collada # Added command-line launching of mods. 2006-12-09 15:47:12 +00:00
graphics Undid my previous attempt to increase cull frustum, since it degraded shadow quality. 2006-12-09 02:30:19 +00:00
gui # Fixed string handling for Windows/Linux compatibility. 2006-11-07 21:03:13 +00:00
i18n Actor Viewer: Added controls for wireframe, background colour, move-when-walking. Reduced CPU usage when 'playing' things with no animation. 2006-09-26 01:44:20 +00:00
lib # Changed handling of command-line arguments. 2006-12-09 14:39:52 +00:00
maths GCC compatibility (fixed CStr.h case, got rid of a few warnings) 2006-10-20 01:06:43 +00:00
network # Made Atlas compile on linux 2006-11-12 04:02:36 +00:00
pch # move ps/Network into top level project (and static lib). 2006-08-26 20:25:37 +00:00
ps # Added command-line launching of mods. 2006-12-09 15:47:12 +00:00
renderer # Changed handling of command-line arguments. 2006-12-09 14:39:52 +00:00
scripting Added a hotkey to toggle rendering of territory outlines. (Currently "T"). 2006-12-05 02:08:52 +00:00
simulation # Fixes for GCC 2006-11-29 23:37:10 +00:00
sound # Made Atlas compile on linux 2006-11-12 04:02:36 +00:00
tools # Changed handling of command-line arguments. 2006-12-09 14:39:52 +00:00
main.cpp # Changed handling of command-line arguments. 2006-12-09 14:39:52 +00:00