[gcompris] Updated ChangeLog



commit e978d609dc13f9d7c9068b87aeb190e9c947d2cc
Author: Bruno Coudoin <bruno coudoin free fr>
Date:   Fri Jun 19 22:06:54 2009 +0200

    Updated ChangeLog

 ChangeLog |   16 ++++++++++++++++
 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>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]