bill.zhang
|
c82fcfa6ca
|
Add win32 support for performance-tests.
|
2015-09-10 11:45:00 +08:00 |
pandamicro
|
941cd3c9de
|
Merge pull request #13717 from jianglong0156/assetsmanagerContinue
fix the AssetsManagerEx can not continuous transmission
|
2015-09-10 11:34:03 +08:00 |
yangxiao
|
d5fab0bd38
|
merge cocos
|
2015-09-10 10:44:09 +08:00 |
zhangbin
|
7fa1976fa6
|
Optimize the output test data.
|
2015-09-09 18:29:18 +08:00 |
zhangbin
|
5b90476f65
|
Write the test result file to sdcard on Android.
|
2015-09-09 17:00:38 +08:00 |
江龙
|
4509a316cc
|
add uniform conversion
relate issue:https://github.com/cocos2d/cocos2d-x/issues/13747
relate pr:https://github.com/cocos2d/bindings-generator/pull/191
|
2015-09-09 16:03:57 +08:00 |
zhangbin
|
f3ade30b0b
|
Add proj.android & proj.android-studio support.
|
2015-09-09 16:02:33 +08:00 |
yangxiao
|
ff85173b4b
|
remove cached material switch test demo
|
2015-09-09 11:13:17 +08:00 |
pandamicro
|
747fab26a8
|
Merge pull request #13735 from jianglong0156/actionExtendReverse
[ci skip]add action reverse issue test case
|
2015-09-09 11:12:47 +08:00 |
江龙
|
ac1af6cd91
|
add action reverse issue test case
|
2015-09-09 11:09:40 +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 |
Neo Kim
|
e58c073186
|
ListView - Apply magnetic to inertia scroll.
|
2015-09-09 10:29:18 +09:00 |
Neo Kim
|
ca3ea53ffd
|
ListView - Add enum for magnetic type and test cases for magnetic scroll.
|
2015-09-09 10:29:18 +09:00 |
Neo Kim
|
d8fc04d109
|
ListView - Add 'scrollToItem' method and its test cases.
|
2015-09-09 10:29:18 +09:00 |
Neo Kim
|
2599271410
|
ListView - Add APIs which return the closest item in specific position in current view.
|
2015-09-09 10:29:17 +09:00 |
江龙
|
8daf026c6c
|
fix the AssetsManagerEx can not continuous transmission for large zip file.
the testcase is extension/assetsmanager
|
2015-09-08 16:34:02 +08:00 |
zhangbin
|
523d4420bf
|
Add Container tests.
|
2015-09-08 16:33:03 +08:00 |
zhangbin
|
5bb3f1b9c4
|
Add Math tests.
|
2015-09-08 15:49:04 +08:00 |
yangxiao
|
7f7b4f83c4
|
add outline material
|
2015-09-08 15:33:24 +08:00 |
zhangbin
|
44b916ad74
|
Add Callback tests.
|
2015-09-08 15:29:56 +08:00 |
yangxiao
|
f944750627
|
add material cache
|
2015-09-08 15:29:54 +08:00 |
zhangbin
|
a3c730e014
|
Optimize the output file format.
|
2015-09-08 14:33:38 +08:00 |
yangxiao
|
2076071e8f
|
outline test using material file
|
2015-09-08 14:13:53 +08:00 |
zhangbin
|
8bceb9c0ba
|
Add Scenario tests.
|
2015-09-08 14:06:23 +08:00 |
yangxiao
|
a74e051b56
|
fix android back to foreground
|
2015-09-08 10:53:36 +08:00 |
minggo
|
8326ed6535
|
add physics component
|
2015-09-08 09:54:01 +08:00 |
zhangbin
|
669fc10d37
|
Clean the data when the auto tests are finished.
|
2015-09-07 16:40:47 +08:00 |
zhangbin
|
0571383889
|
Add EventDispatcher tests.
|
2015-09-07 16:20:20 +08:00 |
pandamicro
|
4fb34ba190
|
Merge pull request #13703 from cocos2d/v3.8
Sync v3.8 to v3
|
2015-09-07 14:56:37 +08:00 |
yangxiao
|
c3ac446f35
|
resolve conflict
|
2015-09-07 14:45:09 +08:00 |
zhangbin
|
646190af0e
|
Add Label tests.
|
2015-09-07 13:42:24 +08:00 |
Vincent Yang
|
9b4fe5b5a1
|
Add CCDownloader-android class frame to android project.
|
2015-09-07 11:55:00 +08:00 |
Vincent Yang
|
3a078540a0
|
Modify CCDownloader-apple.mm support continuly download.
|
2015-09-07 10:08:28 +08:00 |
zhangbin
|
5ce4ddfb1d
|
Add Texture tests.
|
2015-09-06 17:39:00 +08:00 |
zhangbin
|
bd47385bbd
|
Add Sprite tests.
|
2015-09-06 16:35:13 +08:00 |
Vincent Yang
|
0afa2bdfc6
|
Modify CCDownloader-curl.cpp to support continue download.
|
2015-09-06 15:57:51 +08:00 |
Vincent Yang
|
ea580ed2ee
|
Restructure CCDownload Interface and implements with curl.
|
2015-09-02 18:26:42 +08:00 |
andyque
|
c0f40ad4a5
|
fix Android EditBox font size issue
|
2015-09-02 18:25:30 +08:00 |
songchengjiang
|
cc6e2077f4
|
replace custom shaders by material files
add Sprite3DVertexColorTest
|
2015-09-02 16:30:24 +08:00 |
zhangbin
|
cc2dd7b225
|
Add Particle3D tests.
|
2015-09-02 14:31:35 +08:00 |
zhangbin
|
c664756dbe
|
Add particle tests.
|
2015-09-02 11:21:17 +08:00 |
ZhangMenghe
|
f3190206e0
|
Remove clickAndMove testcase
|
2015-09-01 14:21:08 +08:00 |
yangxiao
|
8499400514
|
motionstreak3d test demo
|
2015-09-01 10:39:31 +08:00 |
WenhaiLin
|
a3b5becb45
|
Sync v3.8 to v3
|
2015-08-31 22:05:37 +08:00 |
zhangbin
|
013ed60c15
|
Add node children tests.
|
2015-08-31 17:40:26 +08:00 |
zhangbin
|
46427bec59
|
Write the test data with json format.
|
2015-08-31 16:57:46 +08:00 |
zhangbin
|
351dee8c22
|
Optimize the implementation of Alloc Test.
|
2015-08-31 15:08:36 +08:00 |
zhangbin
|
0e0213b121
|
Add logic for auto test the test cases.
|
2015-08-31 11:42:48 +08:00 |
Vincent Yang
|
cf664800ac
|
refine #22483 : Restructure CCDownload Interface and implements on iOS.
|
2015-08-28 16:40:11 +08:00 |
zhangbin
|
00f2e99b2c
|
Add performance tests project for iOS & Mac.
|
2015-08-28 14:54:12 +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 |
VisualSj
|
2d77609fb7
|
Update socket@1.3.6 and web index
|
2015-08-28 11:48:58 +08:00 |
pandamicro
|
d6045fdbea
|
Merge branch 'v3.8' of github.com:cocos2d/cocos2d-x into v3
Conflicts:
cocos/audio/winrt/Audio.cpp
cocos/platform/winrt/CCCommon.cpp
cocos/platform/winrt/CCWinRTUtils.cpp
cocos/platform/winrt/CCWinRTUtils.h
|
2015-08-27 10:40:04 +08:00 |
fusijie
|
5f527bfc1d
|
Fixed sprite debug draw.
|
2015-08-26 18:18:58 +08:00 |
江龙
|
7ce5542ffc
|
add scriptTest project manifest
|
2015-08-26 14:50:34 +08:00 |
Ricardo Quesada
|
dfed33f6f2
|
Adds `PrimitiveCommand` test
|
2015-08-25 15:07:03 -07:00 |
andyque
|
6cea66f932
|
fixed Scale9Sprite default capInset bug.
Fixed https://github.com/cocos2d/cocos2d-x/issues/13560
|
2015-08-25 23:31:34 +08:00 |
pandamicro
|
b6de58c21c
|
Merge pull request #13558 from WenhaiLin/v3.8-testcase-refine2
[cpp-tests]Refine test cases about label
|
2015-08-25 18:30:44 +08:00 |
WenhaiLin
|
d6ed3b417c
|
[cpp-tests]Refine test cases about label
|
2015-08-25 17:50:47 +08:00 |
fusijie
|
19901c43ea
|
fix spriteblur crash foreground.
|
2015-08-25 14:39:17 +08:00 |
WenhaiLin
|
a6412e431d
|
[cpp-tests]Fixed title of test cases.
|
2015-08-25 10:28:18 +08:00 |
fusijie
|
a7820c1eef
|
fix shaderTest draw twice.
|
2015-08-24 18:35:49 +08:00 |
pandamicro
|
350182c1aa
|
Refactor BackGround to Background
|
2015-08-21 10:43:59 +08:00 |
yangxiao
|
3e2001bdb1
|
Add CCCameraBackgroundBrush
including Color, Depth, SkyBox brushes
Squashed from https://github.com/cocos2d/cocos2d-x/pull/13490
|
2015-08-21 10:43:59 +08:00 |
ZhangMenghe
|
1bcc2dec37
|
Notification effect enhancement
|
2015-08-21 10:20:59 +08:00 |
pandamicro
|
f377a9bff1
|
Merge pull request #13491 from zilongshanren/v3.8
add RadioButton and RadioButtonGroup event type
|
2015-08-21 09:17:46 +08:00 |
Dale Stammen
|
d55bc653e0
|
update c++ debug info settings
|
2015-08-20 13:25:17 -07:00 |
andyque
|
15156a015a
|
add RadioButton and RadioButtonGroup event type
|
2015-08-20 22:49:42 +08:00 |
pandamicro
|
918d7ce5d6
|
Merge pull request #13480 from geron-cn/v3.8
add blendfunc Frame test case
|
2015-08-20 18:02:40 +08:00 |
子龙山人
|
f79d2c8a0a
|
Merge pull request #13483 from zilongshanren/fix-lua-ui-v3.8
[ci skip]add missing ui test in Lua
|
2015-08-20 15:28:25 +08:00 |
andyque
|
72496ae426
|
add missing ui test in Lua
|
2015-08-20 15:25:09 +08:00 |
geron-cn
|
ede4651b5e
|
add blendfunc Frame test case
|
2015-08-20 11:29:52 +08:00 |
子龙山人
|
f14c58877c
|
Merge pull request #13467 from fusijie/fix_testcase_as_compile_downloaderTest
[ci skip]fix as compile error.
|
2015-08-19 15:17:59 +08:00 |
fusijie
|
bdc22516c8
|
fix as compile error.
|
2015-08-19 15:05:18 +08:00 |
pandamicro
|
08fcf7e35b
|
Merge pull request #13463 from ZhangMenghe/v3.8-materialSys
[ci skip] Delete blur shader in js-resj
|
2015-08-19 13:49:31 +08:00 |
ZhangMenghe
|
e9bd14e1d7
|
Delete blur shader in js-resj
|
2015-08-19 13:41:45 +08:00 |
pandamicro
|
31bc04a301
|
Merge pull request #13455 from MSOpenTech/v3-win10
Windows 10 UWP and WP8.1 app certification fixes
|
2015-08-19 13:36:29 +08:00 |
子龙山人
|
1f735b4f0e
|
Merge pull request #13437 from fusijie/fix_lua_testcase_setPointer_error
Fixed setVertexAttribPointer luabinding and Test case.
|
2015-08-19 11:43:18 +08:00 |
子龙山人
|
e3c88533fe
|
Merge pull request #13447 from WenhaiLin/v3.8-refine-testcases
Test cases:improve small problems.
|
2015-08-19 09:46:13 +08:00 |
Dale Stammen
|
47b72ba30e
|
Merge branch 'v3' into v3-win10
|
2015-08-18 11:07:38 -07:00 |
Dale Stammen
|
8493365be7
|
updates to pass Windows App Certification tests
|
2015-08-18 11:06:47 -07:00 |
WenhaiLin
|
5cdfdf8497
|
[ci skip][Android Studio Projects]Update Gradle Plugin from 1.2.3 to 1.3.0
|
2015-08-18 22:37:00 +08:00 |
WenhaiLin
|
5dd6d94c17
|
Test cases:improve small problems.
|
2015-08-18 22:19:24 +08:00 |
ZhangMenghe
|
9fbc45171e
|
Fix shader position abnormal
|
2015-08-18 17:07:08 +08:00 |
VisualSj
|
22c8163bc8
|
[js-tests][PageView] Button position error
|
2015-08-18 16:12:32 +08:00 |
fusijie
|
f671d36e31
|
Fixed lua testacase setPointer error.
|
2015-08-18 11:19:32 +08:00 |
Dale Stammen
|
9259696847
|
disable Downloader test for Win10 UWP. No CURL support yet
|
2015-08-17 18:37:54 -07:00 |
Dale Stammen
|
97ecec1d64
|
updated Win10 UWP app asset files
|
2015-08-17 18:35:42 -07:00 |
pandamicro
|
b4ec30cc47
|
Merge pull request #13416 from WenhaiLin/v3.8-beta2
cpp-tests[win32 project]:Fixed link errors in release mode.
|
2015-08-17 22:32:42 +08:00 |
pandamicro
|
40581c1c25
|
Merge pull request #13422 from VisualSJ/v3-pb-21865
[ci skip] Change ActionManager test name
|
2015-08-17 21:47:20 +08:00 |
VisualSJ
|
be93b6bf2e
|
Change ActionManager test name
|
2015-08-17 20:35:38 +08:00 |
pandamicro
|
f2edb1c8f9
|
Merge pull request #13410 from ZhangMenghe/v3-retinaEffect
[ci skip] Fix invisiable testcase of effects
|
2015-08-17 17:51:04 +08:00 |
WenhaiLin
|
ae836bd364
|
cpp-tests[win32 project]:Fixed link errors in release mode.
|
2015-08-17 17:43:36 +08:00 |
ZhangMenghe
|
eaa5643c7c
|
Fix invisiable testcase of effects
|
2015-08-17 17:26:25 +08:00 |
pandamicro
|
9db78b2bb7
|
Merge pull request #13407 from liamcindy/v3.8
fix the skybox display error from editor files
|
2015-08-17 16:57:32 +08:00 |
Liam
|
7aa36d14be
|
fix the skybox display error from editor files
|
2015-08-17 13:04:25 +08:00 |
子龙山人
|
4000cff902
|
Merge pull request #13399 from WenhaiLin/v3.8-beta2
DownloaderAsyncTest:Fixed crash cause by double-click `start download` button.
|
2015-08-17 11:28:43 +08:00 |
pandamicro
|
3f160ddbb1
|
Merge pull request #13382 from ZhangMenghe/v3-physics3d
[ci skip] Avoid to trigger touch event multiple times
|
2015-08-17 11:21:51 +08:00 |
pandamicro
|
c0eea61109
|
Merge pull request #13375 from ZhangMenghe/v3-effectAdvance
[ci skip] Fix abnormal effects in effectsTest
|
2015-08-17 11:18:27 +08:00 |