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 |
子龙山人
|
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 |
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 |
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 |
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 |
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 |
zhangbin
|
44b916ad74
|
Add Callback tests.
|
2015-09-08 15:29:56 +08:00 |
zhangbin
|
a3c730e014
|
Optimize the output file format.
|
2015-09-08 14:33:38 +08:00 |
zhangbin
|
8bceb9c0ba
|
Add Scenario tests.
|
2015-09-08 14:06:23 +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 |
zhangbin
|
646190af0e
|
Add Label tests.
|
2015-09-07 13:42:24 +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 |
andyque
|
c0f40ad4a5
|
fix Android EditBox font size issue
|
2015-09-02 18:25:30 +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 |
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 |
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 |
江龙
|
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 |