summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemBed.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move item placement into item handlers (#5184)Tiger Wang2021-05-051-22/+38
| | | | | | | | | | | | | | | | | | | | | | | | | * Move item placement into item handlers + Add appropriate CanBeAt checks in cPlayer::PlaceBlocks, into which all placement handlers call. * Partly addresses #5157 * Fixes #4878 * Fixes #2919 * Fixes #4629 * Fixes #4239 * Fixes #4849 Co-authored-by: changyong guo <guo1487@163.com> Co-authored-by: Xotheus <shady3300@outlook.com> Co-authored-by: Krist Pregracke <krist@tiger-scm.com> * Review fixes * Update APIDesc.lua * Rename Co-authored-by: changyong guo <guo1487@163.com> Co-authored-by: Xotheus <shady3300@outlook.com> Co-authored-by: Krist Pregracke <krist@tiger-scm.com>
* Beds: derestrict clicking block face (#4863)Tiger Wang2020-09-131-20/+8
| | | Ref: https://github.com/cuberite/cuberite/issues/4860#issuecomment-691545904
* Vector3 in Handlers (#4680)Mattes D2020-04-211-16/+25
| | | Refactored all cBlockHandler and cItemHandler descendants to use Vector3.
* Add mixins for blocks that rotate based on player yaw at placementAlexander Harkness2020-04-101-1/+1
| | | | Also add observer block handler.
* Bulk clearing of whitespaceLogicParrot2016-02-051-1/+1
|
* Refactored block placement workflow.Mattes D2015-06-211-9/+6
| | | | Multi-blocks can now use the default OnPlayerPlaced() callback in cItemHandler.
* Refactored all player block placing to go through hooks.Mattes D2014-12-241-11/+17
| | | | Fixes #1618.
* Basic style fixes.madmaxoft2014-07-171-1/+1
|
* Improved Type safety of eBlockFaceTycho2014-02-041-1/+1
| | | | May Fix #640
* 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/+56