axmol/tests/cpp-tests/Classes
WuHao aeeed0f4ab Merge remote-tracking branch 'origin' into fix_spritepolygon
# Conflicts:
#	external/config.json
2015-06-16 11:19:20 +08:00
..
ActionManagerTest more fixes with the namespaces 2015-04-08 21:23:47 -07:00
ActionsEaseTest more fixes with the namespaces 2015-04-08 21:23:47 -07:00
ActionsProgressTest tests compiles on xcode 6.3 2015-04-08 17:37:30 -07:00
ActionsTest issue #10302: Remove duplicated test cases 2015-05-26 17:20:46 +08:00
AllocatorTest tests compiles on xcode 6.3 2015-04-08 17:37:30 -07:00
BillBoardTest Fixed the test case of BillBoard not respond click event as expected. 2015-04-09 15:08:49 +08:00
Box2DTest Fixed compile error. 2015-06-11 14:42:03 +08:00
Box2DTestBed Fixed compile error cause by enable CC_ENABLE_BOX2D_INTEGRATION. 2015-06-08 11:06:02 +08:00
BugsTest [ci skip] and an empty line at the end of file 2015-05-21 17:12:35 +08:00
Camera3DTest file rename CCFrameBufferObject->CCFrameBuffer 2015-06-09 15:32:12 +08:00
ChipmunkTest tests compiles on xcode 6.3 2015-04-08 17:37:30 -07:00
ClickAndMoveTest tests compiles on xcode 6.3 2015-04-08 17:37:30 -07:00
ClippingNodeTest tests compiles on xcode 6.3 2015-04-08 17:37:30 -07:00
CocosDenshionTest removed CC_PLATFORM_WP8 2015-05-08 09:19:13 -07:00
CocosStudio3DTest more fixes with the namespaces 2015-04-08 21:23:47 -07:00
ConfigurationTest more fixes with the namespaces 2015-04-08 21:23:47 -07:00
ConsoleTest removed CC_PLATFORM_WP8 2015-05-08 09:19:13 -07:00
CurlTest tests compiles on xcode 6.3 2015-04-08 17:37:30 -07:00
CurrentLanguageTest tests compiles on xcode 6.3 2015-04-08 17:37:30 -07:00
DataVisitorTest tests compiles on xcode 6.3 2015-04-08 17:37:30 -07:00
DrawPrimitivesTest tests compiles on xcode 6.3 2015-04-08 17:37:30 -07:00
EffectsAdvancedTest tests compiles on xcode 6.3 2015-04-08 17:37:30 -07:00
EffectsTest tests compiles on xcode 6.3 2015-04-08 17:37:30 -07:00
ExtensionsTest 1, Add onAdd and onRemove function to replace onEnter and onCancel used in onAdd and onRemove of ComponentContainer. 2015-06-04 14:06:31 +08:00
FileUtilsTest more fixes with the namespaces 2015-04-08 21:23:47 -07:00
FontTest Fix the cocos3.6beta0 bugs 2015-04-22 10:20:21 +08:00
InputTest tests compiles on xcode 6.3 2015-04-08 17:37:30 -07:00
IntervalTest tests compiles on xcode 6.3 2015-04-08 17:37:30 -07:00
LabelTest Label:the texture of character have not cropped if character cross the axis-aligned bounding-box. 2015-06-11 17:16:44 +08:00
LayerTest issue #10302: Remove duplicated test cases 2015-05-26 17:20:46 +08:00
LightTest tests compiles on xcode 6.3 2015-04-08 17:37:30 -07:00
MaterialSystemTest StateBlock() is public 2015-06-15 17:43:37 -07:00
MenuTest tests compiles on xcode 6.3 2015-04-08 17:37:30 -07:00
MotionStreakTest tests compiles on xcode 6.3 2015-04-08 17:37:30 -07:00
MutiTouchTest tests compiles on xcode 6.3 2015-04-08 17:37:30 -07:00
NavMeshTest create agent in the onEnter 2015-06-15 11:57:05 +08:00
NewAudioEngineTest Added MP3 support 2015-05-23 19:13:12 -07:00
NewEventDispatcherTest keyboard events now available in Windows Universal Apps 2015-05-29 08:15:04 -07:00
NewRendererTest issue #10302: Remove duplicated test cases 2015-05-26 17:20:46 +08:00
NodeTest Fixed crashes in test case of Scene/Node. 2015-04-09 15:43:01 +08:00
OpenURLTest tests compiles on xcode 6.3 2015-04-08 17:37:30 -07:00
ParallaxTest tests compiles on xcode 6.3 2015-04-08 17:37:30 -07:00
Particle3DTest tests compiles on xcode 6.3 2015-04-08 17:37:30 -07:00
ParticleTest Add test case for issue12310. 2015-06-12 15:39:57 +08:00
PerformanceTest Fix the performance test of sprite 2015-05-12 17:59:22 +08:00
Physics3DTest rename syncToNode and syncToPhysics 2015-06-04 12:04:41 +08:00
PhysicsTest fixed double to float conversion compiler warning 2015-05-28 15:00:49 -07:00
ReleasePoolTest Make all test cases work fine with new test framework. 2015-04-03 14:31:03 +08:00
RenderTextureTest more fixes 2015-06-12 15:28:29 -07:00
RotateWorldTest tests compiles on xcode 6.3 2015-04-08 17:37:30 -07:00
Scene3DTest fix android compile error 2015-05-14 14:36:45 +08:00
SceneTest Fixed crashes in test case of Scene/Node. 2015-04-09 15:43:01 +08:00
SchedulerTest more fixes with the namespaces 2015-04-08 21:23:47 -07:00
ShaderTest Polyinfo is no longer a pointer 2015-06-04 16:20:00 +08:00
SpineTest add spine test case 2015-04-14 16:14:51 +08:00
Sprite3DTest more fixes 2015-06-12 15:28:29 -07:00
SpritePolygonTest Update the Lua binding about the Polygon and update the test case. 2015-06-11 14:38:38 +08:00
SpriteTest Fix couple of unused entities in cpp-tests 2015-05-01 12:24:04 +03:00
TerrainTest fixed double to float conversion compiler warning 2015-05-28 15:00:49 -07:00
TextInputTest Fix the cocos3.6beta0 bugs 2015-04-22 10:20:21 +08:00
Texture2dTest issue #10302: Remove duplicated test cases 2015-05-26 17:20:46 +08:00
TextureCacheTest Make all test cases work fine with new test framework. 2015-04-03 14:31:03 +08:00
TexturePackerEncryptionTest [ci skip]Remove unwanted code. 2015-04-09 16:23:29 +08:00
TileMapTest tests compiles on xcode 6.3 2015-04-08 17:37:30 -07:00
TouchesTest more fixes with the namespaces 2015-04-08 21:23:47 -07:00
TransitionsTest more fixes with the namespaces 2015-04-08 21:23:47 -07:00
UITest optimize uislider memory usage 2015-06-05 17:16:10 +08:00
UnitTest tests compiles on xcode 6.3 2015-04-08 17:37:30 -07:00
UserDefaultTest fix iOS 64bit implicit conversion error. 2015-05-27 13:45:07 +08:00
ZwoptexTest tests compiles on xcode 6.3 2015-04-08 17:37:30 -07:00
AppDelegate.cpp Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_beta0_test 2015-04-22 10:31:39 +08:00
AppDelegate.h tests compiles on xcode 6.3 2015-04-08 17:37:30 -07:00
BaseTest.cpp TransitionsTests:Fixed Transition not work when switch between test cases. 2015-04-27 17:22:20 +08:00
BaseTest.h Test automation support: Fixed may not to restore TestList to the original position. 2015-04-09 16:46:35 +08:00
VisibleRect.cpp Squashed commit of the following: 2014-05-14 10:07:09 -07:00
VisibleRect.h Squashed commit of the following: 2014-05-14 10:07:09 -07:00
controller.cpp deleted more leftover comments, placed polygon test further down the tests 2015-06-08 15:40:18 +08:00
controller.h Test automation support:Make test cases didn't need to care about TestSuite when invoking Director::getInstance()->replaceScene. 2015-04-09 14:59:34 +08:00
testBasic.cpp Add new test framework. 2015-04-03 11:54:39 +08:00
testBasic.h tests compiles on xcode 6.3 2015-04-08 17:37:30 -07:00
testResource.h
tests.h add 3d navigation 2015-05-29 16:45:33 +08:00