axmol/cocos
James Chen d21af3b981 Some fixes after using ndk r16 clang to build android projects (#18531)
* [android] Fixes warning in UrlAudioPlayer.cpp and CCUserDefault-android.cpp

* Don't write 'using namespace std;' in header files.

* Uses std::unordered_map instead of std::map for Particle3D module.

* Updates external/config.json to v3-deps-141

* Continue to replace `gnustl_static` to `c++_static` for templates and test projects.

* Updates CCConsole.h/.cpp to resolve the following issue on Android:

jni/../../../../../cocos/base/CCConsole.cpp:321:28:   required from here
/Users/james/Software/android/android-sdk/ndk-bundle/sources/cxx-stl/llvm-libc++/include/utility:506:63: error: incomplete type 'std::__ndk1::is_move_assignable<cocos2d::Console::Command>' used in nested name specifier
                         is_move_assignable<first_type>::value &&
                                                               ^
make: *** [obj/local/arm64-v8a/objs-debug/cocos2dx_internal_static/base/CCConsole.o] Error 1

* Fixes a memory leak while addCommand and other minor changes.

* Updates tolua/cocos2dx.ini, don't bind Console::Command

* Adds CC_DLL for Console::Command

* Reverts tolua/cocos2dx.ini and ignore Console::[add Command addSubCommand getSubCommand delSubCommand].

* Ignores Console::getCommand.
2017-12-05 13:35:16 +08:00
..
2d Fixed memory leak when using TTF labels (#18505) 2017-12-04 09:02:13 +08:00
3d Fix "Possible misuse of comma operator here" (#18350) 2017-10-12 23:00:04 -05:00
audio Some fixes after using ndk r16 clang to build android projects (#18531) 2017-12-05 13:35:16 +08:00
base Some fixes after using ndk r16 clang to build android projects (#18531) 2017-12-05 13:35:16 +08:00
deprecated Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
editor-support Windows 10 update compiler to Visual Studio 10 PlatformToolset v141 (#18511) 2017-11-27 17:10:52 +08:00
math Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
navmesh Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
network fixed #18055: [android] urlConnection.getResponseCode may trigger exception which needs to be handled. (#18056) 2017-07-13 09:53:54 +08:00
physics Calling PhysicsWorld::setDebugDrawMask(false) will no longer crash when DebugDrawMask was already set to false (#17875) 2017-06-05 10:56:52 +08:00
physics3d Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
platform fix keyBoard bug when input chinese on winrt platform (#18516) 2017-11-29 09:21:06 +08:00
renderer Fix CameraBackgroundColorBrush cannot use alpha (#18281) 2017-10-20 09:43:45 +08:00
scripting fix build bug in CCLuaJavaBridge.h (#18524) 2017-12-01 09:47:02 +08:00
storage don't have to set NDK_MODULE_PATH manually 2017-10-26 13:40:27 +08:00
ui add an empty create method for UICCTextField (#18518) 2017-11-28 16:42:14 +08:00
vr Fixes cocos2d build for tvOS. (#17498) 2017-03-15 10:01:38 +08:00
Android.mk use prebuilt version of Box2D (#18422) 2017-10-31 14:31:23 +08:00
CMakeLists.txt update glfw to 3.2.1 (#18434) 2017-11-02 15:25:12 +08:00
cc_dummy.c
cocos2d.cpp update version (#18367) 2017-10-12 22:58:43 -05:00
cocos2d.h update version (#18367) 2017-10-12 22:58:43 -05:00