X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=ChangeLog;h=eebef01e11ca62e22e3e26498f1f5bd9727a3d5d;hb=afc13e1c0cca61ea29a91198f1e36d22c0c9e7e4;hp=6888cd7ba3769bc8d40d450c9bcee0cdd7f1d1d1;hpb=940ec320c7cdae17cda81436408c2f75b8c9a524;p=rocksndiamonds.git diff --git a/ChangeLog b/ChangeLog index 6888cd7b..eebef01e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2004-08-16 + * fixed big memory leak in function "CreateBitmapWithSmallBitmaps()" + (which creates scaled down graphics for level editor and preview); + there's still a memory leak somewhere in the artwork handling code + * added "scale image up" functionality to X11 version of zoom function + +2004-08-07 + * fixed bug in gadget code which caused reset of CEs in level editor + (example: pressing 'b' [grab brush] on CE config page erased values) + (solution: check if gadgets in ClickOnGadget() are really mapped) + * improved level change detection in editor (settings now also checked) + * fixed bug with "can move into acid" and "don't collide with" state + +2004-07-29 + * fixed maze runner style CEs to use the configured move delay value + +2004-06-27 + * added Aaron Davidson's tutorial level set to the "Tutorials" section + 2004-06-20 * fixed engine change that broke 3.0.8 levels like "Walpurgis Gardens" * fixed the above fix because it broke level set "machine" (*sigh*)