summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockWallSign.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
* Temporarily commented out override directives.Samuel Barney2014-08-211-4/+4
|
* Fixed signs not staying on other signsTiger Wang2014-08-041-1/+2
|
* Normalized code style for both sign handlers.madmaxoft2014-07-181-8/+9
|
* Removed cBlockSignPostHandler descend.Howaner2014-07-181-2/+28
|
* Added a extra wall sign handler.Howaner2014-07-181-0/+62
Fixes #1119