axmol/tests/cpp-tests/Classes
minggo fa15ab8212 3.13.1 text color (#16516)
* fix: Label updateColor() and underline color work as expected (#16486)

fixes Github issue #15214 correctly. underline uses _displayColor
and not _textColorF. _textColorF is only for the text.
This also emulates the SystemFont underline behavior

fixes Github issue #16471

* fix conflict

* Issue 16471 (#16489)

* fix: Label updateColor() and underline color work as expected

fixes Github issue #15214 correctly. underline uses _displayColor
and not _textColorF. _textColorF is only for the text.
This also emulates the SystemFont underline behavior

fixes Github issue #16471

* docs: added more internal doc for issue_16471
2016-09-07 09:44:58 +08:00
..
ActionManagerTest fix: add testcase for issue #14050 fix 2016-06-28 17:08:56 -07:00
ActionsEaseTest
ActionsProgressTest Fixes jsval_to_std_string could not convert number to string. (#16504) (#16515) 2016-09-05 17:42:34 +08:00
ActionsTest ignoreAnchorPointForPosition() -> set ~ from missing files 2016-04-25 20:43:42 +09:00
AllocatorTest
BillBoardTest
Box2DTest
Box2DTestBed use std::srand() instead 2016-07-11 11:17:28 +08:00
BugsTest adds more info for bug #15776 (#16316) 2016-08-05 14:04:26 +08:00
Camera3DTest fix: collection of vr fixes (#15948) 2016-06-24 16:55:28 +08:00
ChipmunkTest Squashed commit of the following: 2016-02-29 13:53:00 -08:00
ClickAndMoveTest
ClippingNodeTest Replace String::createWithFormat() with StringUtils::format() 2015-10-16 15:02:14 +09:00
CocosDenshionTest
ConfigurationTest
ConsoleTest use std::srand() instead 2016-07-11 11:17:28 +08:00
CurlTest Remove AssetsManager dependence with CRUL. 2015-09-17 16:52:31 +08:00
CurrentLanguageTest
DataVisitorTest fix tons of warnings 2015-07-15 12:04:48 +08:00
DownloaderTest Removed unnecessary search paths. 2016-03-22 16:04:12 +08:00
DrawPrimitivesTest test: add test case for Github issue #11942 2016-07-06 17:21:58 -07:00
EffectsAdvancedTest
EffectsTest [ci skip]fixed title. 2015-08-05 15:47:59 +08:00
ExtensionsTest SocketIOTest: url fix 2016-06-22 12:10:19 +08:00
FileUtilsTest fix bug that FileUitls::removeDirectory() can not work on all platforms except iOS and Mac 2016-07-07 17:43:19 +08:00
FontTest ignoreAnchorPointForPosition() -> set ~ from missing files 2016-04-25 20:43:42 +09:00
InputTest
IntervalTest
JNITest Add tizen support (#15518) 2016-04-28 09:49:55 +08:00
LabelTest 3.13.1 text color (#16516) 2016-09-07 09:44:58 +08:00
LayerTest ignoreAnchorPointForPosition() -> set ~ from missing files 2016-04-25 20:43:42 +09:00
LightTest
MaterialSystemTest use correct file (#16300) 2016-08-03 15:13:04 +08:00
MenuTest don't set wrong string for atlas label 2016-03-30 14:28:33 +08:00
MotionStreakTest test: add test case for Github issue #12226 2016-07-06 16:37:15 -07:00
MutiTouchTest
NavMeshTest fix tons of warnings 2015-07-15 12:04:48 +08:00
NewAudioEngineTest fixed #16490: [android, audio] AudioEngine::stop() triggers 'finished' callback (#16491) (#16524) 2016-09-06 10:58:43 +08:00
NewEventDispatcherTest
NewRendererTest Add captureNode for cocos2d::utils (#15558) 2016-05-07 22:10:53 +08:00
NodeTest testcase: add test case for issue #16100 2016-07-26 19:03:54 -07:00
OpenURLTest
ParallaxTest
Particle3DTest
ParticleTest Added Particle Emitter Pause option, and tests (#15836) 2016-06-15 18:31:10 +08:00
Physics3DTest avoid to trigger touch event multiple times 2015-08-07 15:09:01 +08:00
PhysicsTest Fix spelling for `getPolygonCenter` function 2016-07-19 08:24:22 +09:00
ReleasePoolTest
RenderTextureTest test case for issue #16113 2016-07-20 19:45:52 -07:00
RotateWorldTest ignoreAnchorPointForPosition() -> set ~ from missing files 2016-04-25 20:43:42 +09:00
Scene3DTest Upgrades to Spine v3.4 (#16242) 2016-07-28 07:25:50 -07:00
SceneTest
SchedulerTest Modify test case SchedulerPauseResumeAll and SchedulerPauseResumeAllUser. 2015-08-13 14:38:51 +08:00
ShaderTest Fix some minor typos in local variable names 2016-06-29 11:04:11 +09:00
SpineTest Upgrades to Spine v3.4 (#16242) 2016-07-28 07:25:50 -07:00
Sprite3DTest Fixes signed/unsigned mismatch warnings. 2016-04-26 17:53:25 +08:00
SpriteFrameCacheTest Fix test cases with PVRTC textures loading on devices that don't support this formats 2016-05-23 18:10:00 +03:00
SpritePolygonTest fix: add test case for issue #14017 2016-06-28 17:32:13 -07:00
SpriteTest Add ETC1 builtin alpha support. (#16118) 2016-07-25 17:31:54 +08:00
TerrainTest add terrain test with light map 2015-08-03 14:02:46 +08:00
TextInputTest Fix password style text in UTF-16 (#15620) 2016-05-23 09:48:15 +08:00
Texture2dTest Fixes format warnings. 2016-04-18 17:52:58 +08:00
TextureCacheTest
TexturePackerEncryptionTest fix tons of warnings 2015-07-15 12:04:48 +08:00
TileMapTest fix: stagger tilemaps hexa works as expected 2016-07-19 22:55:05 -07:00
TouchesTest Roll back disable force GC change on windows platform, this cause lua binding can not respond mouse click 2015-12-22 18:41:44 +08:00
TransitionsTest
UITest fix pageview turning event (#16299) 2016-08-04 09:51:54 +08:00
UnitTest fixes compile error for win32 (#16351) 2016-08-11 15:54:51 +08:00
UserDefaultTest
VRTest fix: collection of vr fixes (#15948) 2016-06-24 16:55:28 +08:00
VibrateTest fix tons of warnings 2015-07-15 12:04:48 +08:00
ZwoptexTest
AppDelegate.cpp Squashed commit of the following: 2016-06-15 11:33:25 -07:00
AppDelegate.h English grammar corrections. 2016-05-25 15:25:38 +01:00
BaseTest.cpp [cpp-tests]Refine test cases about label 2015-08-25 17:50:47 +08:00
BaseTest.h Test cases:improve small problems. 2015-08-18 22:19:24 +08:00
VisibleRect.cpp
VisibleRect.h
controller.cpp fix: collection of vr fixes (#15948) 2016-06-24 16:55:28 +08:00
controller.h
testBasic.cpp
testBasic.h
testResource.h
tests.h fix: collection of vr fixes (#15948) 2016-06-24 16:55:28 +08:00