Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/chronos
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2004-02-28 16:18:47 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2004-02-28 16:18:47 (GMT)
commit060d9b52d19aac8a6c7d82120b108c7c912175e9 (patch)
tree63a95b1275247c7e5d889091ab5826e4c33108ba /boards/chronos
parenta328823fe6023a3329897c58ab8a95c7f7f62c55 (diff)
added transportation levels added transportation created. created by Bruno
* boards/chronos.xml.in: added transportation levels * boards/chronos/Makefile.am: added transportation * boards/chronos/images/README: created. * boards/chronos/images/vicking_boat.png: created by Bruno coudoin. Released under the GPL. * boards/dataset/mrpatate.xml: added the viking boat * boards/gletters/README: created bt Yan Seiner * boards/redraw_symmetrical.xml.in: reset the name. I have a problem with the web site generation here. the name field was supose to be used for web generation and was set to the file name. It has changed for python. need to find a way to fix that. Most important is that the game works. * src/boards/shapegame.c: (create_title), (add_xml_shape_to_data): added a black shadow under the text. Fixed title alignment. * src/gcompris/help.c: (gcompris_help_start), (set_content), (item_event_help): changed to use the rich text item. Now the line wrapping is done automatically.
Diffstat (limited to 'boards/chronos')
-rw-r--r--boards/chronos/Makefile.am7
-rw-r--r--boards/chronos/images/README3
-rw-r--r--boards/chronos/images/viking_boat.pngbin0 -> 3206 bytes
3 files changed, 9 insertions, 1 deletions
diff --git a/boards/chronos/Makefile.am b/boards/chronos/Makefile.am
index 0547af4..bdafde9 100644
--- a/boards/chronos/Makefile.am
+++ b/boards/chronos/Makefile.am
@@ -3,7 +3,12 @@ xmldir = $(pkgdatadir)/@PACKAGE_DATA_DIR@/chronos
xml_in_files = \
board1_0.xml.in \
- board2_0.xml.in
+ board2_0.xml.in \
+ board3_0.xml.in \
+ board3_1.xml.in \
+ board3_2.xml.in \
+ board3_3.xml.in \
+ board3_4.xml.in
xml_DATA = $(xml_in_files:.xml.in=.xml)
diff --git a/boards/chronos/images/README b/boards/chronos/images/README
new file mode 100644
index 0000000..acb04f7
--- /dev/null
+++ b/boards/chronos/images/README
@@ -0,0 +1,3 @@
+Moon photo comes from NASA
+Space sounds from Tuxpaint and Vegastrike.
+viking_boat created by Bruno coudoin with OODraw. Released under GPL.
diff --git a/boards/chronos/images/viking_boat.png b/boards/chronos/images/viking_boat.png
new file mode 100644
index 0000000..3a212d5
--- /dev/null
+++ b/boards/chronos/images/viking_boat.png
Binary files differ