samuele3hu
|
d802518413
|
Rename Cocos2dStudio.lua to CocoStudio.lua
|
2014-01-02 15:51:25 +08:00 |
samuele3hu
|
a2b706c87c
|
Rename some common script files to keep consistent
|
2014-01-02 15:18:32 +08:00 |
samuele3hu
|
b8d4010ae5
|
Develop branch adds lua trigger for CocoStudio
|
2014-01-02 12:00:37 +08:00 |
James Chen
|
b03c8259b1
|
Merge commit 'refs/pull/4672/head' of git://github.com/cocos2d/cocos2d-x into cocostudio-test
Conflicts:
cocos/scripting/auto-generated
|
2013-12-27 20:18:58 +08:00 |
chengstory
|
faaf6d3f2b
|
fixed #3457 fixes some bug.
|
2013-12-27 17:21:13 +08:00 |
samuele3hu
|
ee7aa0f077
|
Rename EVENT_KEYBOARD_RELEASED and resolve a possible memory leak bug
|
2013-12-27 12:05:12 +08:00 |
samuele3hu
|
6d9e865f15
|
Delete some ScriptEventType only used to Lua 、adjust the event callback mechanism and rename cc.HANDLERTYP_ related to avoid overlong
|
2013-12-27 10:35:44 +08:00 |
James Chen
|
9dff1dcd36
|
[LUA] Removes CCCameraDeprecated table in Deprecated.lua.
|
2013-12-23 16:37:40 +08:00 |
samuele3hu
|
f0dc7f0b15
|
issue #3403:Modify the registerScriptHandler functions inputparams and some EventData struct info
|
2013-12-23 11:19:55 +08:00 |
samuele3hu
|
50bcdee725
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into NewEventDispatcher
|
2013-12-22 22:11:17 +08:00 |
samuele3hu
|
97f26176e8
|
issue #3403:Add the EventDispatcher lua binding and the releated test cases
|
2013-12-22 22:10:21 +08:00 |
boyu0
|
ef54ed3c15
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into HEAD
Conflicts:
cocos/2d/CCLabel.cpp
cocos/2d/CCLabel.h
cocos/2d/CCLabelBMFont.cpp
cocos/2d/CCLabelBMFont.h
cocos/2d/CCLayer.cpp
cocos/2d/CCLayer.h
cocos/2d/CCNode.cpp
extensions/GUI/CCControlExtension/CCControl.cpp
extensions/GUI/CCControlExtension/CCControlButton.cpp
extensions/GUI/CCControlExtension/CCScale9Sprite.cpp
tools/tojs/cocos2dx.ini
|
2013-12-19 17:05:59 +08:00 |
samuele3hu
|
4d4b96ba30
|
issue #3402:Add the new label lua binding and the releated test cases
|
2013-12-18 11:39:43 +08:00 |
boyu0
|
defae416f3
|
Merge branch 'develop' of git://github.com/cocos2d/cocos2d-x into bug3162_opacity_incorrect
|
2013-12-13 18:09:39 +08:00 |
samuele3hu
|
98bd84c436
|
Fix:Add lua binding of ’registerScriptHandler’、’unregisterScriptHandler’ and ’removeObjectAllHandlers’ of ScriptHandlerMgr and some constants define
|
2013-12-13 15:50:12 +08:00 |
boyu0
|
c8c0e2270e
|
issue #3162: deprecated RGBAProtocol, NodeRGBA and LayerRGBA
|
2013-12-13 10:10:49 +08:00 |
boyu0
|
a71394b122
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into bug3162_opacity_incorrect
|
2013-12-10 18:03:41 +08:00 |
samuele3
|
c2e7299d8f
|
Issue #2790:Add more conversion functions to support templates containers
|
2013-12-10 11:21:30 +08:00 |
boyu0
|
d6d7923134
|
closed #3162: add RGBAProtocol, NodeRGBA and LayerRGBA back and deprecate them
|
2013-12-09 11:32:28 +08:00 |
boyu0
|
af5f496861
|
issue #3162: Merge Node and NodeRGBA, fix bug: Child's opacity will not be changed when its parent's setCascadeOpacityEnabled was set to true and opacity was changed.
|
2013-12-06 18:07:16 +08:00 |
samuele3
|
c1a226686f
|
issue #3309:Modify some deprecated cpp files and lua files
|
2013-12-04 15:15:55 +08:00 |
samuele3
|
a8c1bba464
|
issue #3309:Add some deprecated functions and classes to support master cocostudio lua bindings
|
2013-12-03 15:40:59 +08:00 |
samuele3
|
ec9bc0069f
|
Modify template of lua ios_mac config and some bugs
|
2013-11-15 13:48:34 +08:00 |
samuele3
|
babc985409
|
Add deprecated functions of class TextureCache
|
2013-11-14 14:12:25 +08:00 |
samuele3
|
17f74eeb17
|
issue #2868:Modify armature test samples and add more armature test samples
|
2013-11-13 18:18:29 +08:00 |
samuele3
|
482ee5d47f
|
issue #2868:Add more ccs lua test samples
|
2013-11-12 15:25:47 +08:00 |
samuele3
|
06c7d3e96d
|
issue #2868:Add ccd lua test samples
|
2013-11-11 17:03:43 +08:00 |
Ricardo Quesada
|
5faae4a51e
|
removes exe bit from text files
|
2013-11-08 11:30:50 -08:00 |
samuele3
|
80f3a7d57a
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into developAssetsManager
Conflicts:
build/cocos2d_samples.xcodeproj/project.pbxproj
cocos/scripting/lua/bindings/LuaScriptHandlerMgr.h
cocos/scripting/lua/script/Cocos2dConstants.lua
|
2013-11-01 17:17:21 +08:00 |
samuelhu
|
4031556398
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into developHttp
Conflicts:
build/cocos2d_samples.xcodeproj/project.pbxproj
samples/Lua/TestLua/Resources/luaScript/mainMenu.lua
|
2013-10-31 21:57:24 +08:00 |
samuelhu
|
7c45ddafe2
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into developAssetsManager
Conflicts:
build/cocos2d_libs.xcodeproj/project.pbxproj
|
2013-10-31 17:22:14 +08:00 |
samuelhu
|
faf3b30e9b
|
issue #3069:Add LuaObjectCBridge and related test sample
|
2013-10-31 15:20:53 +08:00 |
samuelhu
|
c08a09a7e0
|
#3049:Add LICENSE_JSON4LUA and some constant values.
|
2013-10-30 10:52:04 +08:00 |
samuelhu
|
a4d028e905
|
issue #3409:Add XMLHttpRequest lua binding and corresponding test sample
|
2013-10-29 11:40:41 +08:00 |
samuelhu
|
be1f17ca0f
|
issue #3037:Add assetsmananger lua binding and a releated test sample
|
2013-10-22 16:14:49 +08:00 |
minggo
|
4313c46e93
|
issue #2905:adjust folder structure
|
2013-10-12 11:22:05 +08:00 |