[Tux4kids-commits] r1625 - in tuxtype/trunk: data/scripts src
David Bruce
dbruce-guest at alioth.debian.org
Thu Oct 29 14:35:28 UTC 2009
Author: dbruce-guest
Date: 2009-10-29 14:35:27 +0000 (Thu, 29 Oct 2009)
New Revision: 1625
Modified:
tuxtype/trunk/data/scripts/Makefile.am
tuxtype/trunk/src/scripting.c
Log:
Update autotools to reflect removal of sample xml file.
Modified: tuxtype/trunk/data/scripts/Makefile.am
===================================================================
--- tuxtype/trunk/data/scripts/Makefile.am 2009-10-28 15:50:23 UTC (rev 1624)
+++ tuxtype/trunk/data/scripts/Makefile.am 2009-10-29 14:35:27 UTC (rev 1625)
@@ -16,7 +16,6 @@
dist_scripts_DATA = projectInfo.xml \
cascade.xml \
laser.xml \
- 00_Scripting_Sample.xml \
basic_lesson_01.xml \
basic_lesson_02.xml \
basic_lesson_03.xml \
Modified: tuxtype/trunk/src/scripting.c
===================================================================
--- tuxtype/trunk/src/scripting.c 2009-10-28 15:50:23 UTC (rev 1624)
+++ tuxtype/trunk/src/scripting.c 2009-10-29 14:35:27 UTC (rev 1625)
@@ -109,7 +109,10 @@
}
/* This is the function that allows the user */
-/* to select a lesson from the menu. */
+/* to select a lesson from the menu. */
+/* FIXME we ought to display descriptive titles from the lessons, */
+/* rather than just the filenames. We also should consider a */
+/* "gold stars" system like in TuxMath - DSB */
int XMLLesson(void)
{
SDL_Surface* titles[MAX_LESSONS] = {NULL};
More information about the Tux4kids-commits
mailing list