summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockFluid.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Temporarily commented out override directives."Tycho2014-09-051-5/+5
| | | | | | | | | | | | | | | This reverts commit 6db727c60c01264dc9a9c209c5b335da8f53cd64. Conflicts: src/Bindings/PluginLua.h src/Blocks/BlockFire.h src/Generating/ChunkGenerator.h src/LoggerListeners.cpp src/Mobs/Components/AIAggressiveComponent.h src/Mobs/Monster.h src/OSSupport/IsThread.h src/Protocol/Authenticator.h src/UI/SlotArea.h
* Temporarily commented out override directives.Samuel Barney2014-08-211-5/+5
|
* Basic style fixes.madmaxoft2014-07-171-1/+1
|
* Superfluous method override.Howaner2014-05-071-6/+0
|
* Add lava and water check to block handlers.Howaner2014-05-071-0/+12
|
* With eXtra line!Tiger Wang2014-04-021-0/+1
|
* Removed extra bracketsTiger Wang2014-04-021-5/+2
|
* Realised suggestionsTiger Wang2014-03-311-1/+4
|
* Fixed a few Y too high/low assertsTiger Wang2014-03-311-2/+3
|
* Changed Signiture of OnUpdateTycho2014-02-021-3/+3
|
* Changed pointers to referencesTycho2014-02-011-1/+1
|
* Changed signitures of Several BLockHandler MethodsTycho2014-02-011-2/+2
| | | | | | | | | | | | | Changed the signitures of the following to use interfaces: GetPlacementBlockTypeMeta OnPlaced OnPlacedByPlayer OnDestroyed OnNeighbourChanged NeighbourChanged OnUse CanBeAt Check
* Lava can spawn fire.madmaxoft2013-12-041-0/+81
| | | | Settable in world.ini, lava can spawn fire to fuel blocks near it. Fix #65.
* Moved source to srcAlexander Harkness2013-11-241-0/+56