summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockFire.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Temporarily commented out override directives."Tycho2014-09-051-4/+4
| | | | | | | | | | | | | | | 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
* Merge branch 'master' into ComponentRewriteTycho2014-09-051-5/+0
|\ | | | | | | | | | | | | | | | | | | Conflicts: MCServer/Plugins/Core src/Bindings/PluginLua.h src/Blocks/BlockFire.h src/LoggerListeners.cpp src/Mobs/Monster.cpp src/UI/SlotArea.h
| * Merge branch 'master' into FireHowaner2014-08-201-10/+15
| |\
| * | Moved the clicked-through block check to the top of the function.Howaner2014-08-111-5/+0
| | |
* | | Temporarily commented out override directives.Samuel Barney2014-08-211-5/+5
| |/ |/|
* | Code formatting fixes.Howaner2014-08-191-10/+15
|/
* Normalized comments.madmaxoft2014-07-171-16/+16
| | | | | 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.
* Fix fire break.Howaner2014-05-281-2/+2
|
* Fixed portal Z direction loop coding failureTiger Wang2014-05-041-10/+9
| | | | | * Fixed portals created in the ZP/ZM direction eating its frame * Changed return type of a function
* Fixed a few Clang warnings in BlockHandlers.madmaxoft2014-03-301-10/+12
|
* Changed Signiture of OnDiggingTycho2014-02-011-2/+2
|
* Changed pointers to referencesTycho2014-02-011-15/+15
|
* Changed signitures of Several BLockHandler MethodsTycho2014-02-011-28/+28
| | | | | | | | | | | | | Changed the signitures of the following to use interfaces: GetPlacementBlockTypeMeta OnPlaced OnPlacedByPlayer OnDestroyed OnNeighbourChanged NeighbourChanged OnUse CanBeAt Check
* fixed unused expression warnings in blockFireTycho Bickerstaff2013-12-101-7/+6
|
* Moved source to srcAlexander Harkness2013-11-241-0/+228