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