Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-04-14 | Placing a fluid from bucket calls plugin hooks. | Mattes D | 1 | -5/+10 | |
Ref.: #1857. | |||||
2014-10-23 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -1/+1 | |
2014-10-20 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -1/+1 | |
2014-07-17 | Normalized comments. | madmaxoft | 1 | -2/+2 | |
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-06-19 | Nullify deleted pointers. | archshift | 1 | -0/+1 | |
2014-06-08 | Fixed deadlock when moving players to other worlds. | Mattes D | 1 | -1/+1 | |
Fixes #1039, fixes #851 | |||||
2014-03-14 | Add fireball interact | Howaner | 1 | -1/+5 | |
2014-02-18 | Fixed possible ASSERT failure | Tiger Wang | 1 | -1/+1 | |
2014-02-18 | Changed BlockFace type to eBlockFace | Tiger Wang | 1 | -13/+1 | |
2014-02-18 | Added an explanatory comment | Tiger Wang | 1 | -0/+2 | |
2014-02-18 | Used new BLOCK_FACE constants | Tiger Wang | 1 | -7/+8 | |
Also added more comments | |||||
2014-02-18 | Implemented item frames, a part of #689 | Tiger Wang | 1 | -0/+62 | |
+ Implemented Item Frames * Fixed Pitch and Yaw being wrongly flipped in the protocol (XOFT!) |