axmol/cocos
David DeSimone 3b7ffcf5d0 unscheduleAll() does not unschedule scheduled with performFunctionInCocosThread. (#16856)
* Fixing issue where Scheduler::unscheduleAll() would not unschedule functions scheduled with Scheduler::performFunctionInCocosThread.

* Removing clear of _functionsToPerform from unscheduleAll, based on code review feedback. Adding a function removeAllFunctionsToBePerfomedInCocosThread, which will remove all pending functions scheduled with performFunctionOnCocosThread.

* Adding test case for Scheduler::removeAllFunctionsToBePerformedInCocosThread

* Adding proper cleanup code to Scheduler test for SchedulerRemoveAllFunctionsToBePerformedInCocosThread
2016-12-08 11:58:58 +08:00
..
2d Avoids to creating element in map in SpriteFrameCache::getSpriteFrameByName & removeSpriteFrameByName. (#16910) 2016-11-28 09:57:18 +08:00
3d some warnings fixed: unused variables, signed-unsigned comparison (#16878) 2016-11-21 15:03:41 +08:00
audio Let FMOD autodetect the best output mode for Linux (#16819) 2016-11-10 11:30:30 +08:00
base unscheduleAll() does not unschedule scheduled with performFunctionInCocosThread. (#16856) 2016-12-08 11:58:58 +08:00
deprecated Remove unnecessary inline keywords (#16562) 2016-09-12 09:44:21 +08:00
editor-support Scale9Sprite refactor (#16891) 2016-11-24 09:59:00 +08:00
math Remove unnecessary const return qualifiers (#16671) 2016-10-11 09:33:05 +08:00
navmesh No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
network Various small performance tweaks (#16881) 2016-11-22 09:54:04 +08:00
physics No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
physics3d No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
platform Linux Application::openURL return fixed (#16903) 2016-11-28 10:41:36 +08:00
renderer Various small performance tweaks (#16881) 2016-11-22 09:54:04 +08:00
scripting [ci skip][AUTO]: updating luabinding & jsbinding & cocos_file.json automatically (#16896) 2016-11-24 11:39:02 +08:00
storage Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
ui fix: Scale9Sprite test case 18 (#16897) 2016-11-24 01:06:56 -08:00
vr No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
Android.mk Android import cpufeatures in cocos. (#16233) 2016-07-31 22:45:30 +08:00
CMakeLists.txt Fix LNK4098 and LNK2001 warnings (#16372) 2016-08-22 15:50:17 +08:00
cc_dummy.c Squashed commit of the following: 2016-03-02 16:51:54 -08:00
cocos2d.cpp merge v3.13.1 back to v3 2016-09-15 10:08:28 +08:00
cocos2d.h merge v3.13.1 back to v3 2016-09-15 10:08:28 +08:00