Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix: Wrong arg name | Samuel Barney | 2013-10-12 | 1 | -1/+1 |
| | |||||
* | Fixed and exported cWorld:QueueTask(). | madmaxoft | 2013-10-12 | 1 | -0/+37 |
| | | | | This implements #220. | ||||
* | Fixed AddHook() wanting old-style function names. | madmaxoft | 2013-08-22 | 1 | -1/+2 |
| | | | | Error reported by STR_Warrior in the forum http://forum.mc-server.org/showthread.php?tid=1227&pid=9620#pid9620 | ||||
* | Hook adding uses the new API. | madmaxoft | 2013-08-21 | 1 | -7/+24 |
| | | | | Multiple hooks per plugin can be added. The cPluginManager.AddHook() has four available signatures, the recommended one is cPluginManager.AddHook(HOOK_TYPE, CallbackFunction) | ||||
* | Finished renaming cPlugin_NewLua to cPluginLua. | madmaxoft | 2013-08-19 | 1 | -3/+3 |
| | |||||
* | Implemented the OnWorldTick hook. | madmaxoft | 2013-08-19 | 1 | -0/+1 |
| | | | | Triggerred for each world every time it ticks, parameters are the cWorld and the previous tick length (a_Dt) | ||||
* | Added the OnHopperPullingItem and OnHopperPushingItem hooks. | madmaxoft | 2013-08-11 | 1 | -0/+2 |
| | | | | Requested in FS 412, slightly modified the params. | ||||
* | Added OnPlayerAnimation() hook. | madmaxoft | 2013-08-11 | 1 | -0/+1 |
| | | | | Initial patch by @STR_Warrior, updated to account for different animation packets. | ||||
* | Renamed Plugin_NewLua to PluginLua. | madmaxoft | 2013-08-10 | 1 | -0/+143 |