summaryrefslogtreecommitdiffstats
path: root/source/LuaState.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved source to srcAlexander Harkness2013-11-241-811/+0
* Hook adding uses the new API.madmaxoft2013-08-211-1/+1
* cLuaState: Added LogStackTrace() and GetTypeText() utility functionsmadmaxoft2013-08-211-0/+6
* Finished renaming cPlugin_NewLua to cPluginLua.madmaxoft2013-08-191-2/+2
* Added the OnHopperPullingItem and OnHopperPushingItem hooks.madmaxoft2013-08-111-0/+4
* Added OnExploding() and OnExploded() hooks.madmaxoft2013-08-091-0/+203
* Removed LuaScript.madmaxoft2013-08-081-0/+4
* cPlugin_NewLua is now completely rewritten to use templated LuaState calls.madmaxoft2013-08-081-29/+86
* LuaState refactoring: using templates for hook function calls.madmaxoft2013-08-081-20/+357
* Addeed OnSpawningEntity, OnSpawnedEntity, OnSpawningMonster, OnSpawnedMonster hooks.madmaxoft2013-08-081-0/+2
* cLuaState has reference management, param checking and a fixed destructor.madmaxoft2013-08-071-3/+48
* cLuaState now tracks the function name and number of argsmadmaxoft2013-08-061-4/+46
* cLuaState can now contain a detached LuaState, too.madmaxoft2013-08-061-1/+22
* LuaState refactoring: initial part.madmaxoft2013-08-041-0/+90