axmol/samples/Cpp/TestCpp/Classes/PerformanceTest
James Chen d16fa07661 Removes Vector<T>::forEach, please use std::for_each instead. The same as Vector<T>::sort. 2013-12-17 17:45:29 +08:00
..
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
PerformanceLabelTest.cpp Removes Vector<T>::forEach, please use std::for_each instead. The same as Vector<T>::sort. 2013-12-17 17:45:29 +08:00
PerformanceLabelTest.h new label:add support for distanceField 2013-12-13 12:42:15 +08:00
PerformanceNodeChildrenTest.cpp fix some warnings 2013-12-06 16:32:06 +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 new label:add support for distanceField 2013-12-13 12:42:15 +08: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