.. |
AccelerometerTest
|
closed #2393: fix conflicts
|
2013-07-12 18:04:32 +08:00 |
ActionManagerTest
|
Adds more readability to the class internals.
|
2013-07-15 12:43:22 -07:00 |
ActionsEaseTest
|
closed #2393: fix conflicts
|
2013-07-12 18:04:32 +08:00 |
ActionsProgressTest
|
closed #2393: fix conflicts
|
2013-07-12 18:04:32 +08:00 |
ActionsTest
|
closed #2413: Warning fixes for overload virtual functions.
|
2013-07-17 16:25:13 +08:00 |
Box2DTest
|
issue #2407: Removing unused codes in Box2dTest.h
|
2013-07-17 14:32:38 +08:00 |
Box2DTestBed
|
issue #2404: Fixing wrong replacement of shape.m_Vertex2F. shape.m_Vertex2F --> shape.m_vertex2
|
2013-07-18 14:48:18 +08:00 |
BugsTest
|
closed #2393: fix conflicts
|
2013-07-12 18:04:32 +08:00 |
ChipmunkTest
|
closed #2393: fix conflicts
|
2013-07-12 18:04:32 +08:00 |
ClickAndMoveTest
|
closed #2393: fix conflicts
|
2013-07-12 18:04:32 +08:00 |
ClippingNodeTest
|
closed #2393: fix conflicts
|
2013-07-12 18:04:32 +08:00 |
CocosDenshionTest
|
More unsinged int -> int in some places where it could be difficult to find underflow bugs. And some warnings fix.
|
2013-07-22 14:28:19 +08:00 |
ConfigurationTest
|
getInstance() / destroyInstance() are used...
|
2013-07-11 15:24:23 -07:00 |
CurlTest
|
closed #2393: fix conflicts
|
2013-07-12 18:04:32 +08:00 |
CurrentLanguageTest
|
issue #2397: Application::sharedApplication --> Application::getInstance.
|
2013-07-15 16:24:42 +08:00 |
DataVisitorTest
|
closed #2393: fix conflicts
|
2013-07-12 18:04:32 +08:00 |
DrawPrimitivesTest
|
closed #2393: fix conflicts
|
2013-07-12 18:04:32 +08:00 |
EffectsAdvancedTest
|
closed #2413: Warning fixes for overload virtual functions.
|
2013-07-17 16:25:13 +08:00 |
EffectsTest
|
more best practices fixes
|
2013-07-17 16:56:19 -07:00 |
ExtensionsTest
|
More unsinged int -> int in some places where it could be difficult to find underflow bugs. And some warnings fix.
|
2013-07-22 14:28:19 +08:00 |
FileUtilsTest
|
CCAssert -> CCASSERT
|
2013-07-19 22:01:27 -07:00 |
FontTest
|
closed #2393: fix conflicts
|
2013-07-12 18:04:32 +08:00 |
IntervalTest
|
closed #2393: fix conflicts
|
2013-07-12 18:04:32 +08:00 |
KeyboardTest
|
closed #2393: fix conflicts
|
2013-07-12 18:04:32 +08:00 |
KeypadTest
|
closed #2393: fix conflicts
|
2013-07-12 18:04:32 +08:00 |
LabelTest
|
Some more changes to make the code more c++ friendly:
|
2013-07-16 18:16:04 -07:00 |
LayerTest
|
closed #2393: fix conflicts
|
2013-07-12 18:04:32 +08:00 |
MenuTest
|
closed #2393: fix conflicts
|
2013-07-12 18:04:32 +08:00 |
MotionStreakTest
|
closed #2393: fix conflicts
|
2013-07-12 18:04:32 +08:00 |
MutiTouchTest
|
closed #2393: fix conflicts
|
2013-07-12 18:04:32 +08:00 |
NodeTest
|
Adds more readability to the class internals.
|
2013-07-15 12:43:22 -07:00 |
ParallaxTest
|
closed #2393: fix conflicts
|
2013-07-12 18:04:32 +08:00 |
ParticleTest
|
CCAssert -> CCASSERT
|
2013-07-19 22:01:27 -07:00 |
PerformanceTest
|
closed #2393: fix conflicts
|
2013-07-12 18:04:32 +08:00 |
RenderTextureTest
|
closed #2393: fix conflicts
|
2013-07-12 18:04:32 +08:00 |
RotateWorldTest
|
closed #2393: fix conflicts
|
2013-07-12 18:04:32 +08:00 |
SceneTest
|
closed #2393: fix conflicts
|
2013-07-12 18:04:32 +08:00 |
SchedulerTest
|
closed #2393: fix conflicts
|
2013-07-12 18:04:32 +08:00 |
ShaderTest
|
closed #2393: fix conflicts
|
2013-07-12 18:04:32 +08:00 |
SpineTest
|
closed #2393: fix conflicts
|
2013-07-12 18:04:32 +08:00 |
SpriteTest
|
CCAssert -> CCASSERT
|
2013-07-19 22:01:27 -07:00 |
TextInputTest
|
Adds more readability to the class internals.
|
2013-07-15 12:43:22 -07:00 |
Texture2dTest
|
CCAssert -> CCASSERT
|
2013-07-19 22:01:27 -07:00 |
TextureCacheTest
|
closed #2393: fix conflicts
|
2013-07-12 18:04:32 +08:00 |
TexturePackerEncryptionTest
|
Some more changes to make the code more c++ friendly:
|
2013-07-16 18:16:04 -07:00 |
TileMapTest
|
CCAssert -> CCASSERT
|
2013-07-19 22:01:27 -07:00 |
TouchesTest
|
CCAssert -> CCASSERT
|
2013-07-19 22:01:27 -07:00 |
TransitionsTest
|
closed #2393: fix conflicts
|
2013-07-12 18:04:32 +08:00 |
UserDefaultTest
|
closed #2393: fix conflicts
|
2013-07-12 18:04:32 +08:00 |
ZwoptexTest
|
more best practices fixes
|
2013-07-17 16:56:19 -07:00 |
AppDelegate.cpp
|
More best practices fixes
|
2013-07-18 16:30:19 -07:00 |
AppDelegate.h
|
issue #2129: Removing CC prefix for samples module.
|
2013-06-20 14:17:10 +08:00 |
BaseTest.cpp
|
issue #2393:mark PointZero RectZero and SizeZero as deprecated
|
2013-07-12 14:47:36 +08:00 |
BaseTest.h
|
issue #2129: Removing CC prefix for samples module.
|
2013-06-20 14:17:10 +08:00 |
VisibleRect.cpp
|
closed #2393: fix conflicts
|
2013-07-12 18:04:32 +08:00 |
VisibleRect.h
|
issue #2129: Removing CC prefix for samples module.
|
2013-06-20 14:17:10 +08:00 |
controller.cpp
|
closed #2393: fix conflicts
|
2013-07-12 18:04:32 +08:00 |
controller.h
|
issue #2129: Removing CC prefix for samples module.
|
2013-06-20 14:17:10 +08:00 |
testBasic.cpp
|
closed #2393: fix conflicts
|
2013-07-12 18:04:32 +08:00 |
testBasic.h
|
issue #2129: Removing CC prefix for samples module.
|
2013-06-20 14:17:10 +08:00 |
testResource.h
|
closed #2395: Adding Scale9SpriteTest for TestCpp
|
2013-07-11 14:07:14 +08:00 |
tests.h
|
cocos2d-x in Mac:
|
2013-06-28 19:02:10 -07:00 |