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