pandamicro
|
cc63ff5c03
|
Fix indent
|
2015-07-28 18:37:57 +08:00 |
CocosRobot
|
07686aa803
|
[AUTO][ci skip]: updating cocos2dx_files.json
|
2015-07-28 10:32:41 +00:00 |
pandamicro
|
8e883f9956
|
Merge pull request #13049 from jianglong0156/constructedWith3D#12404
Some 3d classes can't be constructed with new in JS
|
2015-07-28 18:31:04 +08:00 |
pandamicro
|
6c16a4b990
|
Add test cases for extended classes in JSB
|
2015-07-28 18:25:11 +08:00 |
pandamicro
|
9fea134de1
|
Use sendNodeEventToJSExtended instead of sendNodeEventToJS in sub classes
|
2015-07-28 18:24:03 +08:00 |
XiaoFeng
|
faee3e7807
|
Fix parser compatible for layer project file
|
2015-07-28 18:11:07 +08:00 |
ZhangMenghe
|
b77dec2b0a
|
Add framework architecture figure to README
|
2015-07-28 17:31:14 +08:00 |
子龙山人
|
4eb18c89e1
|
Merge pull request #13061 from CocosRobot/update_lua_bindings_1438075003
[ci skip][AUTO]: updating luabinding & jsbinding automatically
|
2015-07-28 17:29:19 +08:00 |
geron-cn
|
0275e3b773
|
fix set visible
|
2015-07-28 17:25:40 +08:00 |
CocosRobot
|
c8f2514758
|
[ci skip][AUTO]: updating luabinding & jsbinding automatically
|
2015-07-28 09:21:06 +00:00 |
pandamicro
|
66b21fb2a8
|
Merge pull request #12972 from yangws/issue_12145
Fixed #12145 : formarRenderers in RichText doesn’t update container s…
|
2015-07-28 17:13:26 +08:00 |
Wenhai Lin
|
c4112e1ce5
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3.8-label-gb2312
|
2015-07-28 17:02:30 +08:00 |
jianglong0156
|
f71f9b2b15
|
improve the code
|
2015-07-28 16:32:56 +08:00 |
geron-cn
|
c9991aea81
|
fix bug: BoneNode 's debugdraw can not be controlled by ancestor's visible
|
2015-07-28 16:31:06 +08:00 |
WenhaiLin
|
9edd66d4a7
|
Label:support font that contains GB2312 char map.
|
2015-07-28 16:28:32 +08:00 |
pandamicro
|
89c722ed4b
|
Add script invocation for onEnter, onExit etc in other classes
|
2015-07-28 16:07:14 +08:00 |
pandamicro
|
0d7f1e3672
|
Reorder the logic of script invocation for onEnter, onExit etc to the beginning of the function
|
2015-07-28 16:05:47 +08:00 |
pandamicro
|
0a31199a5b
|
Fix widget onEnter override in JS may cause infinite recursion
|
2015-07-28 16:04:28 +08:00 |
WenhaiLin
|
102020d831
|
1.AudioEngine:support callback for preload feature.
2.AudioEngineThreadPool:Make the number of thread be a fixed number.
|
2015-07-28 15:27:07 +08:00 |
CocosRobot
|
6e7c3c636f
|
[AUTO][ci skip]: updating cocos2dx_files.json
|
2015-07-28 07:11:50 +00:00 |
pandamicro
|
3fa9463ec7
|
Fix manual bindings for changed API in spine
|
2015-07-28 15:11:20 +08:00 |
pandamicro
|
2d805b052b
|
Merge pull request #13057 from natural-law/v3.7.1
[ci skip] Update the reference of submodule cocos2d-console.
|
2015-07-28 15:10:15 +08:00 |
zhangbin
|
8bc96a10b4
|
Update the reference of submodule cocos2d-console.
|
2015-07-28 15:06:28 +08:00 |
pandamicro
|
605f181a4d
|
Merge pull request #13056 from natural-law/v3.7.1
[ci skip] Solve the error in lua template.
|
2015-07-28 14:58:11 +08:00 |
zhangbin
|
4d46a03797
|
Solve the error : the VS release configuration of lua template cause `cocos run` error.
|
2015-07-28 14:54:42 +08:00 |
Vincent Yang
|
c6fc51a2d9
|
Fixed #10082 : Label and Text have different types for fontSize
|
2015-07-28 14:48:01 +08:00 |
XiaoFeng
|
bca6934786
|
Normalization function names
|
2015-07-28 14:05:56 +08:00 |
pandamicro
|
ca54340982
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3
|
2015-07-28 13:00:10 +08:00 |
CocosRobot
|
efd718ae7b
|
[ci skip][AUTO]: updating luabinding & jsbinding automatically
|
2015-07-28 03:44:49 +00:00 |
Vincent Yang
|
b92733c402
|
Add items as protected children.
|
2015-07-28 11:38:21 +08:00 |
子龙山人
|
3a58668d71
|
Merge pull request #12744 from fusijie/fix_pageturndown
Fix PageTurn3D
|
2015-07-28 11:35:15 +08:00 |
Vincent Yang
|
14145e29a8
|
Fixed #9400 : Widget::setHighlighted does not work after setBright
|
2015-07-28 11:09:21 +08:00 |
jianglong0156
|
439bc8a99f
|
add conversion cpp file into iOS project
|
2015-07-28 10:48:18 +08:00 |
jianglong0156
|
948628b800
|
add file in project file with android, linux wp8.1
|
2015-07-28 10:26:45 +08:00 |
jianglong0156
|
ec4d53fcf7
|
add 3d conversion
|
2015-07-28 10:08:58 +08:00 |
jianglong0156
|
d5a6522a37
|
Merge branch 'v3' into constructedWith3D#12404
|
2015-07-28 09:59:35 +08:00 |
子龙山人
|
96007b2793
|
Merge pull request #13044 from fusijie/fix_10763
set minimum display length to 1.
|
2015-07-28 09:52:45 +08:00 |
pandamicro
|
b9968a9dca
|
Merge pull request #13038 from ZhangMenghe/shaderTestCase
Fix OpenGL testcase 'center' uniform error
|
2015-07-28 09:34:09 +08:00 |
Damien
|
7fb4dabcb7
|
Fixed a compile error when CC_SPRITE_DEBUG_DRAW is on
|
2015-07-27 14:46:15 -07:00 |
XiaoFeng
|
09d9fcf4d6
|
Fix lua binding
|
2015-07-27 21:24:52 +08:00 |
jianglong0156
|
6d83a3cea4
|
add Physics3DWorld support new
|
2015-07-27 18:22:56 +08:00 |
jianglong0156
|
cb2b427eed
|
add Physics3DRigidBodyDes support new , add new file jsb_cocos2dx_3d_conversions.h and jsb_cocos2dx_3d_conversions.cpp
|
2015-07-27 18:19:10 +08:00 |
fusijie
|
651d877e28
|
set minimum display length to 1.
|
2015-07-27 17:55:32 +08:00 |
XiaoFeng
|
e0aef73306
|
Fix lua binding
|
2015-07-27 17:31:09 +08:00 |
Vincent Yang
|
19b3822d87
|
Fixed #9507 : logic error in isMaxLengthEnabled handling in UITextField::setString
|
2015-07-27 17:25:48 +08:00 |
Vincent Yang
|
2f996b24ef
|
Fixed #10386 : ui::TextField hitTest not working as expected.
|
2015-07-27 16:59:35 +08:00 |
XiaoFeng
|
63f8b941c9
|
Fix setting file
|
2015-07-27 16:03:05 +08:00 |
jianglong0156
|
9c6b5730d0
|
add Physics3DPointToPointConstraint support new
|
2015-07-27 16:02:13 +08:00 |
Zhang Menghe
|
a96ea2342a
|
Update OpenGLTest.js
|
2015-07-27 15:53:48 +08:00 |
pandamicro
|
3cc039b063
|
Merge pull request #13036 from fusijie/fix_12505
fix shader-basic testcase 'center' uniform error.
|
2015-07-27 15:40:44 +08:00 |