axmol/scripting/javascript/bindings
minggo fd7d892847 Merge pull request #3403 from dumganhar/iss1690-bind-cccontrol
closed #1690: Exposing 'cc.Control. addTargetWithActionForControlEvents' and 'cc.Control.removeTargetWithActionForControlEvents' to JS.
2013-08-09 00:31:52 -07:00
..
generated@48b056e437 [AUTO] : updating submodule reference to latest autogenerated bindings 2013-08-08 03:02:27 +00:00
js Adding CCControl js binding. 2013-08-05 09:51:46 +08:00
obfuscate issue #2129:remove prefix of types in ccTypes.h 2013-07-05 16:49:22 +08:00
proj.ios Fixing iOS workspace project, using c99 instead of gnu99. 2013-06-26 17:52:54 +08:00
proj.mac cocos2d-x in Mac: 2013-06-28 19:02:10 -07:00
proj.win32 issue #2404: Invocation of some deprecated methods fixes. 2013-07-25 15:25:11 +08:00
Android.mk [Android] Fixing path error and reducing dependence for extension. 2013-07-25 16:53:35 +08:00
ScriptingCore.cpp issue #1690: [C++ Best Practice]Adding a space after 'if'. 2013-08-09 14:49:39 +08:00
ScriptingCore.h Adding CCControl js binding. 2013-08-05 09:51:46 +08:00
XMLHTTPRequest.cpp issue #2483: The callback type of 'delete' property has been changed from 'JS_PropertyStub' to 'JS_DeletePropertyStub' in v23. 2013-08-07 10:29:12 +08:00
XMLHTTPRequest.h issue #2129: Removing CC prefix for scripting module. 2013-06-20 14:33:59 +08:00
cocos2d_specifics.cpp.REMOVED.git-id fix js and linux compile error 2013-08-07 10:34:30 +08:00
cocos2d_specifics.hpp Revert some codes in cocos2d_specifics.cpp. 2013-07-03 16:07:06 +08:00
cocosjs_manual_conversions.cpp issue #2129: Removing CC prefix for scripting module. 2013-06-20 14:33:59 +08:00
cocosjs_manual_conversions.h Adding Object Oriented Chipmunk JS bindings 2012-11-16 15:56:29 +08:00
js_bindings_ccbreader.cpp fix warnings 2013-07-26 15:22:45 +08:00
js_bindings_ccbreader.h fix warnings 2013-07-26 15:22:45 +08:00
js_bindings_chipmunk_auto_classes.cpp.REMOVED.git-id issue #2483: The callback type of 'delete' property has been changed from 'JS_PropertyStub' to 'JS_DeletePropertyStub' in v23. 2013-08-07 10:29:12 +08:00
js_bindings_chipmunk_auto_classes.h Adding Object Oriented Chipmunk JS bindings 2012-11-16 15:56:29 +08:00
js_bindings_chipmunk_auto_classes_registration.h Adding Object Oriented Chipmunk JS bindings 2012-11-16 15:56:29 +08:00
js_bindings_chipmunk_functions.cpp.REMOVED.git-id PivotJoint will now take 3 or 4 arguments like in html5 2013-05-20 14:54:34 +04:00
js_bindings_chipmunk_functions.h Adding Object Oriented Chipmunk JS bindings 2012-11-16 15:56:29 +08:00
js_bindings_chipmunk_functions_registration.h issue #1564: Made ChipmunkTest of TestJavascript works 2012-11-22 15:19:16 +08:00
js_bindings_chipmunk_manual.cpp issue #2483: The callback type of 'delete' property has been changed from 'JS_PropertyStub' to 'JS_DeletePropertyStub' in v23. 2013-08-07 10:29:12 +08:00
js_bindings_chipmunk_manual.h issue #1564: Made ChipmunkTest of TestJavascript works 2012-11-22 15:19:16 +08:00
js_bindings_chipmunk_registration.cpp issue #1564: Made ChipmunkTest of TestJavascript works 2012-11-22 15:19:16 +08:00
js_bindings_chipmunk_registration.h Adding Object Oriented Chipmunk JS bindings 2012-11-16 15:56:29 +08:00
js_bindings_config.h Adding CCControl js binding. 2013-08-05 09:51:46 +08:00
js_bindings_core.cpp issue #2483: The callback type of 'delete' property has been changed from 'JS_PropertyStub' to 'JS_DeletePropertyStub' in v23. 2013-08-07 10:29:12 +08:00
js_bindings_core.h fixed #1830: Using JS::CompileOptions::setUTF8(true) to compile script. 2013-03-13 18:10:54 +08:00
js_bindings_opengl.cpp issue #2483: The callback type of 'delete' property has been changed from 'JS_PropertyStub' to 'JS_DeletePropertyStub' in v23. 2013-08-07 10:29:12 +08:00
js_bindings_opengl.h issue #2129: Removing CC prefix for scripting module. 2013-06-20 14:33:59 +08:00
js_bindings_system_functions.cpp issue #1620: Binding sqlite3 to sys.localStorage. And updated win32 project configuration. 2013-01-06 14:42:24 +08:00
js_bindings_system_functions.h Made sys.localStorage support for jsb, works ok on win32. 2012-12-21 18:07:45 +08:00
js_bindings_system_functions_registration.h Made sys.localStorage support for jsb, works ok on win32. 2012-12-21 18:07:45 +08:00
js_bindings_system_registration.cpp getInstance() / destroyInstance() are used... 2013-07-11 15:24:23 -07:00
js_bindings_system_registration.h Made sys.localStorage support for jsb, works ok on win32. 2012-12-21 18:07:45 +08:00
js_manual_conversions.cpp CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
js_manual_conversions.h Modifying JS files to load OpenGL bindings. Also modify AppDelegate and Project files and generator template 2013-03-27 23:59:29 -07:00
jsb_cocos2dx_extension_manual.cpp issue #1690: [C++ Best Practice] Adding space in for loop. 2013-08-09 15:31:20 +08:00
jsb_cocos2dx_extension_manual.h fixed #1824: Exposed cc.EditBox to js. 2013-03-14 18:14:16 +08:00
jsb_helper.h fixed #1647: Adding missing files. 2013-06-02 18:56:17 +08:00
jsb_opengl_functions.cpp Adding new Javascript bindings for OpenGL to cocos2d-x. Modifying bindings generated in cocos2d-iphone 2013-03-27 23:59:29 -07:00
jsb_opengl_functions.h Adding new Javascript bindings for OpenGL to cocos2d-x. Modifying bindings generated in cocos2d-iphone 2013-03-27 23:59:29 -07:00
jsb_opengl_manual.cpp replace indent by using space instead of tab 2013-07-31 10:58:15 +08:00
jsb_opengl_manual.h define JSB_INCLUDE_OPENGL in js_bindings_config.h 2013-03-29 11:41:32 +08:00
jsb_opengl_registration.cpp define JSB_INCLUDE_OPENGL in js_bindings_config.h 2013-03-29 11:41:32 +08:00
jsb_opengl_registration.h Adding new Javascript bindings for OpenGL to cocos2d-x. Modifying bindings generated in cocos2d-iphone 2013-03-27 23:59:29 -07:00
jsb_websocket.cpp issue #2483: The callback type of 'delete' property has been changed from 'JS_PropertyStub' to 'JS_DeletePropertyStub' in v23. 2013-08-07 10:29:12 +08:00
jsb_websocket.h fixed #1647: Adding missing files. 2013-06-02 18:56:17 +08:00
spidermonkey_specifics.h issue #1592: Fixing complication errors for windows port. 2013-04-08 11:56:04 +08:00