Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hook adding uses the new API. | madmaxoft | 2013-08-21 | 1 | -143/+551 |
| | | | | Multiple hooks per plugin can be added. The cPluginManager.AddHook() has four available signatures, the recommended one is cPluginManager.AddHook(HOOK_TYPE, CallbackFunction) | ||||
* | Fixed a warning on closing invalid plugins. | madmaxoft | 2013-08-20 | 1 | -1/+4 |
| | |||||
* | Finished renaming cPlugin_NewLua to cPluginLua. | madmaxoft | 2013-08-19 | 1 | -67/+67 |
| | |||||
* | Implemented the OnWorldTick hook. | madmaxoft | 2013-08-19 | 1 | -0/+12 |
| | | | | 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/+24 |
| | | | | Requested in FS 412, slightly modified the params. | ||||
* | Added OnPlayerAnimation() hook. | madmaxoft | 2013-08-11 | 1 | -0/+13 |
| | | | | Initial patch by @STR_Warrior, updated to account for different animation packets. | ||||
* | Renamed Plugin_NewLua to PluginLua. | madmaxoft | 2013-08-10 | 1 | -0/+998 |