summaryrefslogtreecommitdiffstats
path: root/src/Entities/ItemFrame.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed tabs used for alignment.madmaxoft2014-07-171-1/+1
|
* Normalized comments.madmaxoft2014-07-171-1/+1
| | | | | 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.
* Tailored death messagesTiger Wang2014-07-041-3/+3
|
* Fix itemframe break.Howaner2014-06-041-1/+3
|
* Add item frame saving.Howaner2014-03-151-36/+3
|
* Changed BlockFace type to eBlockFaceTiger Wang2014-02-181-11/+24
|
* Added a braceTiger Wang2014-02-181-0/+2
| | | | | | | | | | ==== { } { __ } { | | } ==== REMOVE ALL THE BRACES!!
* Implemented item frames, a part of #689Tiger Wang2014-02-181-0/+109
+ Implemented Item Frames * Fixed Pitch and Yaw being wrongly flipped in the protocol (XOFT!)