James Chen
230b8a386b
issue #1176 : Changed linebreak symbol to UNIX format ('\n'),replaced 'tab'
...
with four spaces. Also,
1. Used macro NS_CC_BEGIN instead of namespace cocos2d {, NS_CC_END instead
of }.
2. Removed some unused files.
3. Renamed the name of some folders, for example,
"test.android"-->"proj.android" .
2012-04-19 14:35:52 +08:00
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
minggo
8b855a917f
issue #973 : refactor lua support
2012-02-10 12:02:46 +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
83aaa504d2
* change error message
2011-11-29 17:11:47 +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
e9fa8116e9
* rename tolua_fix.cpp to tolua_fix.c
2011-11-29 15:40:15 +08:00