pandamicro
|
fa9afd6c2b
|
Merge pull request #13953 from himynameschris/fix-socketio
Fix socketio to work with servers v1.0+
|
2015-09-20 23:15:27 +08:00 |
geron-cn
|
f93cfac0f7
|
rename setAnimationEndCallFunc
|
2015-09-20 16:24:41 +08:00 |
geron-cn
|
0cfc33e4d3
|
format apis added in https://github.com/cocos2d/cocos2d-x/pull/13770
|
2015-09-20 12:34:34 +08:00 |
Chris Hannon
|
e7c2436d85
|
fixes bug in socketio extension when connecting to socketio servers v1+ (incorrect separator in v1 packet strings)
Signed-off-by: Chris Hannon <chris@channon.us>
|
2015-09-19 20:31:48 -04:00 |
pandamicro
|
6bf54a3eda
|
Merge pull request #13770 from geron-cn/v3
add Frame End Call Back and Animation Clip End Call Back
|
2015-09-19 00:24:21 +08:00 |
pandamicro
|
6b8d400517
|
Merge pull request #13804 from ZhangMenghe/v3-UItestcase
[ci skip] UItestcase modification to be friendly
|
2015-09-19 00:22:41 +08:00 |
pandamicro
|
3fc1349561
|
Merge pull request #13945 from WenhaiLin/v3-physics-testcase-fix
[ci skip]Lua-tests:Fixed physical test cases.
|
2015-09-19 00:05:26 +08:00 |
WenhaiLin
|
db102f2030
|
[ci skip]Lua-tests:Fixed physical test cases.
|
2015-09-19 00:03:21 +08:00 |
pandamicro
|
0cbc1e5f40
|
Merge pull request #13923 from WenhaiLin/v3-physics-refine
Refine components to improve physics performance
|
2015-09-18 21:56:36 +08:00 |
pandamicro
|
cc8e944050
|
Merge pull request #12220 from hanxi/v3
add UIEditBox support linux platform
|
2015-09-18 21:53:09 +08:00 |
pandamicro
|
add24ccf95
|
Merge pull request #13913 from fusijie/revert-12889-fix_clippingRectangle_bug
Revert "remove CCClippingRectangleNode transform error support."
|
2015-09-18 21:43:42 +08:00 |
hanxi
|
b1ed1a8a51
|
add UIEditBox support linux platform.
|
2015-09-18 17:11:58 +08:00 |
WenhaiLin
|
a17a702cd1
|
Refine components to improve performance
|
2015-09-18 14:34:02 +08:00 |
yangxiao
|
36d4f5564d
|
merge cocos
|
2015-09-18 14:08:33 +08:00 |
pandamicro
|
8d0d053249
|
Merge pull request #13909 from ZhangMenghe/v3-s9sprite
[ci skip] testcase for s9sprite action
|
2015-09-18 13:03:13 +08:00 |
pandamicro
|
3f5df0ccc3
|
Merge pull request #13647 from super626/motionstreak3d
Motionstreak3d
|
2015-09-18 11:59:33 +08:00 |
偶尔e网事
|
eb480fb021
|
Revert "remove CCClippingRectangleNode transform error support."
|
2015-09-18 11:31:37 +08:00 |
ZhangMenghe
|
6e4d39e909
|
s9sprite action testcase
|
2015-09-18 09:45:43 +08:00 |
yangxiao
|
6f1b04fd89
|
merge cocos
|
2015-09-18 09:37:26 +08:00 |
pandamicro
|
ded9a9e6d4
|
Merge pull request #13893 from yangws/downloader
Remove AssetsManager dependence with CRUL.
|
2015-09-17 22:18:56 +08:00 |
Vincent Yang
|
5eafc93d86
|
Remove AssetsManager dependence with CRUL.
|
2015-09-17 16:52:31 +08:00 |
pandamicro
|
1eeafed072
|
Merge pull request #13884 from yangws/v3
Fix bug: in Widget::isClippingParentContainsPoint, _hittedByCamera may be null.
|
2015-09-17 16:32:56 +08:00 |
pandamicro
|
5b99ada936
|
Merge pull request #13842 from yangws/issue_13818
Fixed #13818 : Node:Text Input test in cpp-tests touch detection is wrong
|
2015-09-17 16:23:25 +08:00 |
yangxiao
|
572ee3adb2
|
merge cocos
|
2015-09-17 14:24:01 +08:00 |
Vincent Yang
|
4b83240bed
|
Fix bug: in ui::Widget::isClippingParentContainsPoint, _hittedByCamera may be null.
|
2015-09-17 11:20:36 +08:00 |
andyque
|
1be5402050
|
Merge branch 'v3' into addiOSMultiline-support
# Conflicts:
# build/cocos2d_libs.xcodeproj/project.pbxproj
|
2015-09-16 21:49:55 +08:00 |
pandamicro
|
0479cca364
|
Merge pull request #13832 from yangws/downloader
Restructure CCDownloader implement on iOS and Android don't use libcurl.
|
2015-09-16 14:01:28 +08:00 |
Vincent Yang
|
c85dc71846
|
Fixed #13818 : Node:Text Input test in cpp-tests touch detection is wrong.
|
2015-09-16 11:07:37 +08:00 |
yangxiao
|
ea538cd9da
|
merge cocos
|
2015-09-16 10:37:24 +08:00 |
Vincent Yang
|
848fa2c0d0
|
Merge cocos2d.
|
2015-09-15 18:30:45 +08:00 |
子龙山人
|
f2bee23696
|
Merge pull request #13789 from neokim/fix-13668
Fix for #13668
|
2015-09-15 18:28:24 +08:00 |
子龙山人
|
73d2c5d1b8
|
Merge pull request #13577 from fusijie/fix_13454
Fixed sprite debug draw.
|
2015-09-15 14:24:23 +08:00 |
andyque
|
556175df1e
|
add iOS EditBox multiline support
When the inputMode is ANY, then we use TextView to input.
otherwise we use normal UITextField.
Fixed issue https://github.com/cocos2d/cocos2d-x/issues/13436
|
2015-09-15 13:52:39 +08:00 |
andyque
|
2fea4db9fc
|
fix ui::Button title location issue
|
2015-09-15 13:37:32 +08:00 |
Vincent Yang
|
ebf308d88c
|
Test case Downloader Test restructured.
|
2015-09-14 15:33:34 +08:00 |
ZhangMenghe
|
5f8351ea32
|
UItestcase modification to be friendly
|
2015-09-14 15:31:25 +08:00 |
pandamicro
|
9fbefb8eed
|
Merge pull request #13786 from dumganhar/lua-xmlhttprequest-fix
[Lua] Life control fix for XMLHttpRequest
|
2015-09-14 12:12:41 +08:00 |
pandamicro
|
d3a76bc872
|
Merge pull request #13792 from natural-law/v3
Add tools for converting the performance tests data to excel files.
|
2015-09-14 10:55:27 +08:00 |
zhangbin
|
5d47ce8f23
|
Add tools for converting the performance tests data to excel files.
|
2015-09-14 09:52:21 +08:00 |
Neo Kim
|
3fff195c20
|
Override 'jumpToSomewhere' functions in list view to recalculate inner container's size if necessary.
|
2015-09-13 22:32:22 +09:00 |
James Chen
|
10e45ee744
|
Updates XMLHttpRequestTest.lua
|
2015-09-12 19:11:32 +08:00 |
子龙山人
|
96d6221daf
|
Merge pull request #13723 from neokim/add_scroll_to_item_and_magnetic_scroll_into_listview
Add scrolling to item and magnetic scroll into ListView
|
2015-09-11 17:48:40 +08:00 |
zhangbin
|
edb964a673
|
Remove the performance related config in project.json.
|
2015-09-11 16:03:07 +08:00 |
Neo Kim
|
22b2f8b7b3
|
ListView - Change the order of test cases and fix for windows builds.
|
2015-09-11 16:00:53 +09:00 |
zhangbin
|
8e9928ad99
|
Remove performance tests from lua-tests & js-tests.
|
2015-09-11 10:53:17 +08:00 |
geron-cn
|
966e568051
|
add ActionTimeline Frame End Call Back and Animation Clip End Call Back
|
2015-09-10 18:29:09 +08:00 |
Vincent Yang
|
bd80eb6f46
|
CCDownloader-android implements Data Task Download.
|
2015-09-10 18:03:15 +08:00 |
zhangbin
|
6f06ea19ac
|
Merge branch 'v3' into performance-test
|
2015-09-10 16:06:36 +08:00 |
zhangbin
|
e3161eb127
|
Remove performance tests from cpp-tests project.
|
2015-09-10 16:01:56 +08:00 |
Vincent Yang
|
7e2fe05050
|
CCDownloader-android implements File Task Download.
|
2015-09-10 15:56:06 +08:00 |