axmol/cocos
pyrosphere ae48e0bf69 Android setMultipleTouchEnabled (#16830)
* Added method to switch between single and multitouch on Android.

* Moved variable definitions to the beginning of the class. Handle single touch for ACTION_MOVE and ACTION_CANCEL.

* Cleaner code by using if/else instead of break
2016-11-16 09:41:07 +08:00
..
2d required check for nullptr with new(std::nothrow) (#16822) 2016-11-14 10:05:26 +08:00
3d fixed #16492: RapidJSON Crashes in Release mode on Android. (#16792) 2016-11-04 09:36:59 +08:00
audio Let FMOD autodetect the best output mode for Linux (#16819) 2016-11-10 11:30:30 +08:00
base cocos2dInternal cleaned of some warnings (#16818) 2016-11-09 10:34:50 +08:00
deprecated Remove unnecessary inline keywords (#16562) 2016-09-12 09:44:21 +08:00
editor-support Removes unused rapjson includes. (#16839) 2016-11-14 14:13:33 +08:00
math Remove unnecessary const return qualifiers (#16671) 2016-10-11 09:33:05 +08:00
navmesh cocos2dInternal cleaned of some warnings (#16818) 2016-11-09 10:34:50 +08:00
network fix compile error if "USE_STD_UNORDERED_MAP == 0". (#16831) 2016-11-14 10:00:55 +08:00
physics Performance tweak: Use range-based for-loops and allocate std::vector size() and *end() on the stack where favorable. (#16716) 2016-10-27 15:10:24 +08:00
physics3d Fix typos and other mistakes in docs 2016-07-04 00:42:10 +09:00
platform Android setMultipleTouchEnabled (#16830) 2016-11-16 09:41:07 +08:00
renderer use STL emplace when possible (#16815) 2016-11-08 11:50:00 +08:00
scripting Fixed math error (issue #16837) in Lua function radian2angle (#16848) 2016-11-16 09:35:47 +08:00
storage Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
ui fix editbox can't input on macos 10.12 (#16842) 2016-11-16 09:38:42 +08:00
vr Suppress unused function warning (#16657) 2016-10-08 10:14:58 +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