Liao YuLei
|
c6c7fb1be6
|
Improve Lua engine
rename executeFunctionByRefId() to executeFunctionByHandler()
add executeFunctionWithCCObject()
add pushIntegerToLuaStack()
add pushFloatToLuaStack()
add pushBooleanToLuaStack()
add pushCCObjectToLuaStack()
|
2012-03-07 20:27:26 +08:00 |
YuLei Liao
|
69a7e2a2e3
|
* change unsigned int CCObject::m_uLuaID -> int CCObject::m_nLuaID, because LUA_INTEGER is int.
|
2012-02-04 11:34:17 +08:00 |
dumganhar
|
6fbf2f1d09
|
move SelectorProtocol to CCObject
|
2012-02-03 15:05:29 +08:00 |
YuLei Liao
|
c7553b90b5
|
* improve tolua_stack_dump()
|
2011-12-17 11:18:33 +08:00 |
YuLei Liao
|
2ece926122
|
* tolua_pushusertype_ccobject() & tolua_remove_ccobject_by_refid() return errcode
|
2011-12-08 15:44:49 +08:00 |
YuLei Liao
|
1184559ce1
|
* add tolua_stack_dump()
|
2011-12-08 00:30:46 +08:00 |
YuLei Liao
|
149e33ef69
|
* fix tolua_ref_function() and tolua_remove_function_by_refid()
|
2011-11-29 15:51:18 +08:00 |
YuLei Liao
|
8afe909819
|
* merge LuaEngineImpl to LuaEngine
|
2011-11-18 20:36:39 +08:00 |