summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockStairs.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved sound-configs into BlockID.h and fixed/ added loads of soundsMasy982014-09-091-18/+0
|
* Code formatting fixes.Howaner2014-08-191-10/+10
|
* Basic style fixes.madmaxoft2014-07-171-1/+1
|
* 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.
* Rename CanChangeDirtToGrass to CanDirtGrowGrassHowaner2014-05-071-1/+1
|
* Add CanChangeDirtToGrass function to Block Handlers.Howaner2014-04-061-0/+5
|
* Fixed clang warnings in BlockHandlers.madmaxoft2014-04-011-2/+2
|
* Fixed spelling; Rotater to Rotator.narroo2014-03-251-3/+3
|
* Merge pull request #775 from worktycho/warningsMattes D2014-03-091-0/+8
|\ | | | | Fixed a few warnings
| * Fixed warningsTycho2014-03-071-0/+8
| |
* | ReformattedTycho2014-03-021-2/+2
| |
* | Implemented RotationsTycho2014-03-011-65/+3
|/
* Improved Type safety of eBlockFaceTycho2014-02-041-1/+1
| | | | May Fix #640
* Changed pointers to referencesTycho2014-02-011-1/+1
|
* Changed signitures of Several BLockHandler MethodsTycho2014-02-011-1/+1
| | | | | | | | | | | | | Changed the signitures of the following to use interfaces: GetPlacementBlockTypeMeta OnPlaced OnPlacedByPlayer OnDestroyed OnNeighbourChanged NeighbourChanged OnUse CanBeAt Check
* Removed internal cEntity::GetRot() usage.madmaxoft2014-01-171-1/+1
|
* Removed obsoleted functionsTiger Wang2014-01-161-1/+1
|
* Stairs reset meta when dropped, fixes #269Tiger Wang2013-11-291-2/+22
| | | | Additionally, they now have walking sounds.
* Moved source to srcAlexander Harkness2013-11-241-0/+152