summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockRedstone.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added mechanics placeable on halfslabsJulian Laubstein2014-10-191-2/+25
|
* Code formatting fixes.Howaner2014-08-191-2/+2
|
* g_BlockXXX => cBlockInfo::XXXandrew2014-03-011-1/+1
|
* 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
* Renamed g_TorchPlaceable...Tiger Wang2014-01-111-1/+1
| | | | ...to g_FullyOccupiesVoxel, as recommended by @bearbin
* Fixed dust from being placed on nonsolidsTiger Wang2013-12-191-1/+1
|
* Removed unneeded CPP filesTiger Wang2013-11-291-3/+4
| | | | Also removed unneeded #include in BlockStems
* Moved source to srcAlexander Harkness2013-11-241-0/+35