summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockComparator.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow certain blocks to be placed on top of upside-down stairs/slabs (#5468)Michal Havlíček2023-01-251-6/+11
* Move item placement into item handlers (#5184)Tiger Wang2021-05-051-3/+3
* Do not fake a tool when converting to pickups (#5170)Tiger Wang2021-03-281-1/+1
* 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-1/+1
* BlockHandler initialisation is a constant expression (#4891)Tiger Wang2020-09-201-105/+84
* Use SimulateChunk in redstone simulatorTiger Wang2020-07-261-12/+7
* Vector3 in Handlers (#4680)Mattes D2020-04-211-8/+89
* Using Super.Mattes D2020-04-161-2/+2
* Add mixins for blocks that rotate based on player yaw at placementAlexander Harkness2020-04-101-14/+2
* Fix certain item drops (#4536)Mat2020-03-231-2/+7
* Refactored block-to-pickup conversion. (#4417)Mattes D2019-10-161-10/+7
* cChunkInterface GetBlock, GetBlockMeta, GetBlockTypeMeta use vectors (#4050)Bond-0092017-11-201-26/+23
* cBlockHandler: take player by refpeterbell102017-08-011-5/+5
* cWorld::SendBlockTo take player by refpeterbell102017-08-011-1/+1
* Redstone fixes (#3285)Tiger Wang2016-07-311-0/+10
* Revert "Redstone fixes"Mattes D2016-07-291-10/+0
* Consolidated comparator codeTiger Wang2016-07-291-0/+5
* Comparators and pistons no longer update instantlyTiger Wang2016-07-291-0/+5
* Bulk clearing of whitespaceLogicParrot2016-02-051-2/+2
* Reorganised the redstone simulatorTiger Wang2015-12-181-22/+25
* allow use failures to propagate from the entity/block to the playerGargaj2015-12-131-1/+2
* Improved mapsTiger Wang2015-07-141-9/+6
* ComparatorsTiger Wang2015-06-061-0/+79
* More style checking.Mattes D2015-05-091-1/+1
* Moved sound-configs into BlockID.h and fixed/ added loads of soundsMasy982014-09-091-6/+0
* Normalized comments.madmaxoft2014-07-171-1/+1
* Fixed spelling; Rotater to Rotator.narroo2014-03-251-3/+3
* Merge pull request #729 from worktycho/MetaRotateMattes D2014-03-081-2/+3
|\
| * ReformattedTycho2014-03-021-2/+2
| * Implemented RotationsTycho2014-03-011-2/+3
| * Added some Metadate rotaters using templated MixinTycho2014-02-271-2/+2
* | Add SendBlockTo to cWorldInterfaceHowaner2014-03-051-1/+2
* | Add data backsending, when the Client interacts a Block and the Interact is cancelled.Howaner2014-03-051-0/+6
|/
* Improved Type safety of eBlockFaceTycho2014-02-041-2/+2
* Changed pointers to referencesTycho2014-02-011-5/+5
* Changed signitures of Several BLockHandler MethodsTycho2014-02-011-1/+1
* Refactored GetPlacementBlockTypeMetaTycho2014-01-261-4/+4
* First attempt at Implementing InterfacesTycho2014-01-251-1/+1
* Removed internal cEntity::GetRot() usage.madmaxoft2014-01-171-1/+1
* Removed obsoleted functionsTiger Wang2014-01-161-1/+1
* Removed unneeded CPP filesTiger Wang2013-11-291-5/+19
* Moved source to srcAlexander Harkness2013-11-241-0/+55