|
| 1 | +cocos2d-2.1rc0-x-2.1.2 @Mar.20 2013 |
| 2 | +[all platforms] |
| 3 | + Bug #1529: use NSUserDefaults on iOS and SharedPreferences on Android implement CCUserDefault |
| 4 | + Bug #1672: fix a bug that CCTableView is too sensitive on some devices with high density display |
| 5 | + Bug #1689: support horizontal alignment for Custom TTF fonts |
| 6 | + Bug #1691: fix a bug that CCControlSwitch::setOn(isOn,false) doesn't work |
| 7 | + Bug #1692: add TMX polygon parsing |
| 8 | + Bug #1697: fix a logical error in CCRenderTexture::initWithWidthAndHeight() |
| 9 | + Bug #1710: add simpler,correct handling of spritesheet sources for CCScale9Sprite |
| 10 | + Bug #1711: fix a bug that clipping rectangle of CCScrollView is wrong when the scale of its ancestors isn't equal to 1 |
| 11 | + Bug #1731: change declaration of CCSize, CCPoint and CCRect in pkg file |
| 12 | + Bug #1751: fix a bug that clicking outside of CCTableViewCell will also get response when container size is smaller than view size |
| 13 | + Bug #1754: fix a bug that offset of the container is wrong in CCTableView |
| 14 | + Bug #1821: fix a bug that the display result is wrong when invoking CCControlButton::setHighlighted() |
| 15 | + Feature #1686: synchronize to cocos2d-iphone v2.1rc0 |
| 16 | + Feature #1708: adding Portuguese and Arabic language support |
| 17 | + Feature #1712: add an interface to get DPI |
| 18 | + Feature #1741: CCLens3d can be concave |
| 19 | + Feature #1742: add 'rotationIsDir' property to ParticleSystem |
| 20 | + Feature #1761: implement setVisible() for CCEditBox |
| 21 | + Feature #1807: add getStartLocationInView() and getStartLocation() methods in CCTouch |
| 22 | + Feature #1822: add CCNotificationCenter::removeAllObservers(CCObject *target) |
| 23 | + Feature #1838: synchronize CCBReader to the lastest version |
| 24 | + Feature #1489: add AssetsManager |
| 25 | + Refactor #1687: refactor CCFileUtils and CCImage |
| 26 | + Refactor #1700: add webp image format support |
| 27 | + Refactor #1702: change return value of CCFileUtils::getWritablePath() |
| 28 | + Refactor #1703: replace libxml2 with tinyxml2 |
| 29 | + Refactor #1749: add 'setFont' and 'setAnchorPoint' to CCEditBox |
| 30 | +[android] |
| 31 | + Bug #1752: fix a bug that libcurl.a causes link error after being stripped |
| 32 | + Bug #1760: fix a bug that cpufeatures module is redefined |
| 33 | + Bug #1775: fix a bug that OpenSLEngine can not load resources from SD card |
| 34 | + Bug #1812: fix a warning of getStringWithEllipsisJni() function when compiling it with clang |
| 35 | + Feature #1827: support building android project, including native codes, in Eclipse |
| 36 | +[iOS] |
| 37 | + Bug #1750: fix a bug that CCEditBox's position is incorrect when it's added to a non-fullscreen CCNode |
| 38 | + Bug #1804: fix for loading custom fonts on iOS when referenced from a CCB file |
| 39 | + Feature #1842: support kEditBoxInputFlagSensitive setting for CCEditBox on iOS |
| 40 | + Refactor #1755: add CocosDenshion xcode project |
| 41 | + Refactor #1825: use CCLabelTTF to show text for CCEditBox |
| 42 | +[javascript binding] |
| 43 | + Bug #1707: fix a crash caused by unaligned memory access in CCBReader::readFloat() |
| 44 | + Bug #1726: fix crash of JSB application on android device with armv6 architecture |
| 45 | + Bug #1729: fix compiling error of ScriptingCore.cpp with C++11 on iOS |
| 46 | + Bug #1747: fix a crash when passing null to cc.AnimationFrame.initWithSpriteFrame() |
| 47 | + Bug #1823: use shared NodeLoaderLibrary in CCBReader bindings |
| 48 | + Feature #1724: add HelloJS sample |
| 49 | + Feature #1730: bind CCScrollView and CCTableView to js |
| 50 | + Feature #1748: separate chipmunk and sqlite from js_binding_core.cpp |
| 51 | + Feature #1753: upgrade SpiderMonkey to Firefox19. |
| 52 | + Feature #1808: make cxx_generator support parsing functions that have default parameters |
| 53 | + Feature #1811: add a method to get file data for JSB |
| 54 | + Feature #1824: bind CCEditBox to JS |
| 55 | + Refactor #1682: add ScriptingCore::getGlobalObject() function |
| 56 | + Refactor #1740: add cleanup and reset methods to ScriptingCore |
| 57 | + Refactor #1830: use JS::CompileOptions::setUTF8(true) to compile script |
| 58 | + Refactor #1836: make js target of "cc.Scheduler().scheduleCallbackForTarget()" accept a object that not depend on CCNode or its subclass |
| 59 | + Refactor #1837: refactor schedule binding codes |
| 60 | +[lua binding] |
| 61 | + Bug #1745: fix a bug that CCRepeat:create() receives error argument |
| 62 | + Feature #1425: fix errors in lua test cases and add more test cases |
| 63 | + Feature #1698: add CCLuaObjcBridge |
| 64 | + Feature #1802: add TouchesTest for lua binding |
| 65 | + Refactor #1818: cleanup the tolua++ bindings build system |
| 66 | +[win32] |
| 67 | + Feature #1634: CCEditBox support |
| 68 | + Feature #1746: add VS2012 Express template installing support |
| 69 | +[linux] |
| 70 | + Bug #1688: fix a bug that truetype fonts from resource directory can't be found |
| 71 | + Bug #1810: fix a bug that SimpleAudioEngine::playEffect() and playBackgroundMusic() play twice on linux |
| 72 | + Bug #1819: fix a bug that building script exits when missing packages |
| 73 | + Bug #1834: fix the size calculations for true type fonts (especially for italic fonts) |
| 74 | + Refactor #1806: refactor linux build system |
| 75 | + Refactor #1820: add 'make run' target for linux projects |
| 76 | +[mac os] |
| 77 | + Bug #1637: fix a bug that CCLabelTTF & CCMenuItemLabel cannot display on Mac Retina |
| 78 | +[black berry] |
| 79 | + Refactor #1709: add support for multiple background music sources |
| 80 | +[chrome native client] |
| 81 | + Feature #1762: add Native Client support |
| 82 | + |
| 83 | + |
1 | 84 | cocos2d-2.1beta3-x-2.1.1 @Jan.29 2013 |
2 | 85 | [ all platforms] |
3 | 86 | Bug #1547: fix a bug that when CCMenuItem is removed before touch ended, application will crash if keeping moving |
|
0 commit comments