summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockPiston.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed more unessicary includesTycho2014-09-261-0/+1
|
* Fixed farmland issues.Howaner2014-09-121-1/+1
|
* Basic style fixes.madmaxoft2014-07-171-1/+1
|
* Normalized comments.madmaxoft2014-07-171-2/+2
| | | | | 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.
* Changed BroadcastSoundEffect function to take floating pos.Howaner2014-07-131-2/+2
|
* Implemented trapped chests & othersTiger Wang2014-07-071-1/+1
| | | | | | | + Added trapped chests * Fixed a bunch of bugs in the redstone simulator concerning wires and repeaters * Other potential bugfixes
* Suggestions twoTiger Wang2014-06-011-3/+3
|
* Changed block send queue to use vectorsTiger Wang2014-05-291-6/+17
| | | | As suggested by @worktycho.
* Hopefully fixed piston duplication issuesTiger Wang2014-05-251-5/+161
| | | | | * Fixes #879 * Fixes #714
* Improved Type safety of eBlockFaceTycho2014-02-041-1/+1
| | | | May Fix #640
* Changed Signiture of OnDestroyedByPlayerTycho2014-02-011-5/+5
|
* Changed pointers to referencesTycho2014-02-011-5/+5
|
* Changed signitures of Several BLockHandler MethodsTycho2014-02-011-5/+5
| | | | | | | | | | | | | 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
|
* Merged master into redstonefixesTiger Wang2013-11-271-0/+8
|
* Moved source to srcAlexander Harkness2013-11-241-0/+102