axmol/samples/Cpp/TestCpp/Classes
Dhilan007 4806ef5c6f change time of initialization 2014-01-06 18:26:14 +08:00
..
AccelerometerTest Improves SpriteTest 2013-12-18 13:52:10 -08:00
ActionManagerTest Improves SpriteTest 2013-12-18 13:52:10 -08:00
ActionsEaseTest Improves SpriteTest 2013-12-18 13:52:10 -08:00
ActionsProgressTest Improves SpriteTest 2013-12-18 13:52:10 -08:00
ActionsTest change CustomCommand variable to class member. 2013-12-26 21:19:12 +08:00
Box2DTest change CustomCommand variable to class member. 2013-12-26 21:19:12 +08:00
Box2DTestBed don't assign last element with (null, null) 2014-01-06 16:41:42 +08:00
BugsTest replaces std::for_each with for() 2013-12-19 13:34:41 -08:00
ChipmunkTest Merge pull request #4160 from dabingnn/iss3025_TextureCache 2013-11-10 23:08:01 -08:00
ClickAndMoveTest EventDispatcher is managed by Director now, like Scheduler and ActionManager. 2013-10-26 15:04:01 +08:00
ClippingNodeTest Fix compile bug on mobile, use Vector instead of std::vector 2013-12-30 15:26:01 +08:00
CocosDenshionTest EventDispatcher is managed by Director now, like Scheduler and ActionManager. 2013-10-26 15:04:01 +08:00
ConfigurationTest Improves SpriteTest 2013-12-18 13:52:10 -08:00
ConsoleTest Improves SpriteTest 2013-12-18 13:52:10 -08:00
CurlTest EventDispatcher is managed by Director now, like Scheduler and ActionManager. 2013-10-26 15:04:01 +08:00
CurrentLanguageTest closed #2517: Use LocalVarToAuto.py to change Samples src file 2013-08-16 16:05:27 +08:00
DataVisitorTest Improves SpriteTest 2013-12-18 13:52:10 -08:00
DrawPrimitivesTest change CustomCommand variable to class member. 2013-12-26 21:19:12 +08:00
EffectsAdvancedTest More warning fixes. 2013-12-28 14:34:52 +08:00
EffectsTest rename: 2013-12-16 14:21:05 +08:00
ExtensionsTest Merge branch 'develop' into #3582 2014-01-05 12:43:41 +08:00
FileUtilsTest Improves SpriteTest 2013-12-18 13:52:10 -08:00
FontTest Improves SpriteTest 2013-12-18 13:52:10 -08:00
InputTest removes `using namespace std` from header file 2013-12-18 11:45:30 -08:00
IntervalTest issue #3025: replace TextureCache::getInstance() by Director::getInstance()->getTextureCache() in samples folder 2013-11-07 21:48:39 +08:00
KeyboardTest Removing unused 'virtual' keyword in testcpp since we're using EventDispatcher::addEventListenerXXX to register event listener. 2013-11-20 11:21:30 +08:00
KeypadTest Removing unused 'virtual' keyword in testcpp since we're using EventDispatcher::addEventListenerXXX to register event listener. 2013-11-20 11:21:30 +08:00
LabelTest Merge pull request #4728 from dabingnn/develop_removeCommandPool 2013-12-29 21:53:12 -08:00
LayerTest replaces std::for_each with for() 2013-12-19 13:34:41 -08:00
MenuTest replaces std::for_each with for() 2013-12-19 13:34:41 -08:00
MotionStreakTest Improves SpriteTest 2013-12-18 13:52:10 -08:00
MutiTouchTest More warning fixes. 2013-12-18 16:03:07 +08:00
NewEventDispatcherTest change time of initialization 2014-01-06 18:26:14 +08:00
NewRendererTest remove NewClippingNode feature function into ClippingNode 2013-12-24 14:08:57 +08:00
NodeTest NodeTest converted to lambda functions 2014-01-02 15:51:26 -08:00
ParallaxTest Improves SpriteTest 2013-12-18 13:52:10 -08:00
ParticleTest don't release autoreleased object 2014-01-06 16:28:15 +08:00
PerformanceTest don't rlease autoreleased object 2014-01-06 17:20:42 +08:00
PhysicsTest issue #2771: fix physics test disable text. 2013-12-30 14:42:41 +08:00
RenderTextureTest remove node reuse in renderTextureSave 2014-01-06 09:49:04 +08:00
RotateWorldTest closed #2517: Use LocalVarToAuto.py to change Samples src file 2013-08-16 16:05:27 +08:00
SceneTest closed #2517: Use LocalVarToAuto.py to change Samples src file 2013-08-16 16:05:27 +08:00
SchedulerTest Improves SpriteTest 2013-12-18 13:52:10 -08:00
ShaderTest closed #2865: Deprecates CCNotificationCenter, uses EventDispatcher instead. 2013-12-31 10:54:37 +08:00
SpineTest Removes CC prefix for CCSkeleton and CCSkeletonAnimation. Adds namespace `sp` for JSBindings. 2013-12-25 11:18:14 +08:00
SpriteTest NodeTest converted to lambda functions 2014-01-02 15:51:26 -08:00
TextInputTest Improves SpriteTest 2013-12-18 13:52:10 -08:00
Texture2dTest use std::function for call back 2014-01-02 17:23:00 +08:00
TextureCacheTest use std::function for call back 2014-01-02 17:23:00 +08:00
TexturePackerEncryptionTest Improves SpriteTest 2013-12-18 13:52:10 -08:00
TileMapTest Merge pull request #4596 from boyu0/bug2050_tilemap_firstgid_bug 2013-12-30 05:42:19 -08:00
TouchesTest fix crash in TouchesTest.cpp on vs 2014-01-06 17:31:49 +08:00
TransitionsTest fix compiling error in TransitionTest on vs. 2014-01-03 16:13:13 +08:00
UnitTest Don't test Map<K,V>::bucketCount since it's platform dependence. 2014-01-06 16:09:01 +08:00
UserDefaultTest removes `using namespace std` from header file 2013-12-18 11:45:30 -08:00
ZwoptexTest Improves SpriteTest 2013-12-18 13:52:10 -08:00
AppDelegate.cpp Wrong search path fix for CocoStudioTest/SceneTest 2014-01-06 14:49:32 +08:00
AppDelegate.h issue #2129: Removing CC prefix for samples module. 2013-06-20 14:17:10 +08:00
BaseTest.cpp Improves SpriteTest 2013-12-18 13:52:10 -08:00
BaseTest.h Improves SpriteTest 2013-12-18 13:52:10 -08:00
VisibleRect.cpp fix line end in windows 2013-09-20 22:23:13 +08:00
VisibleRect.h fix line end in windows 2013-09-20 22:23:13 +08:00
controller.cpp issue #3577: Adds UnitTest to controller.cpp. 2014-01-04 11:41:06 +08:00
controller.h Implement MouseWheel Event, also fix a typo in EventListener interface 2013-10-04 10:07:39 -07:00
testBasic.cpp Bug fixes for cocostudio. 2013-12-27 20:54:05 +08:00
testBasic.h closed #2050: move autorelease to CLN 2013-12-30 15:32:04 +08:00
testResource.h More best practices fixes and other bug fixes 2013-07-23 15:20:22 -07:00
tests.h issue #3577: Includes `UnitTest.h` in tests.h. 2014-01-04 11:41:05 +08:00