summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockLadder.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Temporarily commented out override directives."Tycho2014-09-051-4/+4
| | | | | | | | | | | | | | | This reverts commit 6db727c60c01264dc9a9c209c5b335da8f53cd64. Conflicts: src/Bindings/PluginLua.h src/Blocks/BlockFire.h src/Generating/ChunkGenerator.h src/LoggerListeners.cpp src/Mobs/Components/AIAggressiveComponent.h src/Mobs/Monster.h src/OSSupport/IsThread.h src/Protocol/Authenticator.h src/UI/SlotArea.h
* Temporarily commented out override directives.Samuel Barney2014-08-211-4/+4
|
* Fixed style: spaces after commas.madmaxoft2014-07-191-1/+1
|
* More trailing whitespace fixes.madmaxoft2014-07-171-3/+3
|
* Normalized comments.madmaxoft2014-07-171-1/+1
| | | | | This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign.
* Merge remote-tracking branch 'origin/ClearMetaMixin'madmaxoft2014-07-151-2/+4
|\
| * Added super typedefTycho2014-07-151-1/+2
| |
| * Added first implementation of cClearMetaOnDropTycho2014-07-141-2/+3
| |
* | Fixed some meta resetting bugsTiger Wang2014-07-141-8/+14
|/ | | | | * Fixes #1174 * Fixes #1171
* Fixed spelling; Rotater to Rotator.narroo2014-03-251-2/+2
|
* Added MetaRotate/Mirror Support for a number of classes.narroo2014-03-241-2/+2
|
* g_BlockXXX => cBlockInfo::XXXandrew2014-03-011-1/+1
|
* Improved Type safety of eBlockFaceTycho2014-02-041-16/+17
| | | | May Fix #640
* Changed pointers to referencesTycho2014-02-011-5/+5
|
* Changed signitures of Several BLockHandler MethodsTycho2014-02-011-9/+9
| | | | | | | | | | | | | Changed the signitures of the following to use interfaces: GetPlacementBlockTypeMeta OnPlaced OnPlacedByPlayer OnDestroyed OnNeighbourChanged NeighbourChanged OnUse CanBeAt Check
* Moved source to srcAlexander Harkness2013-11-241-0/+115