summaryrefslogtreecommitdiffstats
path: root/src/Bindings/PluginLua.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed OnProjectileHitBlock bindings.madmaxoft2014-06-031-1/+1
* Merge pull request #844 from mc-server/ProjectileHitBlockMattes D2014-06-011-2/+2
|\
| * Made a_BlockHitPos a referenceSTRWarrior2014-06-011-2/+2
| * Used recommendationsSTRWarrior2014-05-311-2/+2
| * Using recommendations (I think)STRWarrior2014-03-301-1/+1
| * Added a BlockHitPos parameter to OnProjectileHitBlockSTRWarrior2014-03-301-2/+2
| * Added a blockface parameter to the OnProjectileHitBlock hook.STRWarrior2014-03-301-2/+2
* | HOOK_DISCONNECT has cClientHandle as its first parameter.madmaxoft2014-05-021-2/+2
* | Fixed OnPluginMessage hook not exiting early.Tycho2014-04-271-1/+1
* | Merge branch 'MacFixes'Tycho2014-04-021-0/+5
|\ \ | |/ |/|
| * More fixes to get it to compile for me on Mac 10.9. Mostly just newline additions, but some of the unused variables were causing errors, so I wrapped them in #ifndef __APPLE__ calls, since I didn't know if they were going to be used in the future.Samuel Barney2014-03-251-0/+5
* | Added HOOK_PROJECTILE_HIT_BLOCK.STRWarrior2014-03-291-0/+20
* | Added HOOK_PROJECTILE_HIT_ENTITYSTRWarrior2014-03-291-0/+20
* | Add SpreadSourceHowaner2014-03-271-2/+2
* | Add HOOK_BLOCK_SPREADHowaner2014-03-271-0/+21
|/
* Moved Lua API registering into a separate function.madmaxoft2014-03-121-0/+1
* Add Lua plugin path to package.path and .cpath.madmaxoft2014-02-171-0/+8
* Merge pull request #585 from daniel0916/hooksMattes D2014-02-011-0/+20
|\
| * Removed "player destroying" hookdaniel09162014-02-011-20/+0
| * Added "player destroying" and "player destroyed" hooksdaniel09162014-01-251-0/+40
* | Plugin files are loaded in alphabetical order.madmaxoft2014-01-291-17/+35
* | Implemented cPluginManager:CallPlugin() API.madmaxoft2014-01-211-0/+34
|/
* cCreeper is no longer available in API.madmaxoft2014-01-131-1/+1
* A couple touchupsBill Derouin2014-01-081-2/+3
* Add missing plugin errorBill Derouin2014-01-071-0/+12
* Plugin messages are received and handed to plugins.madmaxoft2014-01-071-1/+32
* OnPlayerFishing doesn't have a const cItems anymoreSTRWarrior2014-01-011-1/+1
* implemented the recommendations Xoft gave.STRWarrior2013-12-311-4/+4
* Implented OnPlayerFishing and OnPlayerFished.STRWarrior2013-12-301-0/+40
* Added HOOK_PLUGINS_LOADED.madmaxoft2013-12-291-0/+18
* Replaced esCreeper with esMonster.madmaxoft2013-12-231-1/+1
* Renamed back EntityAnimation to PlayerAnimationTiger Wang2013-12-181-4/+4
* Added a HOOK_WORLD_STARTED hook and a cRoot::CreateAndInitializeWorld function for plugins.STRWarrior2013-12-111-0/+15
* Fixed tolua++ compilation.madmaxoft2013-12-081-1/+1
* Merge branch 'master' of https://github.com/mc-server/MCServer into fixesnfeaturesTiger Wang2013-12-081-4/+4
* Moved bindings-related to a Bindings subfolder.madmaxoft2013-12-081-0/+1471