Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed some int parameters to vector parameters (#3937) | Bond-009 | 2017-09-07 | 1 | -1/+1 |
| | |||||
* | Changed entity ownership model to use smart pointers | Tiger Wang | 2017-08-07 | 1 | -4/+1 |
| | |||||
* | Exported boat | Lukas Pioch | 2017-05-24 | 1 | -1/+1 |
| | | | | | | | - NBT: Added saving / loading of material - Added the material in the item handler of the boat - Drop the correct boat if destroyed - APIDoc: Added desc and functions | ||||
* | Tracer replacement (#3704) | Mattes D | 2017-05-11 | 1 | -1/+1 |
| | | | | | | * Replaced cTracer usage with cLineBlockTracer. * Exported new cLineBlockTracer utility functions to Lua API. | ||||
* | Added missing checks for Initialize function and updated APIDoc | Lukas Pioch | 2017-05-08 | 1 | -1/+6 |
| | |||||
* | Boat spawned, remove it from player's hand | Lukas Pioch | 2017-03-17 | 1 | -0/+6 |
| | |||||
* | Fixed implicit rounding warnings. | Mattes D | 2016-08-19 | 1 | -5/+8 |
| | |||||
* | Fixes for boat entities (#3265) | beeduck | 2016-07-18 | 1 | -1/+16 |
| | | | protocol for vehicles now properly handled, protocol for boat paddles now properly handled, boats can no longer spawn underwater, boats now properly float, boat metadata now properly broadcasted. | ||||
* | Bulk clearing of whitespace | LogicParrot | 2016-02-05 | 1 | -8/+8 |
| | |||||
* | Placing a fluid from bucket calls plugin hooks. | Mattes D | 2015-04-14 | 1 | -2/+5 |
| | | | | Ref.: #1857. | ||||
* | Fixed deadlock when moving players to other worlds. | Mattes D | 2014-06-08 | 1 | -1/+1 |
| | | | | Fixes #1039, fixes #851 | ||||
* | Fixed boat placement code. | madmaxoft | 2014-04-02 | 1 | -9/+17 |
| | |||||
* | Added additional parenthasies | worktycho | 2014-02-10 | 1 | -2/+1 |
| | |||||
* | Merge branch 'master' into boatsFix | Tycho | 2014-02-10 | 1 | -0/+1 |
|\ | | | | | | | | | Conflicts: src/Items/ItemBoat.h | ||||
| * | Maybe fixed boat placing | tonibm19 | 2014-02-10 | 1 | -1/+1 |
| | | |||||
* | | Fixed stupid mistax in conditional | worktycho | 2014-02-10 | 1 | -2/+1 |
|/ | | | boats can't be placed if the face is not block_face_none and not block_face_YM, not if it is only not one. | ||||
* | Improved Type safety of eBlockFace | Tycho | 2014-02-04 | 1 | -2/+2 |
| | | | | May Fix #640 | ||||
* | Boats spawn on top of a block. not between 4 blocks. | STRWarrior | 2013-12-16 | 1 | -1/+1 |
| | |||||
* | Using suggestions for Boat placing. | STRWarrior | 2013-12-16 | 1 | -1/+1 |
| | |||||
* | You can spawn boats on water. | STRWarrior | 2013-12-16 | 1 | -7/+32 |
| | |||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+54 |