summaryrefslogtreecommitdiffstats
path: root/source/LuaState.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved source to srcAlexander Harkness2013-11-241-958/+0
* cLuaState: Added LogStackTrace() and GetTypeText() utility functionsmadmaxoft2013-08-211-0/+43
* Finished renaming cPlugin_NewLua to cPluginLua.madmaxoft2013-08-191-2/+2
* Fixed assert failures in cLuaState when using it for pushing a StringVector.madmaxoft2013-08-181-31/+0
* Attempting to fix CentOS / gcc 4.4.7 compilation problem.madmaxoft2013-08-151-1/+1
* Added the OnHopperPullingItem and OnHopperPushingItem hooks.madmaxoft2013-08-111-0/+26
* Added OnExploding() and OnExploded() hooks.madmaxoft2013-08-091-0/+64
* Removed LuaScript.madmaxoft2013-08-081-0/+26
* cPlugin_NewLua is now completely rewritten to use templated LuaState calls.madmaxoft2013-08-081-6/+60
* LuaState refactoring: using templates for hook function calls.madmaxoft2013-08-081-13/+130
* Addeed OnSpawningEntity, OnSpawnedEntity, OnSpawningMonster, OnSpawnedMonster hooks.madmaxoft2013-08-081-0/+13
* cLuaState has reference management, param checking and a fixed destructor.madmaxoft2013-08-071-1/+186
* cLuaScript now uses cLuaStatemadmaxoft2013-08-061-1/+1
* cLuaState now tracks the function name and number of argsmadmaxoft2013-08-061-6/+182
* cLuaState can now contain a detached LuaState, too.madmaxoft2013-08-061-0/+67
* LuaState refactoring: initial part.madmaxoft2013-08-041-0/+218