[Super-tux-commit] htdocs download.xml,1.6,1.7 screenshots.xml,1.2,1.3
Brought to you by:
wkendrick
From: Ingo R. <gr...@us...> - 2004-05-03 19:30:23
|
Update of /cvsroot/super-tux/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10807 Modified Files: download.xml screenshots.xml Log Message: - more screenshots Index: screenshots.xml =================================================================== RCS file: /cvsroot/super-tux/htdocs/screenshots.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- screenshots.xml 2 May 2004 13:26:13 -0000 1.2 +++ screenshots.xml 3 May 2004 19:29:43 -0000 1.3 @@ -21,6 +21,20 @@ <screenshot file="images/game3-010" /> <screenshot file="images/game4-010" /> </center> + + <subsubsection title="Flexlay"> + <p> + Flexlay is the editor that was used to build most of the + levels in Milestone1 and the Worldmap. It provides a few + more features than the build in one (zoom, minimap, worldmap + support), but requires a few more dependencies and OpenGL on + the other side. + </p> + <center> + <screenshot file="images/flexlay-1" /> + <screenshot file="images/flexlay-2" /> + </center> + </subsubsection> </subsection> <subsection title="SuperTux 0.0.6"> Index: download.xml =================================================================== RCS file: /cvsroot/super-tux/htdocs/download.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- download.xml 3 May 2004 15:40:22 -0000 1.6 +++ download.xml 3 May 2004 19:29:43 -0000 1.7 @@ -1,6 +1,6 @@ <?xml version="1.0"?> <page title="SuperTux"> - <section title="Download"> + <section title="SuperTux Download"> <subsection title="SuperTux (Milestone1) 0.1.0 - May 2, 2004"> <ul> <li>Source: <a href="http://pingus.seul.org/~grumbel/tmp/supertux-0.1.0.tar.bz2">supertux-0.1.0.tar.bz2</a></li> @@ -26,4 +26,22 @@ </subsection> </section> + <section title="Flexlay Editor Download"> + <p> + There exist two leveleditors for SuperTux, the build in one + that comes with SuperTux and is available via the InGame Menu + (not present in 0.1.0, but will be included again in 0.1.1) + and the external one, which is known as Flexlay. Flexlay is a + seperate project with no webpage yet, however its available + via Subversion from: + </p> + <p> + <tt>svn co "svn://clanlib.org/Games/Windstille/trunk/flexlay/</tt> + </p> + + <p> + It needs <a href="http://www.clanlib.org">ClanLib-0.7-CVS</a> + and Guile to compile. + </p> + </section> </page> |