Update of /cvsroot/super-tux/supertux
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8553
Modified Files:
Makefile.am TODO configure.ac
Log Message:
- added lispreader issue to todo
- changed version number
Index: configure.ac
===================================================================
RCS file: /cvsroot/super-tux/supertux/configure.ac,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- configure.ac 26 Apr 2004 20:46:44 -0000 1.20
+++ configure.ac 2 May 2004 18:47:06 -0000 1.21
@@ -12,10 +12,10 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.54])
-AC_INIT(SuperTux, 0.1.0pre1)
+AC_INIT(SuperTux, 0.1.0)
AC_CONFIG_SRCDIR([src/supertux.cpp])
AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE(dist-bzip2)
SDL_VERSION=1.2.4
Index: Makefile.am
===================================================================
RCS file: /cvsroot/super-tux/supertux/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.am 14 Mar 2004 16:59:38 -0000 1.2
+++ Makefile.am 2 May 2004 18:47:06 -0000 1.3
@@ -1,4 +1,5 @@
SUBDIRS = src data
-# EOF #
+EXTRA_DIST = contrib/levelconvert.py TODO
+# EOF #
Index: TODO
===================================================================
RCS file: /cvsroot/super-tux/supertux/TODO,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- TODO 2 May 2004 16:08:21 -0000 1.19
+++ TODO 2 May 2004 18:47:06 -0000 1.20
@@ -8,7 +8,8 @@
Todo
----
-
+- change lispreader to throw exceptions instead of simply assert() on
+ syntax error
- tux sometimes makes short jumps in the endsequence, mostly when
going through the goal with a small jump, might be old_up related
- fadein/out for intro/extro would be nice
|