axmol/cocos/scripting/js-bindings/manual
Ricardo Quesada c321d35a9a Squashed commit of the following:
commit 000a025fb4027c26bf05f7296e2d1fbbf21abe6c
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date:   Wed Dec 2 10:38:27 2015 -0800

    updated submodule

commit b5f45a62b48493f05d75aea865158c371241973d
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date:   Tue Dec 1 19:21:34 2015 -0800

    ooops... thanks Panda

commit 85f0b9c01d5281970f748b6460107bc0ca82cdf0
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date:   Tue Dec 1 18:19:16 2015 -0800

    better macro name for GC. Thanks panda

commit e42ad74a664dd2b85cbf4463a6fef8f6abc06664
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date:   Tue Dec 1 17:10:32 2015 -0800

    RepeatForever, Repeat and Speed converted

commit 3a8130ffc06301c91c836539736bbae456f05b4d
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date:   Tue Dec 1 14:31:32 2015 -0800

    cherry-picking changes to disable retain/release from GC

commit 3ed6e00dc2d9d46248d9374a1f9874cd0b2ba67d
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date:   Tue Dec 1 12:31:04 2015 -0800

    fixes autorelease issues on rebind

commit b65f5f6b16c1542c28b04d66377a27233c6cf214
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date:   Tue Dec 1 12:23:33 2015 -0800

    my JS changes... again
2015-12-02 14:45:13 -08:00
..
3d Fix issues causing by temporary RootedObject passed as function parameters 2015-11-27 01:35:06 +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 Fix issues causing by temporary RootedObject passed as function parameters 2015-11-27 01:35:06 +08:00
extension Use rooted object for js_proxy new and get 2015-11-27 10:19:13 +08: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-02 14:45:13 -08:00
ScriptingCore.h Squashed commit of the following: 2015-12-02 14:45:13 -08:00
cocos2d_specifics.cpp Squashed commit of the following: 2015-12-02 14:45:13 -08:00
cocos2d_specifics.hpp Fix issues causing by temporary RootedObject passed as function parameters 2015-11-27 01:35:06 +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 Merge pull request #14478 from pandamicro/v3 2015-12-01 12:24:21 +08:00
js_manual_conversions.h Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_combine_LuaJsSim 2015-12-01 15:12:32 +08: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 Fix getJSObject issues 2015-11-27 14:54:25 +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