.. |
PerformanceAllocTest.cpp
|
Constructors are protected
|
2013-11-13 15:55:36 -08:00 |
PerformanceAllocTest.h
|
Constructors are protected
|
2013-11-13 15:55:36 -08:00 |
PerformanceNodeChildrenTest.cpp
|
issue #2770: fix some warning
|
2013-11-13 11:22:34 +08:00 |
PerformanceNodeChildrenTest.h
|
More tests converted
|
2013-11-13 17:36:33 -08:00 |
PerformanceParticleTest.cpp
|
ParticleSystem uses protected constructors
|
2013-11-14 16:21:49 -08:00 |
PerformanceParticleTest.h
|
Removes Hungarian notation
|
2013-07-25 15:53:24 -07:00 |
PerformanceSpriteTest.cpp
|
* Fixed warnings in VS2012: C4018 (signed/unsigned mismatch) and C4244 (conversion from 'double' to 'float').
|
2013-11-23 07:23:06 +02:00 |
PerformanceSpriteTest.h
|
fix compile fail on vs2012.
|
2013-10-10 17:17:10 +08:00 |
PerformanceTest.cpp
|
Adds new perf test: alloc / dealloc
|
2013-09-05 20:02:04 -07:00 |
PerformanceTest.h
|
[dispatcher] Adding TouchEvent dispatch test.
|
2013-09-15 17:49:36 +08:00 |
PerformanceTextureTest.cpp
|
issue #3025: replace TextureCache::getInstance() by Director::getInstance()->getTextureCache() in samples folder
|
2013-11-07 21:48:39 +08:00 |
PerformanceTextureTest.h
|
issue #2129: Removing CC prefix for samples module.
|
2013-06-20 14:17:10 +08:00 |
PerformanceTouchesTest.cpp
|
EventDispatcher is managed by Director now, like Scheduler and ActionManager.
|
2013-10-26 15:04:01 +08:00 |
PerformanceTouchesTest.h
|
Use eventDispatcher to dispatch event. Remove controller codes in Layer.
|
2013-10-25 10:53:46 +08:00 |