Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/Makefile.am
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2005-03-30 23:30:27 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2005-03-30 23:30:27 (GMT)
commitfad6f9bc4eaeb3c08de16d2efa4df083575892eb (patch)
tree47b82eba6b4f09b28f0e149ceb82dc7295d73152 /boards/Makefile.am
parentcf6c004fc29c6e1fa650fcac4be3e86cd86a1cd0 (diff)
Laurent Lacheny has created a new activity in gcompris.
It's the classic connect4. You have to connect 4 lines in a row. You play against the computer. The IA code comes from the project 4stattack by Jeroen Vloothuis http://forcedattack.sourceforge.net/ It's the first commit and it's a work in progress. Bruno reviewed all key_press return value like explained here: It doesn't explain us why we get event twice but at least we know what has changed. Anyway, the return value in all key_press function of each plugins are not well set. We should return: TRUE = We handled the key FALSE = We did not handled the key, gtk need to send it to next widget
Diffstat (limited to 'boards/Makefile.am')
-rw-r--r--boards/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/boards/Makefile.am b/boards/Makefile.am
index cf6d06d..78b5e30 100644
--- a/boards/Makefile.am
+++ b/boards/Makefile.am
@@ -29,6 +29,7 @@ xml_in_files = \
colors.xml.in \
colors_group.xml.in \
computer.xml.in \
+ connect4.xml.in \
doubleentry.xml.in \
draw.xml.in \
enumerate.xml.in \