rnd-20111007-1-src
[rocksndiamonds.git] / ChangeLog
index 08221dca9869c24a90d2d55a92aaa13b6c6b7850..2fa0f13833d14139a4d9546b7a50f5872307bf26 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2011-10-07
+       * fixed code (esp. random/tape handling) when compiled on 64-bit systems
+         (by simply replacing all "long" by "int" types)
+
+2010-11-19
+       * fixed nasty bug (affecting crumbled graphics) after adding new special
+         graphics suffix ".TAPE" (and messing some things up in src/main.c)
+
+2010-08-04
+       * fixed wrong argument order in DrawTextBuffer() in gadgets.c
+         (this caused fonts in envelope config in level editor being invisible)
+
 2010-07-19
        * fixed some problems with half tile size and even tile sized playfields