Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cPainting saving implemented | Tiger Wang | 2015-03-14 | 1 | -0/+11 |
| | | | | Additionally, it now inherits from cHangingEntity. | ||||
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -2/+2 |
| | |||||
* | Properly exported cItemFrame and cHangingEntity to Lua. | Mattes D | 2014-10-21 | 1 | -8/+8 |
| | |||||
* | Merge branch 'master' into EntityCustomName | Howaner | 2014-09-23 | 1 | -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. | Howaner | 2014-09-11 | 1 | -1/+1 |
| | | |||||
* | | Added name tag | Howaner | 2014-09-01 | 1 | -0/+2 |
|/ | |||||
* | Removed unused code | Tiger Wang | 2014-08-29 | 1 | -1/+0 |
| | |||||
* | Fixed tabs used for alignment. | madmaxoft | 2014-07-17 | 1 | -1/+1 |
| | |||||
* | Normalized comments. | madmaxoft | 2014-07-17 | 1 | -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 messages | Tiger Wang | 2014-07-04 | 1 | -3/+3 |
| | |||||
* | Fix itemframe break. | Howaner | 2014-06-04 | 1 | -1/+3 |
| | |||||
* | Add item frame saving. | Howaner | 2014-03-15 | 1 | -36/+3 |
| | |||||
* | Changed BlockFace type to eBlockFace | Tiger Wang | 2014-02-18 | 1 | -11/+24 |
| | |||||
* | Added a brace | Tiger Wang | 2014-02-18 | 1 | -0/+2 |
| | | | | | | | | | | ==== { } { __ } { | | } ==== REMOVE ALL THE BRACES!! | ||||
* | Implemented item frames, a part of #689 | Tiger Wang | 2014-02-18 | 1 | -0/+109 |
+ Implemented Item Frames * Fixed Pitch and Yaw being wrongly flipped in the protocol (XOFT!) |