axmol/cocos/scripting/lua/bindings
samuele3hu 402d0cf7b1 issue #3822:Update the test cases which are related with touch using the `EventListenerTouchAllAtOnce` or `EventListenerTouchOneByOne` 2014-01-23 22:26:14 +08:00
..
platform issue #3069:Add LuaObjectCBridge and related test sample 2013-10-31 15:20:53 +08:00
.cproject issue #2905: Renaming lua/cocos2dx_support to lua/bindings. 2013-10-16 16:40:07 +08:00
.project issue #2905: Renaming lua/cocos2dx_support to lua/bindings. 2013-10-16 16:40:07 +08:00
Android.mk issue #3401: add physics lua auto generate to android.mk 2014-01-07 10:20:59 +08:00
CCBProxy.cpp issue #3626:Add namespace’s support for manual lua binding of classes in the cocos2d::extension and cocosbuilder namespace and update the related test cases 2014-01-17 10:19:54 +08:00
CCBProxy.h issue #2905: jsbinding samples and lua binding samples build ok on android 2013-10-17 15:04:30 +08:00
CCLuaBridge.cpp add copyrights for 2014, in folders other then 2d. 2014-01-07 11:47:11 +08:00
CCLuaBridge.h add copyrights for 2014, in folders other then 2d. 2014-01-07 11:47:11 +08:00
CCLuaEngine.cpp issue #3626:Modify some files that skipped some modifications because of merge 2014-01-17 11:22:03 +08:00
CCLuaEngine.h add copyrights for 2014, in folders other then 2d. 2014-01-07 11:47:11 +08:00
CCLuaStack.cpp issue #3626:Resolve the error that the lua binding of the EventListenerAcceleration and the EventListenerCustom have been bound two times 2014-01-17 10:19:56 +08:00
CCLuaStack.h add copyrights for 2014, in folders other then 2d. 2014-01-07 11:47:11 +08:00
CCLuaValue.cpp add copyrights for 2014, in folders other then 2d. 2014-01-07 11:47:11 +08:00
CCLuaValue.h add copyrights for 2014, in folders other then 2d. 2014-01-07 11:47:11 +08:00
Cocos2dxLuaLoader.cpp add copyrights for 2014, in folders other then 2d. 2014-01-07 11:47:11 +08:00
Cocos2dxLuaLoader.h add copyrights for 2014, in folders other then 2d. 2014-01-07 11:47:11 +08:00
LuaBasicConversions.cpp issue #3822:Update the test cases which are related with touch using the `EventListenerTouchAllAtOnce` or `EventListenerTouchOneByOne` 2014-01-23 22:26:14 +08:00
LuaBasicConversions.h issue #3822:Update the test cases which are related with touch using the `EventListenerTouchAllAtOnce` or `EventListenerTouchOneByOne` 2014-01-23 22:26:14 +08:00
LuaOpengl.cpp.REMOVED.git-id issue #3626:Add namespace’s support for manual lua binding functions for classes related OpenGL and update the related test cases 2014-01-17 10:19:55 +08:00
LuaOpengl.h issue #3626:Add the “override “ keyword 2014-01-17 22:20:21 +08:00
LuaScriptHandlerMgr.cpp issue #3626:Add lua binding for ScollView and TableView classes in the cocos2d::extension namespace and the related test cases 2014-01-17 10:19:55 +08:00
LuaScriptHandlerMgr.h add copyrights for 2014, in folders other then 2d. 2014-01-07 11:47:11 +08:00
LuaSkeletonAnimation.cpp add copyrights for 2014, in folders other then 2d. 2014-01-07 11:47:11 +08:00
LuaSkeletonAnimation.h add copyrights for 2014, in folders other then 2d. 2014-01-07 11:47:11 +08:00
Lua_web_socket.cpp issue #3626:Make the lua binding of the WebSocket and the XMLHttpRequest used in lua in the “cc” module 2014-01-17 10:19:56 +08:00
Lua_web_socket.h issue #3626:Add the “override “ keyword 2014-01-17 22:20:21 +08:00
liblua.vcxproj update liblua vs project for add miss file. 2014-01-07 18:30:12 +08:00
liblua.vcxproj.filters update liblua vs project for add miss file. 2014-01-07 18:30:12 +08:00
liblua.vcxproj.user issue #2905: Renaming lua/cocos2dx_support to lua/bindings. 2013-10-16 16:40:07 +08:00
lua_cocos2dx_coco_studio_manual.cpp issue #3626:Add namespace’s support for manual lua binding functions for classes in the cocostudio and cocos2d::gui namespace 2014-01-17 10:19:55 +08:00
lua_cocos2dx_coco_studio_manual.hpp add copyrights for 2014, in folders other then 2d. 2014-01-07 11:47:11 +08:00
lua_cocos2dx_deprecated.cpp issue #3626:Add the deprecated support for the tolua.cast 2014-01-17 10:19:57 +08:00
lua_cocos2dx_deprecated.h add copyrights for 2014, in folders other then 2d. 2014-01-07 11:47:11 +08:00
lua_cocos2dx_extension_manual.cpp issue #3626:Add the “override “ keyword 2014-01-17 22:20:21 +08:00
lua_cocos2dx_extension_manual.h issue #3626:Add lua binding for ScollView and TableView classes in the cocos2d::extension namespace and the related test cases 2014-01-17 10:19:55 +08:00
lua_cocos2dx_gui_manual.cpp issue #3626:Add namespace’s support for manual lua binding functions for classes in the cocostudio and cocos2d::gui namespace 2014-01-17 10:19:55 +08:00
lua_cocos2dx_gui_manual.hpp add copyrights for 2014, in folders other then 2d. 2014-01-07 11:47:11 +08:00
lua_cocos2dx_manual.cpp.REMOVED.git-id close #3802: Add some manual lua-binding functions for the Lable and update the related test cases 2014-01-21 16:36:29 +08:00
lua_cocos2dx_manual.hpp add copyrights for 2014, in folders other then 2d. 2014-01-07 11:47:11 +08:00
lua_cocos2dx_physics_manual.cpp issue #3626:Add namespace’s support for manual lua binding of functions about physics 2014-01-17 10:19:55 +08:00
lua_cocos2dx_physics_manual.hpp issue #3401: physical lua banding script and auto script 2014-01-02 11:45:11 +08:00
lua_cocos2dx_spine_manual.cpp fix namespace in spine lua manual binding 2014-01-18 10:58:17 +08:00
lua_cocos2dx_spine_manual.hpp add copyrights for 2014, in folders other then 2d. 2014-01-07 11:47:11 +08:00
lua_xml_http_request.cpp issue #3626:Make the lua binding of the WebSocket and the XMLHttpRequest used in lua in the “cc” module 2014-01-17 10:19:56 +08:00
lua_xml_http_request.h removes "include "cocos2d.h" from cocos2d files 2014-01-16 21:35:58 -08:00
tolua_fix.c issue #3353:Lua gc mechanism will make the extended attributes of lua userdata disapper 2013-12-06 14:16:33 +08:00
tolua_fix.h issue #2905: Renaming lua/cocos2dx_support to lua/bindings. 2013-10-16 16:40:07 +08:00