summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockChest.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactored all player block placing to go through hooks.Mattes D2014-12-241-52/+13
| | | | Fixes #1618.
* 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
| | | | | | | + Added trapped chests * Fixed a bunch of bugs in the redstone simulator concerning wires and repeaters * Other potential bugfixes
* 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 eBlockFace
| * Improved Type safety of eBlockFaceTycho2014-02-041-2/+2
| | | | | | | | May Fix #640
* | Fixed chest placement.madmaxoft2014-02-041-2/+4
|/ | | | Fixes #624.
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | Changed the signitures of the following to use interfaces: GetPlacementBlockTypeMeta OnPlaced OnPlacedByPlayer OnDestroyed OnNeighbourChanged NeighbourChanged OnUse CanBeAt Check
| * 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