axmol/tests/cpp-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
..
Classes Prevent unexpected calls to unscheduled selector in long updates. (#17431) 2017-03-07 11:16:30 +08:00
Resources Some fixes for websocket (#17342) 2017-02-13 15:15:23 +08:00
proj.android Typo fix: Rename `MutiTouchTest` to `MultiTouchTest` (#17399) 2017-02-23 17:05:08 +08:00
proj.android-studio Typo fix: Rename `MutiTouchTest` to `MultiTouchTest` (#17399) 2017-02-23 17:05:08 +08:00
proj.ios Fix minor typos in tests (#17404) 2017-02-24 12:45:41 +08:00
proj.linux
proj.mac Fixes broken of JS AssetsManagerTest. And updates https configuration of cpp-tests, js-tests for macOS. (#16970) 2016-12-08 10:40:22 +08:00
proj.tizen Typo fix: Rename `MutiTouchTest` to `MultiTouchTest` (#17399) 2017-02-23 17:05:08 +08:00
proj.win10 Typo fix: Rename `MutiTouchTest` to `MultiTouchTest` (#17399) 2017-02-23 17:05:08 +08:00
proj.win32 Typo fix: Rename `MutiTouchTest` to `MultiTouchTest` (#17399) 2017-02-23 17:05:08 +08:00
.cocos-project.json Support compile & run project on Tizen by cocos command. (#16783) 2016-11-02 17:41:26 +08:00
CMakeLists.txt Typo fix: Rename `MutiTouchTest` to `MultiTouchTest` (#17399) 2017-02-23 17:05:08 +08:00