axmol/scripting/javascript/bindings
James Chen 997a5a36c1 [dispatcher] Renaming 'registerEventListenerXXX' to 'addEventListenerXXX'. 2013-09-14 09:02:49 +08:00
..
js closed #2521: Updating jsb_cocosbuilder.js, it supports CCControl now. 2013-08-12 11:27:09 +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 #2732: Adding 'scripting/auto-generated/js(lua)-bindings' to search path of include files. 2013-08-27 16:46:31 +08:00
Android.mk issue #2732: Updating scripting/javascript/bindings/Android.mk and scripting/lua/proj.android/Android.mk. 2013-08-27 16:21:06 +08:00
ScriptingCore.cpp [Dispatcher] Fixing touch bindings for JSB. 2013-09-12 16:02:16 +08:00
ScriptingCore.h [Dispatcher] Fixing touch bindings for JSB. 2013-09-12 16:02:16 +08:00
XMLHTTPRequest.cpp [Best C++ practice] ResponseType is enum class now. Renaming properties in MinXmlHttpRequest class. 2013-08-20 18:35:15 +08:00
XMLHTTPRequest.h [Best C++ practice] ResponseType is enum class now. Renaming properties in MinXmlHttpRequest class. 2013-08-20 18:35:15 +08:00
cocos2d_specifics.cpp.REMOVED.git-id [dispatcher] Renaming 'registerEventListenerXXX' to 'addEventListenerXXX'. 2013-09-14 09:02:49 +08:00
cocos2d_specifics.hpp [dispatcher] Renaming 'registerEventListenerXXX' to 'addEventListenerXXX'. 2013-09-14 09:02:49 +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 Initializing Array after it was constructed. 2013-08-22 10:15:47 +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 closed #2650: Remove ccTypeInfo since we could get the hash value from *typeid(T).hash_code()* if using c++11. 2013-08-22 18:16:50 +08:00