axmol/tests/tests
James Chen 6f5603cfe6 issue #1056: Updated CCTexture2dTest. Added CCTextureAsyncTest. 2012-03-23 18:16:47 +08:00
..
AccelerometerTest fixed some bug:1.setDeviceOrientation, chipmunkDemo glOrthof 2011-11-07 18:18:10 +08:00
ActionManagerTest issue #1056: TestCases works ok except Box2dTest and ChipmunkTest. 2012-03-14 18:11:25 +08:00
ActionsEaseTest issue #1056: rename EaseTatinosTest to ActionsEaseTest and SC 2012-03-20 18:07:42 +08:00
ActionsProgressTest issue #1056: implement ActionsProgressTest and run ok on win32 2012-03-19 18:20:32 +08:00
ActionsTest issue #1056: Added kazmath license file. Used CCCallFuncN instead of CCCallBlock and updated ActionsTest. 2012-03-22 11:26:39 +08:00
Box2DTest issue #1056: Update Box2dTest and ChipmunkAccelTouchTest. 2012-03-21 15:54:48 +08:00
Box2DTestBed issue #1056: Move some singletons to CCDirector. It is easily managed by CCDirector. 2012-03-21 17:35:20 +08:00
BugsTest issue #1056: TestCases works ok except Box2dTest and ChipmunkTest. 2012-03-14 18:11:25 +08:00
ChipmunkAccelTouchTest issue #1056: Move some singletons to CCDirector. It is easily managed by CCDirector. 2012-03-21 17:35:20 +08:00
ClickAndMoveTest fixed #737: remove view id 2012-03-08 12:40:27 +08:00
CocosDenshionTest fixed #737: remove view id 2012-03-08 12:40:27 +08:00
CurlTest modify <cstdio> to <stdio.h> 2011-09-20 12:39:44 +08:00
CurrentLanguageTest fix some warnings detected by xcode4.2, fix a stupid typo in RayCasts.h 2011-10-18 17:41:19 +08:00
DirectorTest issue #1056: TestCases works ok except Box2dTest and ChipmunkTest. 2012-03-14 18:11:25 +08:00
DrawPrimitivesTest #1056: issue #1056: synchronise cocos2d-iphone-2.0-rc0a, update some files. 2012-03-16 17:56:19 +08:00
EffectsAdvancedTest issue #1056: TestCases works ok except Box2dTest and ChipmunkTest. 2012-03-14 18:11:25 +08:00
EffectsTest issue #1056: LabelTest 2012-03-22 09:40:32 +08:00
ExtensionsTest issue #1056: TestCases works ok except Box2dTest and ChipmunkTest. 2012-03-14 18:11:25 +08:00
FontTest issue #1056: TestCases works ok except Box2dTest and ChipmunkTest. 2012-03-14 18:11:25 +08:00
HiResTest issue #1056: TestCases works ok except Box2dTest and ChipmunkTest. 2012-03-14 18:11:25 +08:00
IntervalTest issue #1056: TestCases works ok except Box2dTest and ChipmunkTest. 2012-03-14 18:11:25 +08:00
KeypadTest [android] #443 implemented CCKeypadDelegate on android 2011-04-01 11:27:06 +04:00
LabelTest issue #1506: implement CCLabelTest 2012-03-22 11:48:37 +08:00
LayerTest Merge branch 'gles20' of https://github.com/cocos2d/cocos2d-x into gles20 2012-03-22 14:24:08 +08:00
MenuTest issue #1056: Updated MenuTest. Added CCArray::arrayWithObject function. 2012-03-22 14:22:06 +08:00
MotionStreakTest issue #1506: MotionStreakTest 2012-03-22 14:32:32 +08:00
NodeTest issue #1506: rename CocosNodeTest to NodeTest and SC 2012-03-21 13:36:24 +08:00
ParallaxTest issue #1056: Move some singletons to CCDirector. It is easily managed by CCDirector. 2012-03-21 17:35:20 +08:00
ParticleTest issue #1056: Updated ParticleTest. 2012-03-22 18:29:07 +08:00
PerformanceTest issue #1056: Move some singletons to CCDirector. It is easily managed by CCDirector. 2012-03-21 17:35:20 +08:00
RenderTextureTest issue #1506: RenderTextureTest 2012-03-22 16:36:03 +08:00
RotateWorldTest fixed #409: rename NSArray UIAlignment 2011-03-18 14:31:29 +08:00
SceneTest issue #1056: TestCases works ok except Box2dTest and ChipmunkTest. 2012-03-14 18:11:25 +08:00
SchedulerTest issue #1056: TestCases works ok except Box2dTest and ChipmunkTest. 2012-03-14 18:11:25 +08:00
ShaderTest issue #1056: Update Android.mk. Make tests project being compiled successfully. 2012-03-21 22:49:58 +08:00
SpriteTest #issue #1056: Updated SpriteTest. 2012-03-23 17:31:28 +08:00
TextInputTest issue #1056: Move some singletons to CCDirector. It is easily managed by CCDirector. 2012-03-21 17:35:20 +08:00
Texture2dTest issue #1056: Updated CCTexture2dTest. Added CCTextureAsyncTest. 2012-03-23 18:16:47 +08:00
TextureCacheTest issue #854: optimize CCTextureCache::addImageAsync() 2011-11-22 16:47:24 +08:00
TileMapTest issue #1056: Renamed CC_COCOSNODE_RENDER_SUBPIXEL to CC_NODE_RENDER_SUBPIXEL in CCNode.cpp 2012-03-23 10:26:36 +08:00
TouchesTest issue #1056: Move some singletons to CCDirector. It is easily managed by CCDirector. 2012-03-21 17:35:20 +08:00
TransitionsTest issue #1056: TestCases works ok except Box2dTest and ChipmunkTest. 2012-03-14 18:11:25 +08:00
UserDefaultTest fixed #933: profile CCUserDefault 2012-02-02 14:18:13 +08:00
ZwoptexTest issue #1056: TestCases works ok except Box2dTest and ChipmunkTest. 2012-03-14 18:11:25 +08:00
controller.cpp issue #1506: fix a confict 2012-03-21 17:23:33 +08:00
controller.h fix a typo error 2012-02-09 18:17:25 +08:00
testBasic.cpp Added Marmalade support to TextInputTest and HelloLua samples 2012-01-15 15:57:10 +01:00
testBasic.h issue #1056: Remove CCMutableArray and CCMutableDictionary template, offer CCDictionary to improve the performance of dictionary by 60%, it means that CCDictionary can save about 2/3 time cost. 2012-03-20 15:04:53 +08:00
testResource.h issue #208 2010-11-18 06:50:28 +00:00
tests.h issue #1506: fix a confict 2012-03-21 17:23:33 +08:00