summaryrefslogtreecommitdiffstats
path: root/source/PluginLua.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved source to srcAlexander Harkness2013-11-241-1471/+0
* Added a global "g_Plugin" object to all Lua plugins.madmaxoft2013-09-181-0/+3
* Fixed AddHook() wanting old-style function names.madmaxoft2013-08-221-10/+20
* Hook adding uses the new API.madmaxoft2013-08-211-143/+551
* Fixed a warning on closing invalid plugins.madmaxoft2013-08-201-1/+4
* Finished renaming cPlugin_NewLua to cPluginLua.madmaxoft2013-08-191-67/+67
* Implemented the OnWorldTick hook.madmaxoft2013-08-191-0/+12
* Added the OnHopperPullingItem and OnHopperPushingItem hooks.madmaxoft2013-08-111-0/+24
* Added OnPlayerAnimation() hook.madmaxoft2013-08-111-0/+13
* Renamed Plugin_NewLua to PluginLua.madmaxoft2013-08-101-0/+998