minggo
|
f205c0b704
|
Merge pull request #7392 from xhcnb/fix_CC_ENABLE_SCRIPT_BINDING_build
Fix build with -DCC_ENABLE_SCRIPT_BINDING=0 , it causes failed
|
2014-07-11 13:41:33 +08:00 |
minggo
|
d1d84e0d1f
|
Merge pull request #7386 from chengstory/v3_fixesLoaddTTFError
1. fixes TextReader load default font error.
|
2014-07-11 13:40:16 +08:00 |
minggo
|
72f8ab8483
|
Merge pull request #7395 from samuele3hu/v3_controller
Add Lua bindings for controller and related test case project
|
2014-07-11 13:39:30 +08:00 |
minggo
|
65404066ec
|
Merge pull request #7396 from CocosRobot/update_lua_bindings_1405051544
[AUTO]: updating luabinding automatically
|
2014-07-11 13:37:55 +08:00 |
minggo
|
6c37541657
|
Merge pull request #7363 from Dhilan007/v3-event-clear
Dispatch EVENT_RENDERER_RECREATED event when renderer was recreated on android/wp8.
|
2014-07-11 13:36:52 +08:00 |
minggo
|
7cf8cf42d3
|
Merge pull request #7389 from Dhilan007/v3-gc-nibiru
Update Nibiru SDK and remove prompt box of install driver .
|
2014-07-11 13:36:19 +08:00 |
CocosRobot
|
20c4e6530d
|
[AUTO]: updating luabinding automatically
|
2014-07-11 04:07:14 +00:00 |
minggo
|
a0b16a29d1
|
Merge pull request #7394 from Dhilan007/v3-gc-annotation
Add annotation for Controller class.
|
2014-07-11 12:03:01 +08:00 |
samuele3hu
|
2cbe262842
|
Add newline for some files
|
2014-07-11 12:00:43 +08:00 |
samuele3hu
|
77a82731a5
|
Remove auto bindings files for controller
|
2014-07-11 11:57:40 +08:00 |
samuele3hu
|
9b9713073e
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_controller
|
2014-07-11 11:55:10 +08:00 |
samuele3hu
|
dd76ae93f6
|
Update controller lua binding and related test cases
|
2014-07-11 11:52:05 +08:00 |
Dhilan007
|
4e4464c9c1
|
Add annotation for Controller class.
|
2014-07-11 10:56:09 +08:00 |
Jason Xu
|
d94941243a
|
Fix build with -DCC_ENABLE_SCRIPT_BINDING=0 , it causes failed
|
2014-07-11 10:27:00 +08:00 |
yangxiao
|
fd8541e32d
|
rename Bone to Bone3D
|
2014-07-11 10:17:36 +08:00 |
samuele3hu
|
caae8392d4
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_controller
Conflicts:
build/cocos2d_tests.xcodeproj/project.pbxproj
cocos/scripting/lua-bindings/Android.mk
cocos/scripting/lua-bindings/proj.ios_mac/cocos2d_lua_bindings.xcodeproj/project.pbxproj
tools/tolua/genbindings.py
|
2014-07-10 22:42:09 +08:00 |
Dhilan007
|
dfbeb0fb63
|
Update Nibiru SDK and remove prompt box of install driver .
|
2014-07-10 22:33:58 +08:00 |
CocosRobot
|
c205bd0806
|
[AUTO]: updating luabinding automatically
|
2014-07-10 14:10:03 +00:00 |
minggo
|
e876065d3e
|
Merge pull request #7229 from samuele3hu/v3_VideoPlayer
Add VideoPlayer Lua bindings and update bindings-generator submodule
|
2014-07-10 22:04:46 +08:00 |
minggo
|
4895e6d54a
|
Merge pull request #7362 from geron-cn/chukongv3
Chukongv3
|
2014-07-10 21:17:19 +08:00 |
minggo
|
b30d758d09
|
Merge pull request #7383 from 2youyouo2/v3
fixed call Bone::setRotation has no effect
|
2014-07-10 21:16:48 +08:00 |
zhangcheng
|
a0ecae21c3
|
1. fixes TextReader load default font error.
|
2014-07-10 19:29:39 +08:00 |
minggo
|
e749a9a598
|
Merge pull request #7380 from huangshiwu/v3
change "const static" to "static const"
|
2014-07-10 18:31:09 +08:00 |
geron-cn
|
1c4cb78745
|
deal with null in string
|
2014-07-10 18:24:11 +08:00 |
kaile.yin
|
04c63cc370
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3
|
2014-07-10 17:51:02 +08:00 |
kaile.yin
|
42f2302866
|
fixed call Bone::setRotation has no effect
|
2014-07-10 17:50:38 +08:00 |
huangshiwu
|
2a65b7d98e
|
change "const static" to "static const"
|
2014-07-10 16:50:25 +08:00 |
minggo
|
831b0b332b
|
Merge pull request #7371 from minggo/enumerateChildren-fix
Node::enumerateChildren just searches from itself
|
2014-07-10 15:46:04 +08:00 |
minggo
|
c7856b21fd
|
Merge pull request #7366 from Dhilan007/v3-fixed-warn
fixed warn and replace NULL with nullptr.
|
2014-07-10 15:42:02 +08:00 |
minggo
|
0ba3f6c1c9
|
Merge pull request #7376 from joshuastray/v3
use CC_CONSTRUCTOR_ACCESS to replace protected/private
|
2014-07-10 14:14:08 +08:00 |
joshuastray
|
6b22870e27
|
use CC_CONSTRUCTOR_ACCESS to replace protected
|
2014-07-10 14:00:23 +08:00 |
minggo
|
cdc02aea7c
|
Merge pull request #7368 from CocosRobot/update_lua_bindings_1404957724
[AUTO]: updating luabinding automatically
|
2014-07-10 13:54:21 +08:00 |
minggo
|
316564d58a
|
Node::enumerateChildren just searches from itself
|
2014-07-10 11:07:39 +08:00 |
yangxiao
|
0b4c6b7f7a
|
comment
|
2014-07-10 11:05:48 +08:00 |
yangxiao
|
d7b88e86ff
|
add comment
|
2014-07-10 10:56:52 +08:00 |
yangxiao
|
ef1f6892e1
|
deprecated Mesh::create use less parameter ones instead
|
2014-07-10 10:54:37 +08:00 |
CocosRobot
|
af460a1530
|
[AUTO]: updating luabinding automatically
|
2014-07-10 02:03:40 +00:00 |
minggo
|
345fb040e7
|
Merge pull request #7352 from super626/v3
adjust api according feedback
|
2014-07-10 09:53:27 +08:00 |
Dhilan007
|
6cff8cb564
|
fixed warn and replace NULL with nullptr.
|
2014-07-10 00:45:27 +08:00 |
Dhilan007
|
dbcb20b886
|
Dispatch EVENT_RENDERER_RECREATED event when renderer was recreated on android/wp8.
Make clear EVENT_COME_TO_FOREGROUND event.
|
2014-07-09 23:03:04 +08:00 |
samuele3hu
|
2bc1cd0486
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_controller
Conflicts:
cocos/scripting/lua-bindings/script/Cocos2dConstants.lua
|
2014-07-09 22:31:05 +08:00 |
minggo
|
7d74be3158
|
Merge pull request #7356 from 2youyouo2/v3
fixed Armature blend func effect
|
2014-07-09 18:37:15 +08:00 |
samuele3hu
|
243fa49c09
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_VideoPlayer
|
2014-07-09 18:08:09 +08:00 |
samuele3hu
|
3546c131dd
|
Add Lua bindings for controller and related test case project
|
2014-07-09 18:05:02 +08:00 |
kaile.yin
|
c53cb42e83
|
fixed Armature blend func effect
|
2014-07-09 14:25:51 +08:00 |
yangxiao
|
dbea3a4d04
|
deprecated functions
|
2014-07-09 14:07:33 +08:00 |
CocosRobot
|
ae12030745
|
[AUTO]: updating luabinding automatically
|
2014-07-09 05:42:06 +00:00 |
yangxiao
|
0c28106b48
|
init playreverse
|
2014-07-09 09:59:18 +08:00 |
yangxiao
|
7b35f36ba3
|
Merge branch 'newcode' into v3
|
2014-07-09 09:56:23 +08:00 |
yangxiao
|
90b6841e25
|
adjust api according feedback
|
2014-07-09 09:53:15 +08:00 |