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