Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_armature_reader

This commit is contained in:
yusheng.lu 2014-12-24 16:02:37 +08:00
commit 7c34b06969
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,8 @@
cocos2d-x-3.4 ??
[NEW] UI:LoadingBar: add TextureResType to LoadingBar's create method
cocos2d-x-3.4beta0 ??
[NEW] Action: MoveTo and MoveBy support Vec3
[NEW] Allocator: add custom allocator support, global, default, fixed block, object pool.
[NEW] UI:LoadingBar: add TextureResType to LoadingBar's create method
[NEW] Director: add setClearColor() to set clear values for the color buffers
[FIX] FileUtils: WebP format with alpha channel displayed wrong
[FIX] Label: content size of Label is incorrect if the string is set to empty string

View File

@ -31,7 +31,7 @@ NS_CC_BEGIN
CC_DLL const char* cocos2dVersion()
{
return "cocos2d-x 3.3";
return "cocos2d-x 3.4beta0";
}
NS_CC_END