axmol/cocos/scripting/js-bindings/manual
Ricardo Quesada 96d391ea30 Squashed commit of the following:
commit aff4e27200a77db60b13ea30c2457558e5f53059
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date:   Thu Dec 10 17:58:41 2015 -0800

    compiles with new GC model

commit 1fa69cd71231d56371cd45a378e50a1888308b42
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date:   Thu Dec 10 17:41:15 2015 -0800

    Animation3D works Ok

commit d439969caf7e6fe83a74e37d078c4361a08cb816
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date:   Thu Dec 10 13:39:50 2015 -0800

    Sprite3d create: converted to new API

commit aabe449e4a968fad882c44df9be787eb7c3bfcec
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date:   Thu Dec 10 13:27:33 2015 -0800

    ouch...

commit 688ab610a8cb7607bc3c51b8ca01d800ef3c9794
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date:   Thu Dec 10 13:12:25 2015 -0800

    Spawn/Sequence init* were not bound

    Fixed. Now JS Scheduler Test works Ok
2015-12-10 18:02:55 -08:00
..
3d Squashed commit of the following: 2015-12-10 18:02:55 -08:00
chipmunk Fix Chipmunk bindings issue 2015-11-27 22:38:16 +08:00
cocosbuilder Use rooted object for js_proxy new and get 2015-11-27 10:19:13 +08:00
cocostudio Use rooted object for js_proxy new and get 2015-11-27 10:19:13 +08:00
component Fix getJSObject issues 2015-11-27 14:54:25 +08:00
experimental Bug fix for shouldStartLoading method, should return value from JS, also fix that webview callback is already in Cocos Thread, don't need to post to cocos thread for running again. 2015-12-09 22:40:57 +08:00
extension fix allocation issue with remote images 2015-12-05 10:10:58 +11:00
localstorage Fix issues causing by temporary RootedObject passed as function parameters 2015-11-27 01:35:06 +08:00
navmesh Fix issues causing by temporary RootedObject passed as function parameters 2015-11-27 01:35:06 +08:00
network Use rooted object for js_proxy new and get 2015-11-27 10:19:13 +08:00
physics3d Use rooted object for js_proxy new and get 2015-11-27 10:19:13 +08:00
platform Fix android compilation issue 2015-11-30 15:20:57 +08:00
spine Fix issues causing by temporary RootedObject passed as function parameters 2015-11-27 01:35:06 +08:00
ui Fix issues causing by temporary RootedObject passed as function parameters 2015-11-27 01:35:06 +08:00
ScriptingCore.cpp Squashed commit of the following: 2015-12-10 18:02:55 -08:00
ScriptingCore.h Squashed commit of the following: 2015-12-10 18:02:55 -08:00
cocos2d_specifics.cpp Squashed commit of the following: 2015-12-10 18:02:55 -08:00
cocos2d_specifics.hpp fixes for windows 2015-12-08 20:07:13 -08:00
js-BindingsExport.h update code as comment 2015-11-26 17:39:57 +08:00
js_bindings_config.h Fix minor grammar and typo in documentation 2015-11-04 17:14:00 +09: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 Use rooted object for js_proxy new and get 2015-11-27 10:19:13 +08:00
js_bindings_opengl.h Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
js_manual_conversions.cpp Replace 'resoucedata' with 'resourcedata' in JS Binding 2015-12-05 18:59:54 +09:00
js_manual_conversions.h Replace 'resoucedata' with 'resourcedata' in JS Binding 2015-12-05 18:59:54 +09:00
js_module_register.cpp update binding-generator sub module & code 2015-12-01 22:30:36 +08:00
js_module_register.h update binding-generator sub module & code 2015-12-01 22:30:36 +08:00
jsb_event_dispatcher_manual.cpp js_get_or_create_jsobject() and other stuff 2015-12-07 19:05:23 -08:00
jsb_event_dispatcher_manual.h Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
jsb_helper.h Clean up manual bindings code, remove JS_THIS_OBJECT and JS_SET_RVAL 2015-11-25 14:33:43 +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 Fix issues causing by temporary RootedObject passed as function parameters 2015-11-27 01:35:06 +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 Fix issues causing by temporary RootedObject passed as function parameters 2015-11-27 01:35:06 +08:00