axmol/tests
j-jorge 67d16bee98 Prevent unexpected calls to unscheduled selector in long updates. (#17431)
If the delta time dt passed to cocos2d::Timer::update(float) is longer than the
interval of the timer, then the timer will be triggered several times even if
the selector is unscheduled during the call.

This commit adds a flag in cocos2d::Timer stop the update loop if the selector
has been unscheduled.
2017-03-07 11:16:30 +08:00
..
cpp-empty-test [ci skip]make all tests and template support Android Studio (#17389) 2017-02-21 17:58:30 +08:00
cpp-tests Prevent unexpected calls to unscheduled selector in long updates. (#17431) 2017-03-07 11:16:30 +08:00
game-controller-test Fix minor typos in tests (#17404) 2017-02-24 12:45:41 +08:00
js-memory-gc-tests [ci skip]make all tests and template support Android Studio (#17389) 2017-02-21 17:58:30 +08:00
js-tests Fix some local variable names in tests (#17445) 2017-03-06 10:01:53 +08:00
lua-empty-test [ci skip]make all tests and template support Android Studio (#17389) 2017-02-21 17:58:30 +08:00
lua-game-controller-test [ci skip]make all tests and template support Android Studio (#17389) 2017-02-21 17:58:30 +08:00
lua-tests fix the broken of lua-tests after PR #17445 was merged. (#17454) 2017-03-07 10:14:55 +08:00
performance-tests Fix minor typos in tests (#17404) 2017-02-24 12:45:41 +08:00