pandamicro
|
f995ed8634
|
Merge pull request #13079 from zilongshanren/v3.7.1
fix Mac system font crash issue
|
2015-08-01 15:27:36 +08:00 |
CocosRobot
|
90d578c6e5
|
[ci skip][AUTO]: updating luabinding & jsbinding automatically
|
2015-08-01 02:16:33 +00:00 |
pandamicro
|
d52a5da1d8
|
Merge pull request #13114 from jianglong0156/constructedWith3D_2#12404
Constructed with3d
|
2015-08-01 10:09:08 +08:00 |
pandamicro
|
3bdc7e4e1e
|
Merge pull request #13138 from fusijie/fix_spritepolygon_setflip
fix polygon sprite setFlipped bug.
|
2015-08-01 09:59:25 +08:00 |
pandamicro
|
f74438372c
|
Merge pull request #11293 from perminovVS/v3-dev-screen-size-bug
GLViewImpl initWithRect bug size
|
2015-07-31 18:43:23 +08:00 |
jianglong0156
|
dcda083efa
|
rename the initTerrain to initWithTerrainData
|
2015-07-31 18:35:47 +08:00 |
jianglong0156
|
80e812e5a0
|
add Physics3DShape support constructor
|
2015-07-31 18:17:35 +08:00 |
fusijie
|
dcef1e9d31
|
fix polygon sprite setflipped bug.
|
2015-07-31 15:49:44 +08:00 |
pandamicro
|
aa1a3bb6b7
|
Merge pull request #13137 from yangws/issue_9507
Fixed #9507 : logic error in isMaxLengthEnabled handling in UITextFie…
|
2015-07-31 15:43:46 +08:00 |
jianglong0156
|
4439b02a84
|
rename the init function name
|
2015-07-31 15:21:54 +08:00 |
pandamicro
|
aed6b0719e
|
Merge pull request #13089 from yangws/issue_12692
Fixed #12692 : UILayout viewing area cutting position calculation error
|
2015-07-31 12:02:00 +08:00 |
CocosRobot
|
0851363532
|
[ci skip][AUTO]: updating luabinding & jsbinding automatically
|
2015-07-31 02:06:41 +00:00 |
pandamicro
|
ede9195d14
|
Merge pull request #13073 from super626/fixtest
Bug Fix
|
2015-07-31 09:58:14 +08:00 |
yangxiao
|
fc14efa034
|
update comment
|
2015-07-31 09:55:57 +08:00 |
pandamicro
|
c9d23805e7
|
Merge pull request #12978 from yangws/issue_12249
Fixed #12249 : Button touch doesn't work with setScale9Enabled.
|
2015-07-31 09:54:38 +08:00 |
pandamicro
|
6b9ca70e02
|
Merge pull request #13051 from yangws/issue_9400
Fixed #9400 : Widget::setHighlighted does not work after setBright
|
2015-07-31 09:50:20 +08:00 |
pandamicro
|
16eb88bf57
|
Merge pull request #13055 from yangws/issue_10082
Fixed #10082 : Label and Text have different types for fontSize
|
2015-07-31 09:49:48 +08:00 |
pandamicro
|
94023ebfc5
|
Merge pull request #13126 from takaken1994/bugfix/remove-using-namespace-from-header
remove "using namespace cocos2d;" from header file
|
2015-07-31 09:28:58 +08:00 |
CocosRobot
|
c0d6ec1946
|
[ci skip][AUTO]: updating luabinding & jsbinding automatically
|
2015-07-30 16:30:01 +00:00 |
pandamicro
|
34724e41b2
|
Merge pull request #13092 from pandamicro/audioengine
Add AudioEngine js bindings
|
2015-07-31 00:22:04 +08:00 |
pandamicro
|
3fa016a280
|
Fix win32 project and add winrt support
|
2015-07-30 23:39:52 +08:00 |
takaken1994
|
93c47390c8
|
Fix : remove using namespace cocos2d from header file
|
2015-07-31 00:02:57 +09:00 |
pandamicro
|
3524af1ad6
|
Merge pull request #13059 from geron-cn/3.7.1
fix bug: BoneNode 's debugdraw can not be controlled by ancestor's vi…
|
2015-07-30 20:31:34 +08:00 |
pandamicro
|
c0066f9afd
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into audioengine
|
2015-07-30 20:25:57 +08:00 |
geron-cn
|
0955b0f9de
|
fix comment by pandamicro
|
2015-07-30 19:28:00 +08:00 |
CocosRobot
|
56b58a5839
|
[ci skip][AUTO]: updating luabinding & jsbinding automatically
|
2015-07-30 10:50:00 +00:00 |
pandamicro
|
5aa8647309
|
Merge pull request #13117 from CocosRobot/update_lua_bindings_1438251761
[ci skip][AUTO]: updating luabinding & jsbinding automatically
|
2015-07-30 18:45:15 +08:00 |
pandamicro
|
8542f8a7a9
|
Merge pull request #13067 from pandamicro/scrollviewbar
Bind UIScrollViewBar
|
2015-07-30 18:42:08 +08:00 |
CocosRobot
|
b167d29a80
|
[ci skip][AUTO]: updating luabinding & jsbinding automatically
|
2015-07-30 10:27:28 +00:00 |
pandamicro
|
9b5c8d5d12
|
Merge pull request #12601 from super626/physics3d
3d physics collider
|
2015-07-30 18:19:23 +08:00 |
yangxiao
|
8eac67b806
|
IsTrigger to isTrigger
|
2015-07-30 18:18:02 +08:00 |
yangxiao
|
99a869b588
|
IsTrigger to isTrigger
|
2015-07-30 18:14:46 +08:00 |
jianglong0156
|
113233b8df
|
add Camera support constructor
|
2015-07-30 18:00:51 +08:00 |
pandamicro
|
507a094653
|
Merge pull request #13108 from jianglong0156/constructedWith3D#12404
improve jsval_to_physics3DRigidBodyDes
|
2015-07-30 17:58:16 +08:00 |
CocosRobot
|
ef7318cf00
|
[ci skip][AUTO]: updating luabinding & jsbinding automatically
|
2015-07-30 09:23:06 +00:00 |
jianglong0156
|
b016b642ce
|
add Terrain support constructor
|
2015-07-30 17:17:57 +08:00 |
pandamicro
|
39721c6eb6
|
Merge pull request #13105 from fusijie/fix_10487
fix Sprite/Label/FastTMX auto-culling bug.
|
2015-07-30 17:12:37 +08:00 |
Wenhai Lin
|
bce279c52e
|
Label:Fixed the edge of character may be cropped.
|
2015-07-30 16:24:47 +08:00 |
jianglong0156
|
0f9483a0e3
|
add SpotLight support constructor
|
2015-07-30 15:21:35 +08:00 |
jianglong0156
|
8d3ceb7ac2
|
add PointLight support constructor
|
2015-07-30 15:11:37 +08:00 |
fusijie
|
17c7848e62
|
fix FastTiledMap auto-culling bug.
|
2015-07-30 15:07:03 +08:00 |
jianglong0156
|
52ed2e8d4e
|
add conversion function declare, use to the physics3d auto conversion the data
|
2015-07-30 14:56:24 +08:00 |
jianglong0156
|
b16ee0e45d
|
add file in project file with android, linux wp8.1 (reverted from commit 948628b800 )
|
2015-07-30 14:46:10 +08:00 |
jianglong0156
|
73125f46d2
|
add file in project file with android, linux wp8.1 (reverted from commit 948628b800 )
|
2015-07-30 14:38:20 +08:00 |
jianglong0156
|
a1a9e281a3
|
add conversion cpp file into iOS project (reverted from commit 439bc8a99f )
|
2015-07-30 14:37:58 +08:00 |
fusijie
|
f91a58c8ff
|
fix Label auto-culling bug.
|
2015-07-30 13:59:50 +08:00 |
CocosRobot
|
7a73c65208
|
[ci skip][AUTO]: updating luabinding & jsbinding automatically
|
2015-07-30 05:53:20 +00:00 |
子龙山人
|
cd4d8b7880
|
Merge pull request #13101 from WenhaiLin/v3.8-label-code-style
Improve coding style
|
2015-07-30 13:44:53 +08:00 |
pandamicro
|
a011fa4c8a
|
Merge pull request #12852 from super626/issue10242
fix #10242, reload shader when light number changed
|
2015-07-30 12:57:32 +08:00 |
fusijie
|
ee5e64825a
|
fix Sprite auto-culling bug.
|
2015-07-30 12:00:57 +08:00 |
CocosRobot
|
f1adc2ffd2
|
[ci skip][AUTO]: updating luabinding & jsbinding automatically
|
2015-07-30 03:39:17 +00:00 |
WenhaiLin
|
964e7103b5
|
Improve coding style
|
2015-07-30 11:33:18 +08:00 |
子龙山人
|
c039c7a9bd
|
Merge pull request #13084 from WenhaiLin/v3.8-label-df-contentsize-fix
Fixed the content size of Label is incorrect with GLOW effect.
|
2015-07-30 11:29:48 +08:00 |
CocosRobot
|
bd867311f1
|
[ci skip][AUTO]: updating luabinding & jsbinding automatically
|
2015-07-29 20:42:46 +00:00 |
Ricardo Quesada
|
642ccac5dc
|
Merge pull request #12927 from ricardoquesada/spine-2.3
Adds support for Spine runtime 2.3
|
2015-07-29 13:33:15 -07:00 |
pandamicro
|
f53ba42b3b
|
Fix test issues and Add audio engine to js templates
|
2015-07-29 21:22:44 +08:00 |
pandamicro
|
9972bfb98c
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into audioengine
# Conflicts:
# tests/js-tests/src/NativeTest/NativeTest.js
|
2015-07-29 21:01:56 +08:00 |
pandamicro
|
da4e062614
|
Add js wrapper for audio engine
|
2015-07-29 20:47:28 +08:00 |
VisualSJ
|
179266240f
|
Update js parser (timelineParser-2.x.js)
|
2015-07-29 19:49:54 +08:00 |
Vincent Yang
|
e1d4d22353
|
Fixed #12692 : UILayout viewing area cutting position calculation error
|
2015-07-29 18:43:11 +08:00 |
Liam
|
c93d40869c
|
fix simulator crash when sprite3d resource is error
|
2015-07-29 16:52:40 +08:00 |
WenhaiLin
|
a9f27865d3
|
Fixed the content size of Label is incorrect with GLOW effect.
|
2015-07-29 16:30:07 +08:00 |
WenhaiLin
|
20d445ad1a
|
Label:The texture of system font should be cropped if the height of label is not enough to show the entire string on Mac.
|
2015-07-29 16:11:27 +08:00 |
CocosRobot
|
8c642d966f
|
[ci skip][AUTO]: updating luabinding & jsbinding automatically
|
2015-07-29 07:45:19 +00:00 |
pandamicro
|
16b03f0ebe
|
Merge pull request #13065 from pandamicro/widget_onEnter
Ensure C++ classes onEnter, onExit can be safely override in JS
|
2015-07-29 15:36:12 +08:00 |
andyque
|
6de387b3ac
|
fix Mac system font crash issue
|
2015-07-29 15:20:31 +08:00 |
子龙山人
|
96d44e1078
|
Merge pull request #13076 from WenhaiLin/v3.8-label-gb2312
Label:support font that contains GB2312 char map.
|
2015-07-29 14:51:17 +08:00 |
tangziwen
|
cee43ccebb
|
update terrain again
|
2015-07-29 14:32:36 +08:00 |
子龙山人
|
a46c4be912
|
Merge pull request #13039 from WenhaiLin/v3.8-audioengine-preload
AudioEngine:support callback for preload feature.
|
2015-07-29 14:15:05 +08:00 |
tangziwen
|
e4cf89e1c4
|
terrain update: can set Light direction manually, set light map, fix a bug which height map is not exist cause crash when destructing.
|
2015-07-29 13:24:12 +08:00 |
pandamicro
|
3089ac302e
|
Refine ui bindings and JS constants
|
2015-07-29 13:06:49 +08:00 |
pandamicro
|
c81ba3c148
|
Merge pull request #12648 from stari4ek/v3-12645-depthstencil-attributes-ios
Fixed: #12645 iOS: depth/stencil buffers attributes are ignored
|
2015-07-29 11:09:56 +08:00 |
pandamicro
|
4cd0ced683
|
Merge pull request #12805 from super626/animate3d
fix #11487 animate3d bugs
|
2015-07-29 11:09:03 +08:00 |
yangxiao
|
5d677d49bb
|
clamp sin value to -1, 1
|
2015-07-29 10:35:01 +08:00 |
pandamicro
|
81842417c4
|
Merge pull request #13032 from xiaofeng11/v3
Fix issue https://github.com/cocos2d/cocos2d-x/issues/12968
|
2015-07-29 09:54:43 +08:00 |
pandamicro
|
cca95c3c51
|
Merge pull request #13041 from yangws/issue_10386
Fixed #10386 : ui::TextField hitTest not working as expected.
|
2015-07-29 09:52:06 +08:00 |
pandamicro
|
dc931db932
|
Merge pull request #13069 from dmurtagh/debug_draw_patch
Fixed a compile error when CC_SPRITE_DEBUG_DRAW is on
|
2015-07-29 09:51:43 +08:00 |
geron-cn
|
fa5d70fc04
|
add SkeletonNode Nest test case
|
2015-07-28 23:49:25 +08:00 |
geron-cn
|
d2de5b1c85
|
add test case for bug: #13060 and #13005
|
2015-07-28 19:18:58 +08:00 |
CocosRobot
|
ac7729332a
|
[ci skip][AUTO]: updating luabinding & jsbinding automatically
|
2015-07-28 10:39:16 +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
|
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 |
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 |
pandamicro
|
3fa9463ec7
|
Fix manual bindings for changed API in spine
|
2015-07-28 15:11:20 +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 |
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 |