pandamicro
|
a91a669972
|
Fix VS crash issue caused by unsupported macro syntax
piece of shit...
|
2015-12-21 22:44:59 +08:00 |
XiaoYang
|
593a619dc8
|
Merge pull request #14715 from liamcindy/v3_textureCache
update for 3D object render, revert old changes
|
2015-12-18 21:22:31 +08:00 |
Liam
|
fb312a761c
|
update for 3D object render, revert old changes
|
2015-12-18 11:23:33 +08:00 |
Ricardo Quesada
|
43a573f4fd
|
ccvector_to / ccmap_to converted to new API
and more fixes
|
2015-12-15 17:37:48 -08:00 |
Ricardo Quesada
|
47911e0c24
|
more js fixes
fixes in how ref count is measured
opengl bindings converted to new API
|
2015-12-11 15:18:09 -08:00 |
mogemimi
|
f280a31323
|
Fix typo in documentation and comments
|
2015-12-09 01:48:24 +09: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 |
mogemimi
|
be213bf306
|
Fix typos in documentation
|
2015-12-03 21:03:00 +09: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 |
肖峰
|
5dfc8f6a26
|
Remove default arguments
|
2015-12-02 11:02:27 +08:00 |
xiaofeng11
|
18666a9b41
|
Merge pull request #14393 from xiaofeng11/v3_combine_3d
Combine Studio change for 3d components
|
2015-12-02 09:47:12 +08:00 |
肖峰
|
bb832f8d60
|
Add 3d touch support to iOS 9.0 or higher version on iPhone6s or later device
|
2015-12-01 13:02:53 +08:00 |
XiaoFeng
|
cbbfc69ad4
|
Add missing studio change for Director::drawScene
|
2015-11-30 11:19:02 +08:00 |
zilongshanren
|
03046d6fbd
|
change the default alphaThreshold
|
2015-11-25 14:31:32 +08:00 |
zilongshanren
|
759c0bbf31
|
rename CCStencilBitsManager to StencilStateManager
|
2015-11-25 14:24:27 +08:00 |
zilongshanren
|
5fef088695
|
refactor stencil state management code
|
2015-11-25 14:14:17 +08:00 |
zilongshanren
|
866c992f41
|
add cocos2d namespace
|
2015-11-24 21:41:45 +08:00 |
zilongshanren
|
9c2130e88a
|
fix Layout and ClippingNode nested rendering issue
|
2015-11-24 18:01:50 +08:00 |
zilongshanren
|
5d8cfa889c
|
Merge pull request #14252 from neokim/change_pageview_to_derive_from_listview
Change PageView to derive from ListView
|
2015-11-17 12:02:10 +08:00 |
Neo Kim
|
b99b3d1112
|
Remove `CC_DLL` in front of `createSpriteFromBase64()` in ccUtils.h to avoid compilation error on windows platform
|
2015-11-15 23:02:43 +09:00 |
mogemimi
|
a31cce9a80
|
Fix minor grammar and typo in documentation
|
2015-11-04 17:14:00 +09:00 |
Neo Kim
|
76acb91861
|
Move `createSpriteFromBase64()` from `UIScrollViewBar.cpp` to `ccUtils.h` in order to use it in other places.
|
2015-10-28 16:56:35 +09:00 |
pandamicro
|
616eae2b6d
|
Add cc.Director.EVENT_BEFORE_UPDATE
|
2015-10-27 17:32:57 +08:00 |
pandamicro
|
558ac3cfa0
|
Made CC_CONSTRUCTOR_ACCESS public only when script binding is enabled
|
2015-10-21 16:05:31 +08:00 |
XiaoFeng
|
762e25ad33
|
Remove unused parameter
|
2015-10-19 16:06:39 +08:00 |
XiaoFeng
|
ffb2cfa9e0
|
Fix EventListenerCustom registered by UILabel never has been released bug
|
2015-10-19 14:07:50 +08:00 |
Dale Stammen
|
32eeb560c3
|
clean up include files for WINRT platforms
|
2015-10-02 18:49:41 -07:00 |
pandamicro
|
95379c5dc2
|
Merge pull request #13995 from xiaofeng11/v3
Fix issue http://punchbox.info:3000/issues/23146
|
2015-09-24 13:03:59 +08:00 |
Martin Taylor
|
62e36e8006
|
fix typos and syntax error. A thorough check by tool VSSpellChecker.
|
2015-09-22 16:08:23 +08:00 |
XiaoFeng
|
573f5868ca
|
Fix issue http://punchbox.info:3000/issues/23146
|
2015-09-22 14:52:16 +08:00 |
pandamicro
|
5511d42cd4
|
Merge pull request #13716 from fusijie/particle_performance
Refactory particle system update.
|
2015-09-21 14:19:55 +08:00 |
fusijie
|
d871b1aa8a
|
Refactory particle system.
|
2015-09-20 16:46:09 +08:00 |
pandamicro
|
724011f19b
|
Merge pull request #12071 from waiter/v3
Fix a bug in Scheduler which may case Force Close
|
2015-09-18 21:39:36 +08:00 |
Vincent Yang
|
36337ad694
|
Fixed #13551 : MenuItemImage Camera Issue.
|
2015-09-16 11:24:55 +08:00 |
子龙山人
|
02eca21b78
|
Merge pull request #13701 from seivan/patch-3
Don't call release() before retain() #13656
|
2015-09-15 11:28:56 +08:00 |
Seivan Heidari
|
ea12b601d9
|
Don't call release() before retain()
|
2015-09-10 11:09:17 +02:00 |
pandamicro
|
9814851355
|
Merge pull request #13659 from seivan/patch-2
EventListenerMouse will dispatch EventMouse events
|
2015-09-09 10:34:12 +08:00 |
pandamicro
|
dc607a1784
|
Merge pull request #13726 from jianglong0156/actionExtendSquash
support custom action, and rewrite update function
|
2015-09-09 10:25:56 +08:00 |
江龙
|
badd80bf3a
|
support custom action, and rewrite update function
support custom action in js, and developer can rewrite the update function in custom action class.
useage:
// custom action sample code
var customMoveBy = cc.MoveBy.extend({
ctor:function (duration, deltaPos, deltaY) {
this._super(duration, deltaPos, deltaY);
},
update:function (dt) {
this._super(dt);
if (this.getTarget()) { // rand color
this.getTarget().setColor(cc.color(cc.rand()%255, cc.rand()%255, cc.rand()%255));
}
}
});
|
2015-09-09 10:08:07 +08:00 |
minggo
|
8326ed6535
|
add physics component
|
2015-09-08 09:54:01 +08:00 |
Seivan Heidari
|
2f02690394
|
EventListenerMouse will dispatch EventMouse events
|
2015-09-07 20:05:51 +02:00 |
Pabitra Padhy
|
d4c60144f0
|
Updated spelling and grammar mistakes
|
2015-09-06 15:29:36 +05:30 |
WenhaiLin
|
5fdb041856
|
Use string::empty() to check whether string is empty.
|
2015-09-01 11:26:09 +08:00 |
WenhaiLin
|
a3b5becb45
|
Sync v3.8 to v3
|
2015-08-31 22:05:37 +08:00 |
pandamicro
|
9d72d6a924
|
Merge pull request #13496 from ZhangMenghe/v3-notification
[ci rebuild] Notification effect enhancement
|
2015-08-28 14:10:42 +08:00 |
子龙山人
|
30d6c82da6
|
Merge pull request #13585 from WenhaiLin/v3.8-scheduleOnce-hotfix
[Node::scheduleOnce]Fixed the callback will be executed multiple times if the value of delay parameter equal zero.
|
2015-08-27 10:54:04 +08:00 |
Dale Stammen
|
fcae139857
|
removed old WP8_SHADER_COMPILER defines
|
2015-08-26 08:50:11 -07:00 |
WenhaiLin
|
393af19237
|
[Node::scheduleOnce]Fixed the callback will be executed multiple times if the value of delay equal zero.
|
2015-08-26 23:41:48 +08:00 |
andyque
|
7f73415189
|
fix Scale9Sprite draw extra pixels in spritesheet
Fixed https://github.com/cocos2d/cocos2d-x/issues/13564
|
2015-08-26 16:15:00 +08:00 |
ZhangMenghe
|
1bcc2dec37
|
Notification effect enhancement
|
2015-08-21 10:20:59 +08:00 |