fix lua bindings

This commit is contained in:
andyque 2014-10-14 11:24:45 +08:00
parent 96660cb653
commit 8a6b78c510
2 changed files with 10 additions and 11 deletions

View File

@ -1,5 +1,5 @@
{ {
"version":"v3-deps-14", "version":"v3-deps-15",
"zip_file_size":"70810291", "zip_file_size":"70810291",
"repo_name":"cocos2d-x-3rd-party-libs-bin", "repo_name":"cocos2d-x-3rd-party-libs-bin",
"repo_parent":"https://github.com/cocos2d/", "repo_parent":"https://github.com/cocos2d/",

View File

@ -52,8 +52,8 @@ skip = *::[^visit$ copyWith.* onEnter.* onExit.* ^description$ getObjectType .*
ActionNode::[initWithDictionary], ActionNode::[initWithDictionary],
ActionObject::[initWithDictionary initWithBinary], ActionObject::[initWithDictionary initWithBinary],
BaseData::[copy subtract], BaseData::[copy subtract],
CSLoader::[getInstance], CSLoader::[getInstance nodeFromXML],
ActionTimelineCache::[getInstance] ActionTimelineCache::[getInstance loadActionTimelineFromXML]
rename_functions = GUIReader::[shareReader=getInstance purgeGUIReader=destroyInstance], rename_functions = GUIReader::[shareReader=getInstance purgeGUIReader=destroyInstance],
ActionManagerEx::[shareManager=getInstance purgeActionManager=destroyInstance], ActionManagerEx::[shareManager=getInstance purgeActionManager=destroyInstance],
@ -77,4 +77,3 @@ abstract_classes = ArmatureDataManager ComAttribute ComRender ComAudio ActionMan
# Determining whether to use script object(js object) to control the lifecycle of native(cpp) object or the other way around. Supported values are 'yes' or 'no'. # Determining whether to use script object(js object) to control the lifecycle of native(cpp) object or the other way around. Supported values are 'yes' or 'no'.
script_control_cpp = no script_control_cpp = no