Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cLuaState now tracks the function name and number of args | madmaxoft | 2013-08-06 | 1 | -4/+46 |
| | |||||
* | cLuaState can now contain a detached LuaState, too. | madmaxoft | 2013-08-06 | 1 | -1/+22 |
| | | | | This will be useful for cases when we get a lua_State * from the outside and are asked to perform operations on it. | ||||
* | LuaState refactoring: initial part. | madmaxoft | 2013-08-04 | 1 | -0/+90 |
The cLuaState class is a wrapper for the lua_State * and for the common functions on it. The cPlugin_NewLua has been rewritten to use it instead of the raw pointer. Part of #33 |