rnd-20060520-2-src
[rocksndiamonds.git] / ChangeLog
index e9494daf10fe0015950986486e7c59871dffbe2e..299b1599f4effa295346374c05cf6e4f6b9955f0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2006-05-19
+       * added new chunk "NAME" to level file format for level name settings
+       * added new chunk "NOTE" to level file format for envelope settings
+       * changed name of chunk "CONF" to "ELEM" (for normal element settings)
+       * updated magic(5) file to recognize changed and new level file chunks
+
+2006-05-17
+       * changed gravity (which only affects the player) from level property
+         to player property (only makes a difference in multi-player levels)
+       * added change events "change when CE value/score changes"
+       * added change events "change when CE value/score changes of <element>"
+
+2006-05-16
+       * added new chunk "INFO" to level file format for global level settings
+       * added all element settings from "HEAD" chunk to "CONF" chunk
+       * added all global level settings from "HEAD" chunk to "INFO" chunk
+
 2006-05-09
        * changed level file format by adding two new chunks "CUSX" (for custom
          elements, replacing the previous "CUS4" chunk) and "GRPX" (for group
@@ -12,6 +29,7 @@
          with "CUS1" to "CUS4"); this whole problem now does not exist anymore
 
 2006-05-06
+       * added credits pages to the "credits" section that were really missing
        * added some missing element descriptions to the level editor
        * added down position of switchgate switch to the level editor
          and allowed the use of both switch positions at the same time