mogemimi
|
745f54b421
|
Replace 'ResouceData' with 'ResourceData'
|
2015-12-05 18:59:54 +09:00 |
mogemimi
|
09c6e5d2f7
|
Replace 'Disabeld' with 'Disabled'
|
2015-12-05 18:59:54 +09:00 |
pandamicro
|
d371ec2c8a
|
Merge pull request #14585 from CocosRobot/update_lua_bindings_1449222153
[ci skip][AUTO]: updating luabinding & jsbinding automatically
|
2015-12-04 17:53:46 +08:00 |
pandamicro
|
51acfa8908
|
Merge pull request #14581 from xiaofeng11/v3_xf
Add missing lua engine export declaration.
|
2015-12-04 17:51:38 +08:00 |
CocosRobot
|
d5e54bdb81
|
[ci skip][AUTO]: updating luabinding & jsbinding automatically
|
2015-12-04 09:48:13 +00:00 |
pandamicro
|
6ff2586f26
|
Merge pull request #14574 from super626/v3
Fix Sprite3D::setMaterial when multiple meshes exist
|
2015-12-04 17:38:56 +08:00 |
pandamicro
|
1820a006ba
|
Merge pull request #14502 from xiaofeng11/v3_combine_2d
Combine Studio change for 2d components
|
2015-12-04 16:05:24 +08:00 |
XiaoFeng
|
8f9ea8a87e
|
Add missing lua engine export declaration.
|
2015-12-04 15:23:59 +08:00 |
XiaoFeng
|
71217fd393
|
Fix indent
|
2015-12-04 15:14:47 +08:00 |
CocosRobot
|
d09eae92f0
|
[ci skip][AUTO]: updating luabinding & jsbinding automatically
|
2015-12-04 07:13:02 +00:00 |
Ricardo Quesada
|
f6c2758801
|
Merge pull request #14409 from xiaofeng11/v3_combine_opengl
Combine Studio change for openGL related operation
|
2015-12-03 23:03:40 -08:00 |
XiaoFeng
|
1171c6aaa1
|
Remove desktop only function, set ondraw serial function in DrawNode override able.
|
2015-12-04 14:55:54 +08:00 |
Ricardo Quesada
|
0e34a864b2
|
Merge pull request #14528 from xiaofeng11/v3_3dtouch
Add 3d touch support to iOS 9.0 or higher version on iPhone6s or later device
|
2015-12-03 22:21:48 -08:00 |
yangxiao
|
8d546828f4
|
fix Sprite3D::setMaterial
|
2015-12-04 10:54:43 +08:00 |
XiaoFeng
|
6fb65b5610
|
Editing code as comment.
Move CocosStudioExtension path and update related files.
|
2015-12-04 10:43:39 +08:00 |
CocosRobot
|
fd2d616aed
|
[ci skip][AUTO]: updating luabinding & jsbinding automatically
|
2015-12-04 02:03:46 +00:00 |
zilongshanren
|
01644cb46e
|
Merge pull request #14569 from mogemimi/fix-docs-typo
Fix typos in documentation
|
2015-12-04 09:55:30 +08:00 |
XiaoFeng
|
2da192a1c2
|
Remove cocostudio header file from sprite and particle, and adjust tests
Fix compile error under iOS & Mac
|
2015-12-04 09:26:14 +08:00 |
CocosRobot
|
3edadc035b
|
[ci skip][AUTO]: updating luabinding & jsbinding automatically
|
2015-12-03 21:34:13 +00:00 |
Ricardo Quesada
|
3646d1e9fc
|
Adds init(array) for Sequence and Spawn
it also makes the code cleaner.
this is needed for JS
|
2015-12-03 12:16:21 -08:00 |
Shun Lin
|
d0ce2473a1
|
Merge pull request #14499 from xiaofeng11/v3_combine_safety
Change ASSERT to safety mode
|
2015-12-04 00:04:36 +08:00 |
mogemimi
|
be213bf306
|
Fix typos in documentation
|
2015-12-03 21:03:00 +09:00 |
zilongshanren
|
ea42c09243
|
Merge pull request #14566 from zilongshanren/fixIssue14564
fix scale9sprite be culled unexpectedly
|
2015-12-03 19:17:40 +08:00 |
pandamicro
|
c304348c34
|
Merge pull request #14565 from pandamicro/v3
Add js test case for fix, improve template
|
2015-12-03 18:48:34 +08:00 |
pandamicro
|
91909081da
|
Merge pull request #14542 from pandemosth/issue_14539
Fix for Issue 14539
|
2015-12-03 18:47:17 +08:00 |
pandamicro
|
e23432c6fa
|
Merge pull request #14530 from cezheng/fix/downloader_bug_ios_android
Fix Downloader bug iOS & Android
|
2015-12-03 18:46:43 +08:00 |
zilongshanren
|
73d00b9262
|
fix scale9sprite be culled unexpectedly
tickets: https://github.com/cocos2d/cocos2d-x/issues/14564
|
2015-12-03 17:53:02 +08:00 |
pandamicro
|
4cc4dd3a9f
|
Fix Rooting API usage issue in cocos2d_specifics
|
2015-12-03 16:48:25 +08:00 |
Liam
|
07bc48c1b8
|
revert glprogram
|
2015-12-03 16:29:02 +08:00 |
CocosRobot
|
b1fd2277d8
|
[ci skip][AUTO]: updating luabinding & jsbinding automatically
|
2015-12-03 07:53:26 +00:00 |
pandamicro
|
d0cd5ee9ab
|
Merge pull request #14562 from ricardoquesada/js_fixes
JS bindings fixes for Menu, Sprite and Label
|
2015-12-03 15:44:01 +08:00 |
XiaoFeng
|
70b9183ddb
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_combine_2d
Conflicts:
tools/bindings-generator
|
2015-12-03 14:35:36 +08:00 |
XiaoFeng
|
32b81a69f5
|
Add test for new API
remove Sprite::setOffsetPosFromCenter api add by cocos studio, and reset _unflippedOffsetPositionFromCenter to zero in Sprite::setTexture
|
2015-12-03 14:21:00 +08:00 |
pandamicro
|
9deee44965
|
Merge pull request #14548 from mogemimi/fix-deprecation-warning
Fix deprecation warning in SkeletonRenderer
|
2015-12-03 13:18:15 +08:00 |
Ricardo Quesada
|
58e4d3c487
|
JS Menu fixes
|
2015-12-02 17:30:54 -08:00 |
Ricardo Quesada
|
48523572b7
|
label JS fixes
|
2015-12-02 17:23:23 -08:00 |
Ricardo Quesada
|
6e50cf883f
|
Sprite::create() using new API...
...also code easier to understand
|
2015-12-02 16:45:28 -08:00 |
Ricardo Quesada
|
c321d35a9a
|
Squashed commit of the following:
commit 000a025fb4027c26bf05f7296e2d1fbbf21abe6c
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Wed Dec 2 10:38:27 2015 -0800
updated submodule
commit b5f45a62b48493f05d75aea865158c371241973d
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Tue Dec 1 19:21:34 2015 -0800
ooops... thanks Panda
commit 85f0b9c01d5281970f748b6460107bc0ca82cdf0
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Tue Dec 1 18:19:16 2015 -0800
better macro name for GC. Thanks panda
commit e42ad74a664dd2b85cbf4463a6fef8f6abc06664
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Tue Dec 1 17:10:32 2015 -0800
RepeatForever, Repeat and Speed converted
commit 3a8130ffc06301c91c836539736bbae456f05b4d
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Tue Dec 1 14:31:32 2015 -0800
cherry-picking changes to disable retain/release from GC
commit 3ed6e00dc2d9d46248d9374a1f9874cd0b2ba67d
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Tue Dec 1 12:31:04 2015 -0800
fixes autorelease issues on rebind
commit b65f5f6b16c1542c28b04d66377a27233c6cf214
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Tue Dec 1 12:23:33 2015 -0800
my JS changes... again
|
2015-12-02 14:45:13 -08:00 |
mogemimi
|
d4233dd63a
|
Fix deprecation warning in SkeletonRenderer
|
2015-12-03 00:09:47 +09:00 |
zilongshanren
|
3fc0d327bf
|
Merge pull request #14544 from CocosRobot/update_lua_bindings_1449037532
[ci skip][AUTO]: updating luabinding & jsbinding automatically
|
2015-12-02 18:27:03 +08:00 |
zilongshanren
|
706e005c3d
|
Merge pull request #14543 from zilongshanren/fixLabelOverflowShrink
fix label clamp when scaled with bmfont
|
2015-12-02 18:26:46 +08:00 |
XiaoFeng
|
a804c67a12
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_combine_2d
Conflicts:
cocos/scripting/lua-bindings/manual/LuaBasicConversions.h
|
2015-12-02 15:07:58 +08:00 |
CocosRobot
|
edd786e7f6
|
[ci skip][AUTO]: updating luabinding & jsbinding automatically
|
2015-12-02 06:30:18 +00:00 |
XiaoYang
|
867664197e
|
Merge pull request #14526 from super626/v3
3D Normal Map Support
|
2015-12-02 14:22:20 +08:00 |
zilongshanren
|
ed55d41858
|
fix label clamp when scaled with bmfont
|
2015-12-02 13:48:20 +08:00 |
Pan Demosthenous
|
ef931b61af
|
correct typo in method name of doDestroy
|
2015-12-02 15:23:05 +11:00 |
Pan Demosthenous
|
528a94d36f
|
fixes a crash in destructor of CCDownloader-apple when completing a data download
|
2015-12-02 15:21:42 +11:00 |
Pan Demosthenous
|
151e7a7a53
|
CCDownloader-apple : call onTaskFinish when the download session completes for a data task
|
2015-12-02 15:16:00 +11:00 |
yangxiao
|
ebd5c1cca7
|
resolve conflict and fix checktexture bug
|
2015-12-02 11:26:05 +08:00 |
肖峰
|
5dfc8f6a26
|
Remove default arguments
|
2015-12-02 11:02:27 +08:00 |