Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added OnExploding() and OnExploded() hooks. | madmaxoft | 2013-08-09 | 1 | -0/+203 |
* | Removed LuaScript. | madmaxoft | 2013-08-08 | 1 | -0/+4 |
* | cPlugin_NewLua is now completely rewritten to use templated LuaState calls. | madmaxoft | 2013-08-08 | 1 | -29/+86 |
* | LuaState refactoring: using templates for hook function calls. | madmaxoft | 2013-08-08 | 1 | -20/+357 |
* | Addeed OnSpawningEntity, OnSpawnedEntity, OnSpawningMonster, OnSpawnedMonster hooks. | madmaxoft | 2013-08-08 | 1 | -0/+2 |
* | cLuaState has reference management, param checking and a fixed destructor. | madmaxoft | 2013-08-07 | 1 | -3/+48 |
* | 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 |
* | LuaState refactoring: initial part. | madmaxoft | 2013-08-04 | 1 | -0/+90 |