.. |
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 #2868:Add more ccs lua test samples
|
2013-11-12 15:25:47 +08:00 |
CCBProxy.cpp
|
issue #2905: Renaming lua/cocos2dx_support to lua/bindings.
|
2013-10-16 16:40:07 +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
|
issue #2905: Renaming lua/cocos2dx_support to lua/bindings.
|
2013-10-16 16:40:07 +08:00 |
CCLuaBridge.h
|
issue #2905: Renaming lua/cocos2dx_support to lua/bindings.
|
2013-10-16 16:40:07 +08:00 |
CCLuaEngine.cpp
|
issue #3403:Modify the registerScriptHandler functions inputparams and some EventData struct info
|
2013-12-23 11:19:55 +08:00 |
CCLuaEngine.h
|
issue #3403:Add the EventDispatcher lua binding and the releated test cases
|
2013-12-22 22:10:21 +08:00 |
CCLuaStack.cpp
|
issue #3403:Add the EventDispatcher lua binding and the releated test cases
|
2013-12-22 22:10:21 +08:00 |
CCLuaStack.h
|
issue #2790:Resolve the compile error
|
2013-12-10 11:33:57 +08:00 |
CCLuaValue.cpp
|
issue #2905: Renaming lua/cocos2dx_support to lua/bindings.
|
2013-10-16 16:40:07 +08:00 |
CCLuaValue.h
|
issue #2905: [iOS Mac] HelloLua and TestLua work now.
|
2013-10-16 17:19:02 +08:00 |
Cocos2dxLuaLoader.cpp
|
replaces `delete[]` with `free()` in C-based API
|
2013-11-11 18:09:47 -08:00 |
Cocos2dxLuaLoader.h
|
issue #2905: Renaming lua/cocos2dx_support to lua/bindings.
|
2013-10-16 16:40:07 +08:00 |
LuaBasicConversions.cpp
|
[Lua Binding] Supports to bind more container: std::vector<std::string>, std::vector<int>, cocos2d::Map<std::string, T>.
|
2013-12-23 20:29:05 +08:00 |
LuaBasicConversions.h
|
[Lua Binding] Supports to bind more container: std::vector<std::string>, std::vector<int>, cocos2d::Map<std::string, T>.
|
2013-12-23 20:29:05 +08:00 |
LuaOpengl.cpp.REMOVED.git-id
|
Fix:Add lua binding of ’registerScriptHandler’、’unregisterScriptHandler’ and ’removeObjectAllHandlers’ of ScriptHandlerMgr and some constants define
|
2013-12-13 15:50:12 +08:00 |
LuaOpengl.h
|
Fix:Remove some needless lua binding functions and resolve a bug
|
2013-12-12 14:47:35 +08:00 |
LuaScriptHandlerMgr.cpp
|
Fix:Add lua binding of ’registerScriptHandler’、’unregisterScriptHandler’ and ’removeObjectAllHandlers’ of ScriptHandlerMgr and some constants define
|
2013-12-13 15:50:12 +08:00 |
LuaScriptHandlerMgr.h
|
issue #3403:Add the EventDispatcher lua binding and the releated test cases
|
2013-12-22 22:10:21 +08:00 |
Lua_web_socket.cpp
|
issue #3374:Register the lua manual binding funtions leading to the top index of lua state
|
2013-12-11 12:05:46 +08:00 |
Lua_web_socket.h
|
issue #3374:Register the lua manual binding funtions leading to the top index of lua state
|
2013-12-11 12:05:46 +08:00 |
liblua.vcxproj
|
issue #2868:Add more ccs lua test samples
|
2013-11-12 15:25:47 +08:00 |
liblua.vcxproj.filters
|
issue #2868:Add more ccs lua test samples
|
2013-11-12 15:25:47 +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 #3374:Register the lua manual binding funtions leading to the top index of lua state
|
2013-12-11 12:05:46 +08:00 |
lua_cocos2dx_coco_studio_manual.hpp
|
issue #2868:Add more manual lua binding functions
|
2013-11-09 22:58:40 +08:00 |
lua_cocos2dx_deprecated.cpp
|
issue #3374:Register the lua manual binding funtions leading to the top index of lua state
|
2013-12-11 12:05:46 +08:00 |
lua_cocos2dx_deprecated.h
|
issue #2905: Renaming lua/cocos2dx_support to lua/bindings.
|
2013-10-16 16:40:07 +08:00 |
lua_cocos2dx_extension_manual.cpp
|
closed #3463: Potential hash collision by using typeid(T).hash_code() in JSB and LuaBinding.
|
2013-12-20 17:13:09 +08:00 |
lua_cocos2dx_extension_manual.h
|
issue #3037:Add assetsmananger lua binding and a releated test sample
|
2013-10-22 16:14:49 +08:00 |
lua_cocos2dx_manual.cpp.REMOVED.git-id
|
Merge branch 'develop' into data-refactor
|
2013-12-24 16:24:17 +08:00 |
lua_cocos2dx_manual.hpp
|
issue #3403:Modify the registerScriptHandler functions inputparams and some EventData struct info
|
2013-12-23 11:19:55 +08:00 |
lua_xml_http_request.cpp
|
issue #3049:Add XMLHttpRequest lua binding and corresponding test sample
|
2013-10-29 18:21:15 +08:00 |
lua_xml_http_request.h
|
issue #3409:Add XMLHttpRequest lua binding and corresponding test sample
|
2013-10-29 11:40:41 +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 |