axmol/cocos/scripting/js-bindings/manual
pandamicro a170b1caf1 Made SocketIO events correctly fired when compile in release mode
Fixed https://github.com/cocos2d/cocos2d-x/issues/13248

Reason: `ScriptingCore::executeJSFunctionWithThisObj` is somehow broken in release mode.

Solution: Use `JSFunctionWrapper` to manage callbacks instead of managing JS values manually.

I also did the following in this commit:

- Correct the coding style in jsb_socketio.cpp
- Remove android.mk in the Xcode project
2015-08-06 17:20:04 +08:00
..
3d add Camera support constructor 2015-07-30 18:00:51 +08:00
chipmunk Auto add extend to jsb need to extend classes 2015-07-10 09:49:39 +08:00
cocosbuilder Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
cocostudio upgrade rapidjson to 1.0.2 2015-05-25 11:43:03 +08:00
experimental add the return value 2015-06-23 20:27:30 +08:00
extension Made SocketIO events correctly fired when compile in release mode 2015-08-06 17:20:04 +08:00
localstorage Add localStorage.clear test case 2015-05-12 19:02:22 +08:00
navmesh Fix compilation issue in navmesh conversion 2015-06-19 08:11:45 +08:00
network Made SocketIO events correctly fired when compile in release mode 2015-08-06 17:20:04 +08:00
physics3d recover the physics3DShape initHeightfield api 2015-08-01 18:29:48 +08:00
platform improve getUTFCharsFromJavaEnv api to getStringUTFCharsJNI and add newStringUTFJNI 2015-08-05 16:10:14 +08:00
spine Fix manual bindings for changed API in spine 2015-07-28 15:11:20 +08:00
ui Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
ScriptingCore.cpp Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into autoExtend 2015-07-23 15:25:33 +08:00
ScriptingCore.h Release docs for v3.7.1 2015-07-25 15:16:39 +08:00
cocos2d_specifics.cpp Merge branch 'v3.7-release' of https://github.com/cocos2d/cocos2d-x into v3 2015-07-21 11:39:24 +08:00
cocos2d_specifics.hpp Remove cleanup from auto bindings add made it support override in JS 2015-07-16 14:09:26 +08:00
js_bindings_config.h Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
js_bindings_core.cpp Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
js_bindings_core.h Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
js_bindings_opengl.cpp Auto add extend to jsb need to extend classes 2015-07-10 09:49:39 +08:00
js_bindings_opengl.h Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
js_manual_conversions.cpp Add BoneNode/SkeletonNode/SkinNode JS bindings 2015-07-24 15:48:34 +08:00
js_manual_conversions.h Add BoneNode/SkeletonNode/SkinNode JS bindings 2015-07-24 15:48:34 +08:00
jsb_event_dispatcher_manual.cpp Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
jsb_event_dispatcher_manual.h Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
jsb_helper.h Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
jsb_opengl_functions.cpp Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
jsb_opengl_functions.h Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
jsb_opengl_manual.cpp Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
jsb_opengl_manual.h Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
jsb_opengl_registration.cpp Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
jsb_opengl_registration.h Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
spidermonkey_specifics.h Update js bindings & js tests. 2015-05-05 10:50:19 +08:00