X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=ChangeLog;h=d91147183fcfb72d2833a9b0233abaf199d71f05;hb=a606b4bf796ba79cea7633dabb28484b6233b5c1;hp=0cea041701412d2c2a860ab711ae65ad6411d57c;hpb=ecd387d33963ae80311924143b2f49eb29642e7f;p=rocksndiamonds.git diff --git a/ChangeLog b/ChangeLog index 0cea0417..d9114718 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,67 @@ +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 + +2006-01-14 + * added spring bumper (reflects spring) from EMC engine to R'n'D engine + +2006-01-11 + * added selectbox for initial player speed to player settings in editor + +2006-01-11 + * version 3.1.2 created that is basically version 3.1.1, but with a + major bug fixed that prevented editing your own private levels + * version 3.1.2 released + +2006-01-09 + * added magic ball (creates elements) from EMC engine to R'n'D engine + +2006-01-07 + * uploaded fixed pre-release version 3.2.0-6 binary and source code + +2006-01-07 + * fixed bug when using "CE can leave behind " + * added new change condition "(after/when) creation of " + * added new change condition "(after/when) digging " + * fixed bug accessing invalid gadget that caused crashes under Windows + * deactivated new possibility for multiple CE changes per frame + +2006-01-04 + * uploaded pre-release (test) version 3.2.0-6 binary and source code + +2006-01-02 + * added animation types "ce_value" and "ce_score" to graphicsinfo.conf + * fixed bug with not keeping CE value for moving CEs with only action + * changed CE action selectboxes in editor to be only reset when needed + 2006-01-01 * added option "use artwork from element" for custom player artwork * added option "use explosion from element" for player explosions 2005-12-30 * added cascaded element lists in the level editor + * added persistence for cascaded element lists by "editorcascade.conf" + * added dynamic element list with all elements used in current level * added possibility for multiple CE changes per frame (experimental) 2005-12-28