summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockVine.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #775 from worktycho/warningsMattes D2014-03-091-3/+13
|\ | | | | Fixed a few warnings
| * Fixed warningsTycho2014-03-071-3/+13
| |
* | Merge pull request #729 from worktycho/MetaRotateMattes D2014-03-081-4/+4
|\ \ | |/ |/| Alternitive solution to #503
| * Reverted BlockVineworktycho2014-03-021-3/+27
| |
| * Implemented RotationsTycho2014-03-011-27/+3
| |
* | g_BlockXXX => cBlockInfo::XXXandrew2014-03-011-1/+1
|/
* Improved Type safety of eBlockFaceTycho2014-02-041-1/+1
| | | | May Fix #640
* Changed Signiture of OnUpdateTycho2014-02-021-2/+2
|
* Changed pointers to referencesTycho2014-02-011-3/+3
|
* Changed signitures of Several BLockHandler MethodsTycho2014-02-011-3/+3
| | | | | | | | | | | | | Changed the signitures of the following to use interfaces: GetPlacementBlockTypeMeta OnPlaced OnPlacedByPlayer OnDestroyed OnNeighbourChanged NeighbourChanged OnUse CanBeAt Check
* Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT).madmaxoft2013-12-201-1/+1
|
* Moved source to srcAlexander Harkness2013-11-241-0/+201