summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockBed.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update Minecraft Wiki links to new domain (#5532)Spongecade2023-09-271-1/+1
* Move item placement into item handlers (#5184)Tiger Wang2021-05-051-16/+0
* Add player statistics to API (#5193)nshah252021-05-031-1/+1
* Chest, weather, crash, and miscellaneous fixes (#5215)Tiger Wang2021-04-301-0/+1
* Improve bed handling robustnessTiger Wang2021-04-121-60/+49
* Fix sending incorrect date values on world changeTiger Wang2021-04-121-2/+2
* Do not fake a tool when converting to pickups (#5170)Tiger Wang2021-03-281-1/+1
* Unify DoWithBlockEntity (#5168)Tiger Wang2021-03-281-6/+6
* Merged OnBreak with OnPlayerBreak (#4967)12xx122020-10-081-1/+3
* Unify block entity pickup conversionTiger Wang2020-09-251-7/+3
* BlockHandler initialisation is a constant expression (#4891)Tiger Wang2020-09-201-4/+4
* Add more statistic tracking (#4837)12xx122020-09-051-0/+1
* Update bed behavior (#4545)Mat2020-08-051-7/+24
* Enable some more clang-tidy linter checks (#4738)peterbell102020-05-151-5/+1
* Vector3 in Handlers (#4680)Mattes D2020-04-211-68/+82
* New hotfix to prevent calling OnBroken (#4600)Alexander Harkness2020-04-031-8/+8
* Moved growing from cWorld / cChunk to cBlockHandler descendants.Mattes D2019-10-281-2/+2
* Refactored block-to-pickup conversion. (#4417)Mattes D2019-10-161-22/+18
* Force all headers other than "Globals.h" to be included with relative paths (#4269)peterbell102018-08-291-1/+1
* Broadcast refactor (#4264)peterbell102018-07-241-2/+2
* cChunkInterface GetBlock, GetBlockMeta, GetBlockTypeMeta use vectors (#4050)Bond-0092017-11-201-6/+5
* Removed UTF-8 BOM (#4033)Lukas Pioch2017-09-191-1/+1
* Replace ItemCallbacks with lambdas (#3993)peterbell102017-09-111-95/+35
* Revert "Replace ItemCallbacks with lambdas (#3948)"LogicParrot2017-09-021-35/+95
* Replace ItemCallbacks with lambdas (#3948)peterbell102017-09-011-95/+35
* Bed piston fix (#3956)Lane Kolbly2017-08-251-2/+2
* Minor changes (#3909)mathiascode2017-08-241-1/+1
* Removed double includes (#3885)Lukas Pioch2017-08-021-1/+0
* cBlockHandler: take player by refpeterbell102017-08-011-14/+14
* Added bed entity (#3823)Lukas Pioch2017-07-071-2/+60
* You can't use beds when there are hostile mobs nearbyBond_0092017-07-021-8/+32
* allow use failures to propagate from the entity/block to the playerGargaj2015-12-131-1/+2
* Bed uses bottom two bits for direction not threeworktycho2015-05-161-2/+2
* Reverted non-functional changesTiger Wang2015-03-051-5/+8
* Handle client 'leave bed' requestTiger Wang2015-02-081-17/+10
* Refactored all player block placing to go through hooks.Mattes D2014-12-241-19/+1
* Removed more unessicary includesTycho2014-09-261-0/+9
* Fixed farmland issues.Howaner2014-09-121-1/+1
* Merge remote-tracking branch 'origin/master' into portalsTiger Wang2014-07-221-3/+3
|\
| * Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-2/+2
| * Fixed style: spaces after commas.madmaxoft2014-07-191-1/+1
* | Merge branch 'master' into portalsTiger Wang2014-07-181-6/+6
|\|
| * Basic style fixes.madmaxoft2014-07-171-2/+2
| * Normalized comments.madmaxoft2014-07-171-4/+4
* | Implemented bed homesTiger Wang2014-06-011-0/+2
* | Very minor code changesTiger Wang2014-05-291-1/+1
|/
* Fixed VERIFYTiger Wang2014-03-091-1/+1
* Beds now work properly fixes #707Tiger Wang2014-03-091-7/+66
* BlockBed.cpp: Fixed space at if statementTheJumper2014-02-201-1/+1
* BlockBed.cpp: Fixed Multiple people in one bed.TheJumper2014-02-201-7/+18
* Merge branch 'master' into playerimprovementsTiger Wang2014-02-091-2/+2
|\
| * Improved Type safety of eBlockFaceTycho2014-02-041-2/+2
* | Server internally uses new functionsTiger Wang2014-02-061-1/+1
|/
* Changed pointers to referencesTycho2014-02-011-16/+16
* Changed signitures of Several BLockHandler MethodsTycho2014-02-011-1/+1
* Refactored cBlockHandler::OnUse and dependentsTycho2014-01-261-5/+5
* First attempt at Implementing InterfacesTycho2014-01-251-16/+16
* Moved source to srcAlexander Harkness2013-11-241-0/+88