X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=ChangeLog;h=79cce66ab027754ab2ff80384913546731901f35;hb=c3218c06da4da799c906a5adaacd625583f65616;hp=6a2e7abc97462a07546e6b53ef2629f8493cb146;hpb=1d3eff06cde10309320341fa92abec5b14f1c6f6;p=rocksndiamonds.git diff --git a/ChangeLog b/ChangeLog index 6a2e7abc..79cce66a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +2012-10-13 + * fixed display of current level time when making use of time orb bug + (see level set "rnd_equinox_tetrachloride_ii", level 053) + +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 + +2010-07-12 + * added level selection screen (when clicking on main menu level number) + * added level tracing (played, solved) for use in level selection screen + (to display already played or solved levels in different font color) + 2010-06-24 * added alternative game mode for playing with half size playfield tiles * fixed another memory violation bug in the native Supaplex game engine