summaryrefslogtreecommitdiffstats
path: root/source/LuaState.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-11Added the OnHopperPullingItem and OnHopperPushingItem hooks.madmaxoft1-0/+26
2013-08-09Added OnExploding() and OnExploded() hooks.madmaxoft1-0/+64
2013-08-08Removed LuaScript.madmaxoft1-0/+26
2013-08-08cPlugin_NewLua is now completely rewritten to use templated LuaState calls.madmaxoft1-6/+60
2013-08-08LuaState refactoring: using templates for hook function calls.madmaxoft1-13/+130
2013-08-08Addeed OnSpawningEntity, OnSpawnedEntity, OnSpawningMonster, OnSpawnedMonster hooks.madmaxoft1-0/+13
2013-08-07cLuaState has reference management, param checking and a fixed destructor.madmaxoft1-1/+186
2013-08-06cLuaScript now uses cLuaStatemadmaxoft1-1/+1
2013-08-06cLuaState now tracks the function name and number of argsmadmaxoft1-6/+182
2013-08-06cLuaState can now contain a detached LuaState, too.madmaxoft1-0/+67
2013-08-04LuaState refactoring: initial part.madmaxoft1-0/+218