quick-cocos2d-x-stable-2.1.5-20130827
dualface
released this
27 Aug 13:12
·
1523 commits
to master
since this release
HOTFIX : fix CCCrypto::encodeBase64(), please download hotfix-2.1.5-20130827-01.zip
highlights:
- upgrade to cocos2d-x 2.1.5
- fix android lock screen problems
- replace CSArmature with CCArmature
- add shortcodes, usage require("framework.shortcodes")
- add LuaProxy, see [https://github.com/shawnclovie/cocos2dx-LuaProxy]
changes:
- upgrade to cocos2d-x 2.1.5
- fix android lock screen problems
- add shortcodes, usage require("framework.shortcodes")
- add display.removeUnusedSpriteFrames()
- add LuaProxy
- add sample dragonbones, use CCArmature play DragonBones animation
- add sample tests, remove sample luatest
- rename CCNode:ignoreAnchorPointForPosition() to setIgnoreAnchorPointForPosition()
- replace CSArmature with CCArmature
- remove CCBProxy
fixed:
- remove trail newline chars from encodeBase64() result
upgrade to 2.1.5-20130827
- search EVNET_COME_TO_FOREGROUND, relace to EVENT_COME_TO_FOREGROUND
- search EVNET_COME_TO_BACKGROUND, relace to EVENT_COME_TO_BACKGROUND
- add android:configChanges="orientation" to AndroidManifest.xml
- rename require("framework.client.xxx") to require("framework.xxx")
- replace CCBReader with LuaProxy, see [https://github.com/shawnclovie/cocos2dx-LuaProxy]