summaryrefslogtreecommitdiffstats
path: root/src/Bindings/PluginManager.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Plugin messages are received and handed to plugins.madmaxoft2014-01-071-0/+2
| | | | Note that MCS doesn't currently handle any channel registrations, this will come later on.
* 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
| | | | | | | | This fixes #482.
* | Root is now warnings cleanTycho Bickerstaff2013-12-211-1/+1
|/
* Prettified command error messagesTiger Wang2013-12-181-1/+6
| | | | Using the magic of overlords (overloads) and standards compliance.
* Renamed back EntityAnimation to PlayerAnimationTiger Wang2013-12-181-2/+2
| | | | | This fixes #411 and partially reverts 30ead790490f04248b861db79fddde9148b552f4
* 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
| | | | | | | Conflicts: src/Bindings/Bindings.cpp src/Bindings/Bindings.h src/Blocks/BlockHandler.cpp
* Moved bindings-related to a Bindings subfolder.madmaxoft2013-12-081-0/+295
Ref.: #407