summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemDoor.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improved mapsTiger Wang2015-07-141-1/+1
|
* Doors now get placed on the server-side.bibo382015-06-251-1/+0
| | | | | | The Y-Value is already the lower door block(From ItemHandler.cpp:346). Increasing it once again, places the door into the air, which is blocked by Cuberite. Bugfix #2279
* Refactored block placement workflow.Mattes D2015-06-211-6/+6
| | | | Multi-blocks can now use the default OnPlayerPlaced() callback in cItemHandler.
* Fix door placing in connection with slabswraith112015-04-211-1/+1
| | | | Except top-half slabs as transparent blocks for doors.
* Correct world height validations.Tommy Santerre2015-03-201-1/+1
| | | | | Unify the way we test block above the current one (Height - 1 instead of a_RelY + 1). Allow generation of world of flat height = 255
* Fixed door placement.Mattes D2015-02-281-4/+17
| | | | Doors now have hinges on the correct side, based on what the surroundings are when placing them.
* Door handler: Removed needless check.Mattes D2015-02-211-1/+1
| | | | The Y coord has already been checked above.
* Fix door placement checkFreddie Wang2015-02-211-7/+3
|
* Fixed door placement.Mattes D2014-12-251-2/+2
|
* Refactored all player block placing to go through hooks.Mattes D2014-12-241-23/+73
| | | | Fixes #1618.
* Moved curly brace to seperate lineMasy982014-09-261-1/+2
|
* Added new doors in ItemDoor.hMasy982014-09-111-1/+15
|
* Basic style fixes.madmaxoft2014-07-171-3/+3
|
* Improved Type safety of eBlockFaceTycho2014-02-041-1/+1
| | | | May Fix #640
* Changed pointers to referencesTycho2014-02-011-1/+1
|
* Refactored GetPlacementBlockTypeMetaTycho2014-01-261-2/+4
|
* Moved source to srcAlexander Harkness2013-11-241-0/+45