Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Coudoin <bruno.coudoin@free.fr>2009-06-19 20:06:54 (GMT)
committer Bruno Coudoin <bruno.coudoin@free.fr>2009-06-19 20:06:54 (GMT)
commite978d609dc13f9d7c9068b87aeb190e9c947d2cc (patch)
tree9c2e8a3a31d5cf8339c5d9ddb21ba75d4f8080f5 /ChangeLog
parentc2532a22ab13b670ecf04dff570c22f4eb165164 (diff)
Updated ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6970d77..d3cb4d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2009-03-26 Wolfram Sang <wolfram@iswi.org>
+
+ * src/board/shapegame.c:
+ - Fix an off-by-one bug in the calculation of the amount of levels,
+ which made it possible to see the end-sequence just by clicking
+ the dice.
+ - When shuffling the items for the left bar, the last item was
+ skipped. As the upper limit for random-functions is exclusive,
+ we have to pass the whole list_size, not list_size - 1.
+ Also, simplify the code.
+ - Shapegames could crash if one tried to move an object while the
+ bonus-objectmaster (e.g. sad flower) was still shown.
+ Fix this by ensuring that the object to move or drop is the
+ same one that got dragged.
+
+
*** RELEASE 8.4.12 ***
2009-03-26 Bruno coudoin <bruno.coudoin@free.fr>