summaryrefslogtreecommitdiffstats
path: root/src/Entities/ItemFrame.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Temporarily commented out override directives."Tycho2014-09-051-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
* Temporarily commented out override directives.Samuel Barney2014-08-211-3/+3
|
* Removed redundant semicolons and re-added warningarchshift2014-07-241-2/+2
|
* Tailored death messagesTiger Wang2014-07-041-1/+1
|
* Add item frame saving.Howaner2014-03-151-8/+14
|
* Changed BlockFace type to eBlockFaceTiger Wang2014-02-181-2/+2
|
* Implemented item frames, a part of #689Tiger Wang2014-02-181-0/+42
+ Implemented Item Frames * Fixed Pitch and Yaw being wrongly flipped in the protocol (XOFT!)