Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2006-02-08 22:19:09 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2006-02-08 22:19:09 (GMT)
commit91755e4c82da2bf21a9f2e4b30137943900e9904 (patch)
tree92a69aa844c747647f4e9fdd383e591663197fce
parentd139daade449fc36b0779f3ea343b5d5af25b267 (diff)
Removed for 7.3 release, Yves remade it for 7.4, the current version has
* boards/awele.xml.in: Removed for 7.3 release, Yves remade it for 7.4, the current version has many problems. * src/boards/python/electric.py: removed the diode. will reintroduce it only when the wire renumbering will be correct for gnucap (always a 0 wire)
-rw-r--r--ChangeLog7
-rw-r--r--boards/awele.xml.in2
-rw-r--r--src/boards/python/electric.py3
3 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index fb0d68a..efed91a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-02-08 Bruno coudoin <bruno.coudoin@free.fr>
+
+ * boards/awele.xml.in: Removed for 7.3 release, Yves remade it for 7.4, the current version
+ has many problems.
+ * src/boards/python/electric.py: removed the diode. will reintroduce it only when the wire
+ renumbering will be correct for gnucap (always a 0 wire)
+
2006-02-07 Bruno coudoin <bruno.coudoin@free.fr>
* src/boards/advanced_colors.c: (add_xml_data): fixed to check properly for long locale (e.g. pt_BR)
diff --git a/boards/awele.xml.in b/boards/awele.xml.in
index ae8548c..ab728f4 100644
--- a/boards/awele.xml.in
+++ b/boards/awele.xml.in
@@ -4,7 +4,7 @@
name="awele"
type="awele"
section="/strategy"
- difficulty="2"
+ difficulty="0"
icon="boardicons/awele.png"
author="Frédéric Mazzarol"
boarddir="awele">
diff --git a/src/boards/python/electric.py b/src/boards/python/electric.py
index 8247cf5..31cdee0 100644
--- a/src/boards/python/electric.py
+++ b/src/boards/python/electric.py
@@ -275,10 +275,11 @@ class Gcompris_electric:
(Bulb, 0.11),
(Rheostat, 100),
(Resistor, 1000),
- (Diode, None),
(Switch, None),
(Connection, None)
)
+ #(Diode, None), (FIXME removed, need to fix wire numbering first)
+
Selector(self, component_set)