Cocos2d-JS-v3.0 Final @ Sep.10, 2014
-
Facebook SDK Beta2: Added
appRequest
API. -
Facebook SDK Beta2: Added permission request in
login
API, removedrequestPermission
API. -
Facebook SDK Beta2: Renamed
request
API toapi
. -
Facebook SDK Beta2: Renamed
publishInstall
API toactivateApp
. -
Added getter and setter function for browser's density dpi:
cc.view.setTargetDensityDPI
,cc.view.getTargetDensityDPI
. -
Added some type check functions.
-
Added audio support for wechat browser.
-
Added setPlaceHolderColor and setTextColor to ccui.TextField.
-
Added API reference for Cocos Studio extension.
-
[JSB] Polished AssetsManager for better iOS simulator support.
-
[JSB] Move
EventAssetsManager
andEventListenerAssetsManager
to jsb namespace. -
[JSB] Supported formatted string in
cc.log
/cc.warn
/cc.error
/cc.assert
. -
[JSB] Added
retain
/release
function for cc.Touch -
Bugs fix:
- Fixed an issue of
cc.Menu
that its item's touch priority is different than cc.eventManager. - Fixed an issue of
cc.view
that its NO_BORDER mode doesn't work correctly. - Fixed an issue of
cc.LabelBMFont
that its content size is different than JSB. - Fixed an issue of
cc.LabelBMFont
that itssetColor
is invalid on some mobile devices. - Fixed an issue of
cc.PageView
that it can't receive TOUCH_CANCEL event. - Fixed an issue of
cc.loader
that it can't load cross origin textures. - Fixed an issue that Facebook SDK Web's
appRequest
wraps info parameter incorrectly. - Fixed an issue of ccui widgets'
addEventListener
that it doesn't accept function's target as parameter. - [JSB] Fixed a crash issue of Facebook SDK when session is closed.
- [JSB] Fixed constant inconsistence in ccui.TextField.
- [JSB] Fixed return value inconsistence of
cc.Node#getNodeToWorldTransform
function. - [JSB] Fixed an issue that
cc.MenuItemImage
'ssetColor
doesn't work. - [JSB] Fixed API inconsistence that
cc.Layer
'sbake
/unbake
/isBaked
functions are absent in JSB. - [JSB] Refactored ccui's
addEventListenerXXX
toaddEventListener
to fit Web engine API. - [JSB] Fix an issue that delete doesn't work for
ccui.TextField
's on desktop. - [JSB] Fixed stroke color issue of LabelTTF on iOS.
- [JSB] Fixed an issue of
jsb.fileUtils.renameFile
on windows. - [JSB] Fixed an issue of bindings generator script on windows.
- [JSB] Fixed
cc.REPEAT_FOREVER
value error.
- Fixed an issue of