summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockLadder.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved sound-configs into BlockID.h and fixed/ added loads of soundsMasy982014-09-091-6/+0
|
* 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