[Super-tux-commit] supertux Makefile.am,1.3,1.4 NEWS,1.6,1.7 README,1.4,1.5 TODO,1.22,1.23
Brought to you by:
wkendrick
From: Ingo R. <gr...@us...> - 2004-05-02 22:40:46
|
Update of /cvsroot/super-tux/supertux In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28708 Modified Files: Makefile.am NEWS README TODO Log Message: - small bugfixes in README and Co Index: README =================================================================== RCS file: /cvsroot/super-tux/supertux/README,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- README 28 Apr 2004 12:15:42 -0000 1.4 +++ README 2 May 2004 22:40:37 -0000 1.5 @@ -47,7 +47,7 @@ AUTHORS - Credits for people that contributed to the creation of SuperTux. - CHANGES - Changes since the previous versions of "SuperTux" + NEWS - Changes since the previous versions of "SuperTux" COPYING - The GNU Public License, which "SuperTux" is liscensed under. INSTALL - Instructions on requirements, compiling and installing. Index: NEWS =================================================================== RCS file: /cvsroot/super-tux/supertux/NEWS,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- NEWS 12 Apr 2004 01:29:36 -0000 1.6 +++ NEWS 2 May 2004 22:40:37 -0000 1.7 @@ -1,9 +1,15 @@ -Super Tux 0.0.7 ( ) -=========================== +Super Tux 0.1.0 (3 May 04) +========================== + * completly new graphics + * a basic storyline + * new enemies + * new music + * a worldmap + * 26 fully playable levels + * configurable joystick and keyboard support * new s-expr based file-format - * converter script for levels (levelconverter-0.0.6_0.0.7.py) - * experimental worldmap code - * switched to C++ + * converter script for old levels (levelconverter-0.0.6_0.0.7.py) + * switched completly to C++ * automagic detection of the datafile location, no more requirement to run 'make install' * Win32 port Index: Makefile.am =================================================================== RCS file: /cvsroot/super-tux/supertux/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.am 2 May 2004 18:47:06 -0000 1.3 +++ Makefile.am 2 May 2004 22:40:37 -0000 1.4 @@ -1,5 +1,5 @@ SUBDIRS = src data -EXTRA_DIST = contrib/levelconvert.py TODO +EXTRA_DIST = LEVELDESIGN TODO contrib/levelconverter-0.0.6_0.0.7.py # EOF # Index: TODO =================================================================== RCS file: /cvsroot/super-tux/supertux/TODO,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- TODO 2 May 2004 22:29:55 -0000 1.22 +++ TODO 2 May 2004 22:40:37 -0000 1.23 @@ -2,7 +2,7 @@ - To do for Milestone1 - http://super-tux.sf.net/ -Last update: April 26, 2004 +Last update: May 3, 2004 These are mostly bugs: |