summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockDoor.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cBlockHandler: take player by refpeterbell102017-08-011-4/+4
|
* Check for intersection between placed blocks and entities. (#3850)Lane Kolbly2017-07-281-0/+2
| | | | | | | | | | | | | * 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.
* Bulk clearing of whitespaceLogicParrot2016-02-051-3/+3
|
* allow use failures to propagate from the entity/block to the playerGargaj2015-12-131-1/+1
|
* Improved mapsTiger Wang2015-07-141-14/+22
|
* Fix duping doors (#1327)mmdk952015-07-141-0/+4
|
* Fixed typo in BlockDoor.hLane Kolbly2015-06-131-1/+1
|
* Made -Weverything an error.tycho2015-05-241-3/+3
|
* Fix door placing in connection with slabswraith112015-04-211-5/+20
| | | | Except top-half slabs as transparent blocks for doors.
* Fixed door placement.Mattes D2014-12-251-1/+2
|
* Refactored all player block placing to go through hooks.Mattes D2014-12-241-12/+27
| | | | Fixes #1618.
* Code improvementsHowaner2014-09-301-1/+4
|
* Fixed 1.8 doors.Howaner2014-09-301-1/+14
|
* Added default value to switch and spruce gate to fence gate handlerMasy982014-09-271-0/+5
|
* Fixed convertToPickups for doorsMasy982014-09-271-1/+38
|
* Removed more unessicary includesTycho2014-09-261-0/+1
|
* Removed old sound-configuration for doorsMasy982014-09-091-1/+0
|
* Basic style fixes.madmaxoft2014-07-171-1/+1
|
* Fix a few warningsTycho2014-06-161-3/+3
|
* Added Y coord checks and documentation to cBlockDoorHandler.madmaxoft2014-06-091-19/+40
|
* Moved the IsDoor check before the meta get.Howaner2014-05-311-2/+1
|
* Add doxy-commentHowaner2014-05-311-3/+4
|
* Better SetOpen() and IsOpen() function from the doors.Howaner2014-05-301-76/+26
|
* Add SetOpen() and IsOpen() to BlockDoor.h and fix door redstone bug.Howaner2014-05-291-9/+80
|
* Fixed spelling; Rotater to Rotator.narroo2014-03-251-3/+3
|
* Added MetaRotate/Mirror Support for a number of classes.narroo2014-03-241-59/+7
|
* Merge pull request #729 from worktycho/MetaRotateMattes D2014-03-081-1/+57
|\ | | | | Alternitive solution to #503
| * ReformattedTycho2014-03-021-2/+2
| |
| * Revesed typedefTycho2014-03-011-1/+1
| |
| * Implemented RotationsTycho2014-03-011-2/+3
| |
| * Added some Metadate rotaters using templated MixinTycho2014-02-271-1/+56
| |
* | Add data backsending, when the Client interacts a Block and the Interact is cancelled.Howaner2014-03-051-0/+1
|/
* Improved Type safety of eBlockFaceTycho2014-02-041-3/+3
| | | | May Fix #640
* Changed Signiture of OnDestroyedByPlayerTycho2014-02-011-1/+1
|
* Changed pointers to referencesTycho2014-02-011-16/+16
|
* Changed signitures of Several BLockHandler MethodsTycho2014-02-011-17/+16
| | | | | | | | | | | | | Changed the signitures of the following to use interfaces: GetPlacementBlockTypeMeta OnPlaced OnPlacedByPlayer OnDestroyed OnNeighbourChanged NeighbourChanged OnUse CanBeAt Check
* First attempt at Implementing InterfacesTycho2014-01-251-1/+1
|
* Removed internal cEntity::GetRot() usage.madmaxoft2014-01-171-1/+1
|
* Removed obsoleted functionsTiger Wang2014-01-161-1/+1
|
* Moved source to srcAlexander Harkness2013-11-241-0/+175