summaryrefslogtreecommitdiffstats
path: root/src/Bindings/PluginManager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Prettified command error messagesTiger Wang2013-12-181-8/+17
| | | | Using the magic of overlords (overloads) and standards compliance.
* Renamed back EntityAnimation to PlayerAnimationTiger Wang2013-12-181-3/+3
| | | | | This fixes #411 and partially reverts 30ead790490f04248b861db79fddde9148b552f4
* Added a HOOK_WORLD_STARTED hook and a cRoot::CreateAndInitializeWorld function for plugins.STRWarrior2013-12-111-0/+21
|
* Fixed tolua++ compilation.madmaxoft2013-12-081-1/+0
| | | | Duplicate files, wrong includes, const-incorrect code...
* Merge branch 'master' of https://github.com/mc-server/MCServer into fixesnfeaturesTiger Wang2013-12-081-3/+3
| | | | | | | Conflicts: src/Bindings/Bindings.cpp src/Bindings/Bindings.h src/Blocks/BlockHandler.cpp
* Moved bindings-related to a Bindings subfolder.madmaxoft2013-12-081-0/+1668
Ref.: #407