zilongshanren
|
8d1f1a9933
|
Merge pull request #14457 from zilongshanren/testEditBoxScaleSize
Fix edit box setPlaceholderFontName and scale font size issue
|
2015-11-24 11:33:52 +08:00 |
zilongshanren
|
7676b1cb73
|
improve label layout logic
|
2015-11-23 17:47:30 +08:00 |
zilongshanren
|
361daf7f5f
|
fix wrong indentation
|
2015-11-23 11:50:04 +08:00 |
François Dupayrat
|
12df5ae1cc
|
Fix wrong variable use for setPlaceholderFontName
1. fix editbox scale not affect native font size
|
2015-11-23 11:49:22 +08:00 |
zilongshanren
|
689c0f4af3
|
Merge pull request #14327 from wohaaitinciu/editbox-win32
Fix a fatal bug in EditBox implement for platform win32
|
2015-11-23 11:35:40 +08:00 |
zilongshanren
|
7ee82f20fc
|
fix getLetter crash issue.
1. make vertical clamp works in non-wrap mode.
2. make the lineHeight and letterSprite scale work correct.
|
2015-11-20 16:39:48 +08:00 |
zilongshanren
|
19257d6120
|
Add Overflow feature char map font.
1. fix single line clamp.
|
2015-11-19 18:14:46 +08:00 |
zilongshanren
|
ccdb2a75f9
|
Add Label Overflow and wrap option.
Squashed commit of the following:
commit 7176582def3686f78701f92ead4d0976bccd115d
Author: zilongshanren <guanghui8827@126.com>
Date: Thu Nov 19 10:30:54 2015 +0800
add char map font test
commit 7ea7c251ff549e4a74d5c5c3faa49893fe5defc4
Author: zilongshanren <guanghui8827@126.com>
Date: Wed Nov 18 15:00:17 2015 +0800
system font overflow is not supported
commit a02fe0c7f94692b95a0bfd6f194a94c4519cee3a
Author: zilongshanren <guanghui8827@126.com>
Date: Wed Nov 18 11:04:15 2015 +0800
add system font test
commit eb098da8b16f485c86929a9b2ba00a64068264e9
Author: zilongshanren <guanghui8827@126.com>
Date: Tue Nov 17 10:29:35 2015 +0800
Finish resize height mode
commit ca78ba35abdbacc23bf6f8315454ec0a356a6aca
Author: zilongshanren <guanghui8827@126.com>
Date: Mon Nov 16 11:01:27 2015 +0800
fix wrap issue
commit baf1a5e0dc3a08da0a13500aea5afc82017b054a
Author: zilongshanren <guanghui8827@126.com>
Date: Sat Nov 14 08:28:57 2015 +0800
horizontal shrink still has a issue
commit 7e8abc0990cdf299d23c8072c5c1d4aa561bf798
Author: zilongshanren <guanghui8827@126.com>
Date: Fri Nov 13 11:42:34 2015 +0800
finish shrink without wrap
commit c9c45bd1f304ba00a6f9a274fa5631659a075bc1
Author: zilongshanren <guanghui8827@126.com>
Date: Fri Nov 13 10:09:46 2015 +0800
update shrink
commit ad82010ea846679e4d1a09f5127be29ae2e6adae
Author: zilongshanren <guanghui8827@126.com>
Date: Thu Nov 12 17:55:15 2015 +0800
refactor shrink logic
commit effc1ee1cd9f06eaa4f46dd5c2a1401f6a285af6
Author: zilongshanren <guanghui8827@126.com>
Date: Wed Nov 11 18:25:34 2015 +0800
add resize overflow type
commit 194d552adc2a4ba2c439eff969b082556315e0ae
Author: zilongshanren <guanghui8827@126.com>
Date: Wed Nov 11 11:49:51 2015 +0800
no wrap, shrink is working.
commit e2222ef14d5392817bd727895b3c2caec5ce4faf
Author: zilongshanren <guanghui8827@126.com>
Date: Tue Nov 10 16:16:27 2015 +0800
add overflow type to label.
1. optimize the testcase
commit b65e2de4bfb3cb86a0d0cfa118be891a3f9fe858
Author: zilongshanren <guanghui8827@126.com>
Date: Mon Nov 9 17:22:34 2015 +0800
finish bmfont wrap by char
commit f339ff0309dc9e2ca2871f03f4551d329afce5e1
Author: zilongshanren <guanghui8827@126.com>
Date: Mon Nov 9 17:04:51 2015 +0800
finish bmfont wrap by word
commit 4c8edc65204a1294ac81315e72f1299acbdf43c0
Author: zilongshanren <guanghui8827@126.com>
Date: Mon Nov 9 11:29:21 2015 +0800
add BMFont size support
commit 3282481bda9dcb0f88b41f2568f7e5c856af6d53
Author: zilongshanren <guanghui8827@126.com>
Date: Mon Nov 9 09:58:01 2015 +0800
add font size support for BMFONT
commit 0c8e2a0374983625507a183cb2eb53a0b1709e25
Author: zilongshanren <guanghui8827@126.com>
Date: Fri Nov 6 16:36:27 2015 +0800
add toggle wrap option.
1. make hirozontal clamp working
commit 19dcd3e80a34c54b20934d08937eb270e689a7db
Author: zilongshanren <guanghui8827@126.com>
Date: Fri Nov 6 15:12:59 2015 +0800
tweak label layout
commit e36a40babf4817ea7e9830614ac7560f2e69c583
Author: zilongshanren <guanghui8827@126.com>
Date: Thu Nov 5 11:11:02 2015 +0800
finish the test skeleton
commit a144a3a5d388d15c4f37cbfc12563eccabffb8e1
Author: zilongshanren <guanghui8827@126.com>
Date: Wed Nov 4 16:38:54 2015 +0800
add setFontSize api to label.
1. add new chinese-english bmfont
2. beautify base test
commit b22551c9eb3738fbb1c38ae4a3bfd07a202dcaf0
Author: zilongshanren <guanghui8827@126.com>
Date: Wed Nov 4 11:27:18 2015 +0800
add label layout test skeleton
|
2015-11-19 16:06:13 +08:00 |
Jeff Wang
|
efeae1eae9
|
add a test case for pr 14327
|
2015-11-18 22:52:47 +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 |
zilongshanren
|
a5b7674b4d
|
Merge pull request #14263 from zilongshanren/improve-scale9sprite-v4
improve scale9sprite
|
2015-11-17 10:48:09 +08:00 |
Neo Kim
|
603d788fbf
|
PageView - Fix that page indicator was not working well in vertical page view.
|
2015-11-15 22:49:42 +09:00 |
Neo Kim
|
9cbbd283c7
|
PageView - Deprecate the APIs related to custom scroll threshold.
|
2015-11-10 21:35:01 +09:00 |
Бесшапошников Никита
|
89798d949b
|
[js-tests] Test case for Scale9Sprite fade actions with cascade opacity enabled
Test case for https://github.com/cocos2d/cocos2d-html5/pull/3181
|
2015-11-10 15:13:05 +03:00 |
XiaoFeng
|
668558b99f
|
Fix when leave "ComponentTest" scene, background music still go on playing in lua-test under Android system
|
2015-11-06 11:38:41 +08:00 |
pandamicro
|
a74c8ccded
|
Merge pull request #14292 from xiaofeng11/v3
Fix "BillBoard Test->Rotation Test" won't resume after switch back from background.
|
2015-11-03 17:46:34 +08:00 |
pandamicro
|
6010879ecf
|
Merge pull request #14305 from pandamicro/v3
[ci skip] Fix SocketIO test on iOS 9
|
2015-11-03 17:27:21 +08:00 |
pandamicro
|
6a454d3eba
|
Fix SocketIO test on iOS 9
|
2015-11-03 17:26:37 +08:00 |
zhangcheng
|
39f68e9885
|
Update ccs-res submodule to the latest.
|
2015-11-03 13:08:56 +08:00 |
XiaoFeng
|
8e6e46d596
|
Fix "BillBoard Test->Rotation Test" won't resume after switch back from background.
|
2015-11-02 14:50:45 +08:00 |
XiaoFeng
|
0c8aed8a1a
|
Remove redundancy code
|
2015-11-02 13:40:08 +08:00 |
pandamicro
|
0d6bf3263b
|
Improve js templates with noCache and cc.view.setRealPixelResolution docs
|
2015-11-01 18:33:05 +08:00 |
zilongshanren
|
3e2094981f
|
add scale9sprite rendering type test
|
2015-10-30 14:01:01 +08:00 |
zilongshanren
|
f84c2de1e2
|
add sprite and scale9sprite batch test
|
2015-10-30 09:58:02 +08:00 |
zilongshanren
|
1417534194
|
add rendering type to scale9sprite
|
2015-10-29 23:13:36 +08:00 |
pandamicro
|
b66fa04c21
|
Merge pull request #14255 from xiaofeng11/v3_23634
Fix "UItest->UicheckBox" display status, make it same as C++ version
|
2015-10-28 18:32:49 +08:00 |
XiaoFeng
|
53d2874507
|
Fix "UItest->UicheckBox" display status, make it same as C++ version
|
2015-10-28 17:38:17 +08:00 |
Neo Kim
|
543fff63fb
|
PageView - Add indicators to some test cases
|
2015-10-28 17:23:08 +09:00 |
Neo Kim
|
abc309edb2
|
PageView - Replace the deprecated APIs with new ones.
|
2015-10-28 16:57:54 +09:00 |
Neo Kim
|
b9a4449494
|
PageView - Add `handleReleaseLogic()` for page view.
|
2015-10-28 16:56:35 +09:00 |
Neo Kim
|
97acf52cc8
|
PageView - Replace the legacy methods of `PageView` with the ones of `ListView`.
|
2015-10-28 16:56:34 +09:00 |
Neo Kim
|
e567259826
|
PageView - Change `PageView` to derive from `ListView` and use `ScrollView::Direction` instead of `PageView::Direction`.
|
2015-10-28 16:56:34 +09:00 |
Neo Kim
|
a09f2af14c
|
PageView - Trivial change on test code
|
2015-10-28 16:56:34 +09:00 |
pandamicro
|
15e400fb2e
|
Merge pull request #14248 from xiaofeng11/v3_23634
Fix "PhysicsTest->Fixed Update Test" under lua-test perform in wrong status.
|
2015-10-28 15:49:52 +08:00 |
XiaoFeng
|
80b2def648
|
Fix "PhysicsTest->Fixed Update Test" under lua-test perform in wrong status.
|
2015-10-28 14:12:24 +08:00 |
pandamicro
|
5a963c66cd
|
Merge pull request #14240 from neokim/android_test_app_landscape_reversible
Change the android test app to be landscape reversible.
|
2015-10-28 13:03:33 +08:00 |
XiaoFeng
|
c55f030218
|
Fix "Test change animation intenal" under js test can not change back to 60fps
|
2015-10-28 11:18:12 +08:00 |
Neo Kim
|
11b46a7b04
|
Change the android test app to be landscape reversible.
|
2015-10-27 20:43:56 +09:00 |
pandamicro
|
aa9f0d5bd5
|
Merge pull request #14049 from CodeAndWeb/v3-sprite-polygoninfo-from-plist
Extending SpriteFrameCache to read PolygonInfo from atlas plist file
|
2015-10-27 17:28:22 +08:00 |
pandamicro
|
175f4c02ad
|
Merge pull request #14197 from xiaofeng11/v3_xf
Fix CCDownloader-curl will crash in js-test & Fix broken image link in TextureCacheTest.js
|
2015-10-22 14:45:20 +08:00 |
pandamicro
|
43c19fd1e7
|
Merge pull request #14205 from pandamicro/v3
Fix Scheduler API inconsistency
|
2015-10-21 22:11:16 +08:00 |
pandamicro
|
9eeda122e9
|
Fix Scheduler API inconsistency
|
2015-10-21 22:10:48 +08:00 |
Dale Stammen
|
3f359381dc
|
moved file to correct folder in vcxproj
|
2015-10-20 10:07:30 -07:00 |
Dale Stammen
|
f9d8907697
|
updated winrt temporary app certificates expiration dates
|
2015-10-20 07:39:42 -07:00 |
XiaoFeng
|
3d626940af
|
Roll back debug commented code
|
2015-10-20 17:23:31 +08:00 |
XiaoFeng
|
7e54a91ee6
|
Fix CCDownloader-curl will crash in js-test
Fix broken image link in TextureCacheTest.js
|
2015-10-20 16:28:03 +08:00 |
pandamicro
|
3bf0d0fe44
|
Merge pull request #14168 from MSOpenTech/v3-win10-fix
V3: fixed msbuild by removing incorrect AppxBundle properties from project
|
2015-10-19 08:22:24 +08:00 |
pandamicro
|
cde67d1261
|
Merge pull request #14162 from mogemimi/fix-warnings
Fix warnings on Xcode 7
|
2015-10-18 22:56:12 +08:00 |
pandamicro
|
c365fc5883
|
Merge pull request #14180 from pandamicro/v3
Fix issue for web engine upgrade
|
2015-10-18 22:48:16 +08:00 |
pandamicro
|
11890d6c4b
|
Fix issue for web engine upgrade
|
2015-10-18 00:19:02 +08:00 |
Dale Stammen
|
e2730a3d92
|
fixed msbuild by removing incorrect AppxBundle properties from project
|
2015-10-16 09:25:24 -07:00 |
mogemimi
|
73c0ce1a9a
|
Replace String::createWithFormat() with StringUtils::format()
|
2015-10-16 15:02:14 +09:00 |
mogemimi
|
4600c41f9b
|
Add override keywords
|
2015-10-16 15:01:10 +09:00 |
pandamicro
|
efeb6a44fb
|
Merge pull request #14143 from MSOpenTech/v3-win10-curl
V3 win10 curl
|
2015-10-16 13:35:48 +08:00 |
pandamicro
|
e789ab97be
|
Merge pull request #14139 from super626/v3
fix obb performance test
|
2015-10-15 16:00:51 +08:00 |
Dale Stammen
|
3e3e47de10
|
added Win10 UWP curl support
|
2015-10-14 16:47:52 -07:00 |
pandamicro
|
1c085c96f1
|
Merge pull request #14136 from songchengjiang/cocos2d-v3-bugfix
fix lua Scene3DTest "back" button not working issue
|
2015-10-14 14:01:58 +08:00 |
yangxiao
|
85f40de424
|
fix obb performance test
|
2015-10-14 13:43:02 +08:00 |
songchengjiang
|
29c5ca6ea9
|
fix the #23309 bug
|
2015-10-14 11:23:11 +08:00 |
XiaoFeng
|
767a4afb9f
|
Fix UIPageViewVerticalTest in cpp-test can not scroll back to page 1
|
2015-10-14 09:16:34 +08:00 |
pandamicro
|
f2e3a0c071
|
Merge pull request #14104 from xiaofeng11/v3_bugfix
Bug fix
|
2015-10-12 10:14:26 +08:00 |
XiaoFeng
|
aee3244ad3
|
Fix test cocostudio test->cocostudio GUItest->MoveBy vertical direction under lua test project can not scroll back to page 1 from page 2
|
2015-10-10 17:50:48 +08:00 |
pandamicro
|
cff1a8ed50
|
Merge pull request #14103 from xiaofeng11/v3_bugfix
Bug fix
|
2015-10-10 17:20:07 +08:00 |
XiaoFeng
|
4df211fa0b
|
Fix particle test under lua test project display different in different platform
Fix cocostudio 3d test under lua test project crash bug
|
2015-10-10 14:51:14 +08:00 |
pandamicro
|
f64105b3dc
|
Merge pull request #14047 from liamcindy/v3.9
update for light3d reader
|
2015-10-10 11:43:05 +08:00 |
pandamicro
|
c2571f950c
|
Merge pull request #14003 from zilongshanren/fixWebViewCallback
fix ui::WebView callback operate OpenGL issue.
|
2015-10-10 11:32:02 +08:00 |
pandamicro
|
8b0a6a6c29
|
Merge pull request #14099 from pandamicro/v3
[ci skip]Sync with CCBoot for web
|
2015-10-10 10:16:16 +08:00 |
pandamicro
|
5ae2812bf8
|
Sync with CCBoot for web
|
2015-10-10 10:15:36 +08:00 |
pandamicro
|
bc9b59b7f7
|
Merge pull request #14096 from pandamicro/v3
[ci skip]Add opacity/color cascade test case for Scale9Sprite
|
2015-10-09 21:07:27 +08:00 |
pandamicro
|
0ea54868e2
|
Add opacity/color cascade test case for Scale9Sprite
|
2015-10-09 21:01:49 +08:00 |
pandamicro
|
87677cdbd1
|
Merge pull request #14088 from chengstory/Fix#23321
Fix Bug #23321
|
2015-10-09 15:27:56 +08:00 |
Liam
|
68f25f65c4
|
update submodule
|
2015-10-08 14:59:48 +08:00 |
zhangcheng
|
77062acfa7
|
Fix Bug #23321
|
2015-10-08 14:48:38 +08:00 |
pandamicro
|
d6bb62beee
|
Merge pull request #14083 from chengstory/Fix#23337
Fix Bug #23337
|
2015-10-08 11:54:07 +08:00 |
zhangcheng
|
4bf56e5853
|
Fix #23337
Hide menu "cocostudio 2.1", because cocostudio 1.6 Api can't load json exported from cocostudio 2.x.
|
2015-10-08 11:35:43 +08:00 |
pandamicro
|
2dbe0c1a90
|
Merge pull request #14016 from xiaofeng11/v3
Fix quickly click mouse in "41:Node:Physics -> 6:joints" in cpp-test may cause program crash
|
2015-10-08 11:12:36 +08:00 |
Dale Stammen
|
84e0d7fe7b
|
fixed another missing image asset in Win10 UWP manifest
|
2015-10-04 09:19:18 -07:00 |
Dale Stammen
|
6df43e60c0
|
fixed Windows 10 UWP app manifest by correcting image asset paths
|
2015-10-02 13:28:39 -07:00 |
Joachim Grill
|
79656ffe13
|
fixed typo, indentation
|
2015-09-29 16:50:14 +02:00 |
Joachim Grill
|
b14b251628
|
added Sprite performance test: load sprite from sprite sheet, with rectangular frame as well as with polygon outline
|
2015-09-29 15:45:48 +02:00 |
Joachim Grill
|
80ca579a01
|
added Sprite test case which loads PolygonInfo of sprite from plist file
|
2015-09-29 15:44:13 +02:00 |
Liam
|
8368762b37
|
update for light3D
|
2015-09-29 18:33:28 +08:00 |
zhangbin
|
f715a93521
|
Solve the crash of performance-tests on windows.
|
2015-09-29 15:32:51 +08:00 |
XiaoFeng
|
84347bb056
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3
|
2015-09-29 09:35:35 +08:00 |
XiaoFeng
|
0bdb1b099d
|
Fix particle test under performance test project memory overflow
|
2015-09-28 14:06:02 +08:00 |
pandamicro
|
0af7f29cfd
|
Merge pull request #14024 from TheCodez/fix_refptr_testcase
Fix : RefPtr test wasn't executed even in debug build
|
2015-09-27 23:16:27 +08:00 |
pandamicro
|
17c78ad3b1
|
Merge pull request #14018 from natural-law/v3
Solve the crash of performance-tests on windows.
|
2015-09-27 23:11:19 +08:00 |
Michael Kösel
|
744b7f54c9
|
Fix wrong debug check
|
2015-09-26 16:58:26 +02:00 |
pandamicro
|
91928aa23d
|
Add ComponentJS test case and fix windows platforms
|
2015-09-26 19:43:36 +08:00 |
pandamicro
|
a1bbd43f9f
|
Add component test to lua-tests and remove it from lua empty test
|
2015-09-26 19:43:36 +08:00 |
pandamicro
|
7e2b8c71a7
|
Improve lua script component
|
2015-09-26 19:43:35 +08:00 |
minggo
|
26632ec69a
|
linjia demo finish
|
2015-09-26 19:43:35 +08:00 |
minggo
|
3d1318fdf1
|
enemy can run
|
2015-09-26 19:43:35 +08:00 |
minggo
|
7326369ed2
|
pass dt to lua update
|
2015-09-26 19:43:35 +08:00 |
minggo
|
63af026769
|
can use any lua type to extend component
|
2015-09-26 19:43:35 +08:00 |
minggo
|
3f066d156a
|
lua script can access c++'s functions
|
2015-09-26 19:43:35 +08:00 |
minggo
|
85c297f53b
|
temple save
|
2015-09-26 19:43:35 +08:00 |
minggo
|
10427fb7ae
|
add lua component
|
2015-09-26 19:43:35 +08:00 |
zhangbin
|
6697cad212
|
Solve the crash of performance-tests on windows.
|
2015-09-25 18:23:13 +08:00 |
江龙
|
9eb05707fb
|
add custom spine skeletonAnimation test
|
2015-09-25 13:36:48 +08:00 |