summaryrefslogtreecommitdiffstats
path: root/src/Bindings/PluginManager.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #844 from mc-server/ProjectileHitBlockMattes D2014-06-011-1/+1
|\
| * Made a_BlockHitPos a referenceSTRWarrior2014-06-011-1/+1
| * Used recommendationsSTRWarrior2014-05-311-1/+1
| * Using recommendations (I think)STRWarrior2014-03-301-1/+1
| * Added a BlockHitPos parameter to OnProjectileHitBlockSTRWarrior2014-03-301-1/+1
| * Added a blockface parameter to the OnProjectileHitBlock hook.STRWarrior2014-03-301-1/+1
* | Fixed MSVC 64-bit build warnings.Mattes D2014-05-091-1/+1
* | HOOK_DISCONNECT has cClientHandle as its first parameter.madmaxoft2014-05-021-1/+1
|/
* Added HOOK_PROJECTILE_HIT_BLOCK.STRWarrior2014-03-291-0/+2
* Added HOOK_PROJECTILE_HIT_ENTITYSTRWarrior2014-03-291-0/+5
* Fixed non-virtual destructors warnings.madmaxoft2014-03-281-0/+2
* Add SpreadSourceHowaner2014-03-271-1/+1
* Add HOOK_BLOCK_SPREADHowaner2014-03-271-0/+2
* Added cPluginManager:GetPluginsPath() to the Lua API.madmaxoft2014-02-171-0/+4
* Merge pull request #585 from daniel0916/hooksMattes D2014-02-011-0/+2
|\
| * Removed "player destroying" hookdaniel09162014-02-011-2/+0
| * Added "player destroying" and "player destroyed" hooksdaniel09162014-01-251-0/+4
* | Implemented cPluginManager:CallPlugin() API.madmaxoft2014-01-211-24/+32
|/
* Plugin messages are received and handed to plugins.madmaxoft2014-01-071-0/+2
* OnPlayerFishing doesn't have a const cItems anymoreSTRWarrior2014-01-011-1/+1
* implemented the recommendations Xoft gave.STRWarrior2013-12-311-2/+2
* Implented OnPlayerFishing and OnPlayerFished.STRWarrior2013-12-301-0/+4
* Merge branch 'master' of github.com:mc-server/MCServerTycho Bickerstaff2013-12-221-0/+2
|\
| * Added HOOK_PLUGINS_LOADED.madmaxoft2013-12-291-0/+2
* | Root is now warnings cleanTycho Bickerstaff2013-12-211-1/+1
|/
* Prettified command error messagesTiger Wang2013-12-181-1/+6
* Renamed back EntityAnimation to PlayerAnimationTiger Wang2013-12-181-2/+2
* Added a HOOK_WORLD_STARTED hook and a cRoot::CreateAndInitializeWorld function for plugins.STRWarrior2013-12-111-0/+2
* Merge branch 'master' of https://github.com/mc-server/MCServer into fixesnfeaturesTiger Wang2013-12-081-2/+2
* Moved bindings-related to a Bindings subfolder.madmaxoft2013-12-081-0/+295