X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=ChangeLog;h=d91147183fcfb72d2833a9b0233abaf199d71f05;hb=a606b4bf796ba79cea7633dabb28484b6233b5c1;hp=253e6ec8ead2865e3e60850be9fff4b117cd2ab3;hpb=92d8ae6724d18c36c22a68cb7ce290272c9e3681;p=rocksndiamonds.git diff --git a/ChangeLog b/ChangeLog index 253e6ec8..d9114718 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2006-02-12 + * fixed potential crash bug in WarnBuggyBase() (missing boundary check) + +2006-02-11 + * fixed bug with CE change order in TestIfElementTouchesCustomElement() + * fixed bug when displaying info element without action, but direction + +2006-02-09 + * fixed minor graphical problems with springs smashing and slurping + (when using R'n'D style graphics instead of EMC style graphics) + +2006-02-07 + * added scroll delay (as configured in setup) to EMC graphics engine + +2006-02-06 + * improved screen redraw for EMC graphics engine (faster and smoother) + * when not scrolling, do not redraw the whole playfield if not needed + +2006-02-03 + * added multi-player mode for EMC game engine (with up to four players) + 2006-01-28 * added android (can clone elements) from EMC engine to R'n'D engine