Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simply Y-check in door handler | Tiger Wang | 2020-08-04 | 1 | -1/+1 |
| | |||||
* | Continue with placement when using iron doors | Tiger Wang | 2020-08-04 | 1 | -2/+4 |
| | |||||
* | Door drops respect player gamemode | Tiger Wang | 2020-08-04 | 1 | -6/+11 |
| | | | | | | * Rely on caller to handle converting to pickups, all OnBroken needs to do is to maintain the unity of the door * Fixes #4797 * Fixes #4796 | ||||
* | Vector3 in Handlers (#4680) | Mattes D | 2020-04-21 | 1 | -16/+28 |
| | | | Refactored all cBlockHandler and cItemHandler descendants to use Vector3. | ||||
* | Using Super. | Mattes D | 2020-04-16 | 1 | -3/+3 |
| | |||||
* | Refactored block-to-pickup conversion. (#4417) | Mattes D | 2019-10-16 | 1 | -10/+8 |
| | |||||
* | cWorld: Manually bind deprecated broadcast functions (#4265) | peterbell10 | 2018-07-27 | 1 | -1/+1 |
| | | | Ref: https://github.com/cuberite/cuberite/pull/4264#discussion_r204769193 | ||||
* | CheckBasicStyle: Check number of empty lines between functions (#4267) | peterbell10 | 2018-07-26 | 1 | -0/+4 |
| | | | | Add check for number of empty lines between functions and fix the corresponding failures | ||||
* | cChunkInterface GetBlock, GetBlockMeta, GetBlockTypeMeta use vectors (#4050) | Bond-009 | 2017-11-20 | 1 | -5/+5 |
| | |||||
* | Removed double includes (#3885) | Lukas Pioch | 2017-08-02 | 1 | -1/+0 |
| | |||||
* | cBlockHandler: take player by ref | peterbell10 | 2017-08-01 | 1 | -6/+6 |
| | |||||
* | cWorld::SendBlockTo take player by ref | peterbell10 | 2017-08-01 | 1 | -3/+3 |
| | |||||
* | Check for intersection between placed blocks and entities. (#3850) | Lane Kolbly | 2017-07-28 | 1 | -0/+10 |
| | | | | | | | | | | | | | * Check for intersection between placed blocks and entities. + Implemented GetPlacementCollisionBox, to permit custom placement collision boxes for blocks. * Factored block-entity placement checking into another function in cPlayer. - Removed vector min/max functions * Use GetWorld to get the world in DoesPlacingBlocksIntersectEntity. + Added block height checks, allow different cEntity subclasses to decide whether they will prevent block placement. | ||||
* | Updated sounds and effect IDs (#3422) | mathiascode | 2017-02-15 | 1 | -1/+1 |
| | |||||
* | Bulk clearing of whitespace | LogicParrot | 2016-02-05 | 1 | -2/+2 |
| | |||||
* | allow use failures to propagate from the entity/block to the player | Gargaj | 2015-12-13 | 1 | -1/+3 |
| | |||||
* | Add enum for Sound and Particle Effects | Dave Tucker | 2015-11-24 | 1 | -1/+2 |
| | | | | | | Fixes #2603 Signed-off-by: Dave Tucker <dave@dtucker.co.uk> | ||||
* | Fixed Iron Door | Nicholas W | 2015-08-01 | 1 | -1/+6 |
| | |||||
* | Improved maps | Tiger Wang | 2015-07-14 | 1 | -1/+1 |
| | |||||
* | Added open/close and sound effects for all door types | b33duck | 2015-05-21 | 1 | -3/+17 |
| | |||||
* | More style checking. | Mattes D | 2015-05-09 | 1 | -3/+3 |
| | | | | Spaces around some operators are checked. | ||||
* | Refactored all player block placing to go through hooks. | Mattes D | 2014-12-24 | 1 | -28/+12 |
| | | | | Fixes #1618. | ||||
* | BasicStyle: Added missing braces to control statements. | Mattes D | 2014-12-05 | 1 | -2/+8 |
| | |||||
* | Removed more unessicary includes | Tycho | 2014-09-26 | 1 | -1/+0 |
| | |||||
* | Fixed farmland issues. | Howaner | 2014-09-12 | 1 | -1/+1 |
| | |||||
* | Removed old sound-configuration for doors | Masy98 | 2014-09-09 | 1 | -9/+0 |
| | |||||
* | Basic style fixes. | madmaxoft | 2014-07-17 | 1 | -2/+2 |
| | |||||
* | Add UNUSED() Tags | Howaner | 2014-06-17 | 1 | -0/+6 |
| | |||||
* | Add door sound | Howaner | 2014-06-17 | 1 | -0/+1 |
| | |||||
* | Better SetOpen() and IsOpen() function from the doors. | Howaner | 2014-05-30 | 1 | -1/+1 |
| | |||||
* | Fixed Minor typos. | narroo | 2014-03-26 | 1 | -2/+5 |
| | |||||
* | Added a comment about the behavior of doors under mirros. Simply put, the current implementation of MetaMirror causes glitchy behavior. The door class itself needs to be edited. (I've got an idea on that....) | narroo | 2014-03-25 | 1 | -2/+8 |
| | |||||
* | Added MetaRotate/Mirror Support for a number of classes. | narroo | 2014-03-24 | 1 | -0/+75 |
| | |||||
* | Merge pull request #729 from worktycho/MetaRotate | Mattes D | 2014-03-08 | 1 | -1/+1 |
|\ | | | | | Alternitive solution to #503 | ||||
| * | Added some Metadate rotaters using templated Mixin | Tycho | 2014-02-27 | 1 | -1/+1 |
| | | |||||
* | | Add SendBlockTo to cWorldInterface | Howaner | 2014-03-05 | 1 | -3/+5 |
| | | |||||
* | | Add data backsending, when the Client interacts a Block and the Interact is cancelled. | Howaner | 2014-03-05 | 1 | -0/+21 |
|/ | |||||
* | Improved Type safety of eBlockFace | Tycho | 2014-02-04 | 1 | -2/+2 |
| | | | | May Fix #640 | ||||
* | Changed pointers to references | Tycho | 2014-02-01 | 1 | -14/+14 |
| | |||||
* | Changed signitures of Several BLockHandler Methods | Tycho | 2014-02-01 | 1 | -16/+15 |
| | | | | | | | | | | | | | Changed the signitures of the following to use interfaces: GetPlacementBlockTypeMeta OnPlaced OnPlacedByPlayer OnDestroyed OnNeighbourChanged NeighbourChanged OnUse CanBeAt Check | ||||
* | First attempt at Implementing Interfaces | Tycho | 2014-01-25 | 1 | -1/+1 |
| | |||||
* | Fixed missing parenthesis. | madmaxoft | 2013-12-20 | 1 | -4/+4 |
| | |||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+90 |