summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockChest.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move item placement into item handlers (#5184)Tiger Wang2021-05-051-182/+0
* Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963)peterbell102020-10-051-1/+1
* Unify block entity pickup conversionTiger Wang2020-09-251-3/+2
* BlockHandler initialisation is a constant expression (#4891)Tiger Wang2020-09-201-41/+32
* Vector3 in Handlers (#4680)Mattes D2020-04-211-13/+14
* Using Super.Mattes D2020-04-161-3/+3
* Fix rotation metas on blocksAlexander Harkness2020-04-111-2/+2
* Add mixins for blocks that rotate based on player yaw at placementAlexander Harkness2020-04-101-10/+14
* Refactored block-to-pickup conversion. (#4417)Mattes D2019-10-161-9/+31
* cBlockHandler: take player by refpeterbell102017-08-011-2/+2
* Fixed bindings for cBlockArea:Read and Write. (#3568)Mattes D2017-02-051-2/+2
* Bulk clearing of whitespaceLogicParrot2016-02-051-8/+8
* Improved mapsTiger Wang2015-07-141-7/+7
* Refactored all player block placing to go through hooks.Mattes D2014-12-241-52/+13
* Moved sound-configs into BlockID.h and fixed/ added loads of soundsMasy982014-09-091-6/+0
* Basic style fixes.madmaxoft2014-07-171-2/+2
* Implemented trapped chests & othersTiger Wang2014-07-071-22/+22
* Did some static analysis, fixed some bugs and optimized a lot of codejfhumann2014-04-181-0/+1
* Fixed spelling; Rotater to Rotator.narroo2014-03-251-3/+3
* Added MetaRotate/Mirror Support for a number of classes.narroo2014-03-241-2/+2
* ReformattedTycho2014-03-021-2/+2
* Fixed errorsTycho2014-03-011-1/+1
* Implemented RotationsTycho2014-03-011-2/+3
* Added some Metadate rotaters using templated MixinTycho2014-02-271-2/+2
* Merge pull request #644 from worktycho/warningfixesMattes D2014-02-041-2/+2
|\
| * Improved Type safety of eBlockFaceTycho2014-02-041-2/+2
* | Fixed chest placement.madmaxoft2014-02-041-2/+4
|/
* Merge branch 'master' of https://github.com/mc-server/MCServerTiger Wang2014-02-021-14/+18
|\
| * Changed pointers to referencesTycho2014-02-011-9/+9
| * Changed signitures of Several BLockHandler MethodsTycho2014-02-011-3/+8
| * Refactored GetPlacementBlockTypeMetaTycho2014-01-261-1/+0
| * Refactored cBlockHandler::OnUse and dependentsTycho2014-01-261-13/+13
* | Fixed #624Tiger Wang2014-02-021-0/+6
|/
* Removed internal cEntity::GetRot() usage.madmaxoft2014-01-171-5/+5
* Removed obsoleted functionsTiger Wang2014-01-161-2/+2
* Moved source to srcAlexander Harkness2013-11-241-0/+223