summaryrefslogtreecommitdiffstats
path: root/src/Entities/ItemFrame.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into EntityCustomNameHowaner2014-09-231-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/ClientHandle.cpp src/ClientHandle.h src/Protocol/Protocol.h src/Protocol/Protocol125.cpp src/Protocol/Protocol125.h src/Protocol/Protocol17x.cpp src/Protocol/Protocol17x.h src/Protocol/ProtocolRecognizer.cpp src/Protocol/ProtocolRecognizer.h src/World.cpp src/World.h
| * 1.8: Fixed hangings.Howaner2014-09-111-1/+1
| |
* | Added name tagHowaner2014-09-011-0/+2
|/
* Removed unused codeTiger Wang2014-08-291-1/+0
|
* 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!)