.. |
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
|
Improves SpriteTest
|
2013-12-18 13:52:10 -08:00 |
Box2DTest
|
issue #3025: replace TextureCache::getInstance() by Director::getInstance()->getTextureCache() in samples folder
|
2013-11-07 21:48:39 +08:00 |
Box2DTestBed
|
Improves SpriteTest
|
2013-12-18 13:52:10 -08:00 |
BugsTest
|
Removes Vector<T>::forEach, please use std::for_each instead. The same as Vector<T>::sort.
|
2013-12-17 17:45:29 +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
|
Improves SpriteTest
|
2013-12-18 13:52:10 -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
|
Improves SpriteTest
|
2013-12-18 13:52:10 -08:00 |
EffectsAdvancedTest
|
Improves SpriteTest
|
2013-12-18 13:52:10 -08:00 |
EffectsTest
|
closed #2517: Use LocalVarToAuto.py to change Samples src file
|
2013-08-16 16:05:27 +08:00 |
ExtensionsTest
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into HEAD
|
2013-12-19 17:05:59 +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
|
Improves SpriteTest
|
2013-12-18 13:52:10 -08:00 |
LayerTest
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into HEAD
|
2013-12-19 17:05:59 +08:00 |
MenuTest
|
Removes Vector<T>::forEach, please use std::for_each instead. The same as Vector<T>::sort.
|
2013-12-17 17:45:29 +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
|
Improves SpriteTest
|
2013-12-18 13:52:10 -08:00 |
NewRendererTest
|
Improves SpriteTest
|
2013-12-18 13:52:10 -08:00 |
NodeTest
|
Improves SpriteTest
|
2013-12-18 13:52:10 -08:00 |
ParallaxTest
|
Improves SpriteTest
|
2013-12-18 13:52:10 -08:00 |
ParticleTest
|
Improves SpriteTest
|
2013-12-18 13:52:10 -08:00 |
PerformanceTest
|
Adds `std::for_each` test in invocation
|
2013-12-18 19:28:09 -08:00 |
PhysicsTest
|
Improves SpriteTest
|
2013-12-18 13:52:10 -08:00 |
RenderTextureTest
|
Improves SpriteTest
|
2013-12-18 13:52:10 -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
|
Adds const in ShaderTest2.h
|
2013-12-18 21:15:47 -08:00 |
SpineTest
|
issue #2905: testcpp bild ok on Android
|
2013-10-15 18:00:03 +08:00 |
SpriteTest
|
Improves SpriteTest
|
2013-12-18 13:52:10 -08:00 |
TextInputTest
|
Improves SpriteTest
|
2013-12-18 13:52:10 -08:00 |
Texture2dTest
|
Improves SpriteTest
|
2013-12-18 13:52:10 -08:00 |
TextureCacheTest
|
issue #3025: replace TextureCache::getInstance() by Director::getInstance()->getTextureCache() in samples folder
|
2013-11-07 21:48:39 +08:00 |
TexturePackerEncryptionTest
|
Improves SpriteTest
|
2013-12-18 13:52:10 -08:00 |
TileMapTest
|
Improves SpriteTest
|
2013-12-18 13:52:10 -08:00 |
TouchesTest
|
issue #2790: TouchesTest.h/.cpp uses Vector<T> now.
|
2013-12-10 18:27:13 +08:00 |
TransitionsTest
|
closed #2517: Use LocalVarToAuto.py to change Samples src file
|
2013-08-16 16:05:27 +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
|
issue #2905:make cocostudio and gui flat
|
2013-10-16 16:48:39 +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
|
Merge branch 'develop' into newRenderer
|
2013-12-05 11:47:46 -08:00 |
controller.h
|
Implement MouseWheel Event, also fix a typo in EventListener interface
|
2013-10-04 10:07:39 -07:00 |
testBasic.cpp
|
prevents bug in gcc 4.6.3
|
2013-11-22 13:40:32 -08:00 |
testBasic.h
|
removes `using namespace std` from header file
|
2013-12-18 11:45:30 -08:00 |
testResource.h
|
More best practices fixes and other bug fixes
|
2013-07-23 15:20:22 -07:00 |
tests.h
|
issue #2171: [New Renderer] Fixing compilation errors for Android.
|
2013-12-17 14:18:41 +08:00 |