crystalspace (1.4.0+dfsg-4) default_walktest_parallaxtest.diff

Summary

 data/config-app/walktest.cfg                        |    2 +-
 docs/html/manual/Walktest-Command-Line-Options.html |    4 ++--
 docs/html/manual/Walktest-Getting-Started.html      |    2 +-
 docs/texinfo/running/walktest.txi                   |    6 +++---
 4 files changed, 7 insertions(+), 7 deletions(-)

    
download this patch

Patch contents

Description: use parallaxtest as default map for walktest.
Origin: Devid Antonio Filoni <d.filoni@ubuntu.com>
Index: crystalspace/data/config-app/walktest.cfg
===================================================================
--- crystalspace.orig/data/config-app/walktest.cfg	2009-11-28 17:16:01.000000000 +0100
+++ crystalspace/data/config-app/walktest.cfg	2010-08-14 20:37:44.148945002 +0200
@@ -1,5 +1,5 @@
 ; Start world file
-Walktest.Settings.WorldFile = castle
+Walktest.Settings.WorldFile = parallaxtest
 
 ; NB1: An entry in the plug-in list looks like this:
 ;
Index: crystalspace/docs/html/manual/Walktest-Command-Line-Options.html
===================================================================
--- crystalspace.orig/docs/html/manual/Walktest-Command-Line-Options.html	2009-11-28 17:12:12.000000000 +0100
+++ crystalspace/docs/html/manual/Walktest-Command-Line-Options.html	2010-08-14 20:38:52.980945002 +0200
@@ -66,8 +66,8 @@ is given as a full <small>VFS</small> pa
 directory is loaded.
 </p>
 <p>If there is no initial <tt>&lsquo;/&rsquo;</tt> character, <tt>&lsquo;/lev/&rsquo;</tt> is stuck on the front.
-If there is no map specified at all, <tt>&lsquo;/lev/castle&rsquo;</tt> is assumed, so the
-default map is <tt>&lsquo;/lev/castle/world&rsquo;</tt>.  (This is almost true <small class="dots">...</small> the
+If there is no map specified at all, <tt>&lsquo;/lev/parallaxtest&rsquo;</tt> is assumed, so the
+default map is <tt>&lsquo;/lev/parallaxtest/world&rsquo;</tt>.  (This is almost true <small class="dots">...</small> the
 default path is specified in <tt>&lsquo;/data/config/walktest.cfg&rsquo;</tt>).
 </p>
 <p>Many of these command line options are of specialised or limited use.
Index: crystalspace/docs/html/manual/Walktest-Getting-Started.html
===================================================================
--- crystalspace.orig/docs/html/manual/Walktest-Getting-Started.html	2009-11-28 17:12:13.000000000 +0100
+++ crystalspace/docs/html/manual/Walktest-Getting-Started.html	2010-08-14 20:39:20.284945001 +0200
@@ -63,7 +63,7 @@ ul.toc {list-style: none}
 
 <p>Walktest is probably the first program to run once you have compiled Crystal
 Space.  It takes a set of command line options, and the name of a map to open.
-By default, it will open the <tt>&lsquo;/lev/castle&rsquo;</tt> directory.
+By default, it will open the <tt>&lsquo;/lev/parallaxtest&rsquo;</tt> directory.
 </p>
 <p>If this is the first time running Walktest (or any Crystal Space application),
 you will need to recalculate the lightmaps for the level.  The option
Index: crystalspace/docs/texinfo/running/walktest.txi
===================================================================
--- crystalspace.orig/docs/texinfo/running/walktest.txi	2009-11-28 17:12:20.000000000 +0100
+++ crystalspace/docs/texinfo/running/walktest.txi	2010-08-14 20:40:04.456945001 +0200
@@ -29,7 +29,7 @@ debugging and other strange commands ava
 
 Walktest is probably the first program to run once you have compiled Crystal
 Space.  It takes a set of command line options, and the name of a map to open.
-By default, it will open the @file{/lev/castle} directory.
+By default, it will open the @file{/lev/parallaxtest} directory.
 
 If this is the first time running Walktest (or any Crystal Space application),
 you will need to recalculate the lightmaps for the level.  The option
@@ -81,8 +81,8 @@ is given as a full @sc{vfs} path, the ma
 directory is loaded.
 
 If there is no initial @file{/} character, @file{/lev/} is stuck on the front.
-If there is no map specified at all, @file{/lev/castle} is assumed, so the
-default map is @file{/lev/castle/world}.  (This is almost true @dots{} the
+If there is no map specified at all, @file{/lev/parallaxtest} is assumed, so the
+default map is @file{/lev/parallaxtest/world}.  (This is almost true @dots{} the
 default path is specified in @file{/data/config/walktest.cfg}).
 
 Many of these command line options are of specialised or limited use.