summaryrefslogtreecommitdiffstats
path: root/src/Bindings (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Prettified command error messagesTiger Wang2013-12-182-9/+23
| | | | Using the magic of overlords (overloads) and standards compliance.
* Renamed back EntityAnimation to PlayerAnimationTiger Wang2013-12-187-14/+50
| | | | | This fixes #411 and partially reverts 30ead790490f04248b861db79fddde9148b552f4
* Fixed multiple inheritance in ToLua++.madmaxoft2013-12-163-16/+107
| | | | This fixes #422.
* Exported to LuaSTRWarrior2013-12-152-10/+10
|
* This adds a function that allows you to 'shoot' a player towards a direction.STRWarrior2013-12-152-2/+36
|
* Exported Set and Get functions to Lua.STRWarrior2013-12-152-2/+136
|
* Merge pull request #431 from mc-server/Entity_EffectsMattes D2013-12-143-3/+28
|\ | | | | Entity Effects
| * Exported E_EFFECTS_<Effect> to lua. Forgot to commit Globals.h.STRWarrior2013-12-143-3/+28
| |
* | Added tolua++ redirection include.madmaxoft2013-12-141-0/+13
| | | | | | | | | | This is needed because ToLua++ regenerates the Bindings file with bad #include, and it would be too difficult to fix ToLua++; this is an easier solution. Should fix PR #431.
* | Merge pull request #430 from mc-server/redstoneimprovementsMattes D2013-12-141-0/+2
|\ \ | |/ |/| Implemented note block playing and fixed wire
| * Implemented note block playing and fixed wireTiger Wang2013-12-141-0/+2
| | | | | | | | Game of Thrones music in Minecraft, here I come!
* | Exported the cTNTEntitySTRWarrior2013-12-143-7/+79
|/
* Added a HOOK_WORLD_STARTED hook and a cRoot::CreateAndInitializeWorld function for plugins.STRWarrior2013-12-117-2/+79
|
* Fix Undefined behavior at Bindings/LuaWindow line 32worktycho2013-12-091-1/+4
|
* Fixed tolua++ compilation.madmaxoft2013-12-087-192/+5
| | | | Duplicate files, wrong includes, const-incorrect code...
* Fixed VS2008 compilation after those huge changes.madmaxoft2013-12-082-5/+7
|
* Merge branch 'master' of https://github.com/mc-server/MCServer into fixesnfeaturesTiger Wang2013-12-085-11/+11
| | | | | | | Conflicts: src/Bindings/Bindings.cpp src/Bindings/Bindings.h src/Blocks/BlockHandler.cpp
* Fixed normalizing large angles.madmaxoft2013-12-082-2/+32
|
* Moved bindings-related to a Bindings subfolder.madmaxoft2013-12-0825-0/+41155
Ref.: #407