summaryrefslogtreecommitdiffstats
path: root/src/Entities/ItemFrame.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-09-05Revert "Temporarily commented out override directives."Tycho1-3/+3
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
2014-08-21Temporarily commented out override directives.Samuel Barney1-3/+3
2014-07-24Removed redundant semicolons and re-added warningarchshift1-2/+2
2014-07-04Tailored death messagesTiger Wang1-1/+1
2014-03-15Add item frame saving.Howaner1-8/+14
2014-02-18Changed BlockFace type to eBlockFaceTiger Wang1-2/+2
2014-02-18Implemented item frames, a part of #689Tiger Wang1-0/+42
+ Implemented Item Frames * Fixed Pitch and Yaw being wrongly flipped in the protocol (XOFT!)