Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/maze.xml.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2002-11-11 23:49:31 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2002-11-11 23:49:31 (GMT)
commitad9e34265c684235370c42ef8dc9cac4d3293ad9 (patch)
treeee4beff2da26915cfef75bc107419c1d3a804259 /boards/maze.xml.in
parent24e9afc82c5ee76b70a57f3c89bdfe4bb447e630 (diff)
added maze 3D added maze 2D force added gnuchess requirement updated added
* boards/fun.xml.in: added maze 3D * boards/maze.xml.in: added maze 2D force * gcompris.spec.in: added gnuchess requirement * po/POTFILES.in: updated * src/boards/algebra.c: (key_press), (get_operand), (init_operation): added backspace support * src/boards/chess.c: (start_board), (chess_create_item), (item_event), (engine_local_cb), (write_child): now works with gnuchess 5 only * src/boards/maze.c: Christof Petig <christof@petig-baender.de> implemented a 3D mode * src/boards/reversecount.c: (process_ok), (reversecount_create_item): Changed the tux to a top view 4 direction one * src/gcompris/soundutil.c: (scheduler), (gcompris_play_ogg): removed comments
Diffstat (limited to 'boards/maze.xml.in')
-rw-r--r--boards/maze.xml.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/boards/maze.xml.in b/boards/maze.xml.in
index 17987c4..08aad2c 100644
--- a/boards/maze.xml.in
+++ b/boards/maze.xml.in
@@ -3,6 +3,7 @@
<Board
name="maze"
type="maze"
+ mode="2D"
icon="boardicons/maze.png"
difficulty="2"
author="Bastiaan Verhoef (b.f.verhoef@student.utwente.nl)"