Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Broadcast refactor (#4264) | peterbell10 | 2018-07-24 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | * Move Broadcast functions from cChunkMap to cBroadcaster - Remove cBroadcastInterface in favour of cBroadcaster. - cChunk: Remove broadcast functions. * resurect broadcast interface * Absorb cBroadcaster into cWorld. Removes the need for forwarding the function calls. * Improve const-correctness * Use Int8 instead of char + Comment `ForClients` functions * Improve comments * Broadcaster: Rename ForClients functions | ||||
* | Ocelots don't take fall damage (#4171) | Bond-009 | 2018-02-04 | 1 | -0/+10 |
| | |||||
* | Replace ItemCallbacks with lambdas (#3993) | peterbell10 | 2017-09-11 | 1 | -37/+24 |
| | |||||
* | Revert "Replace ItemCallbacks with lambdas (#3948)" | LogicParrot | 2017-09-02 | 1 | -24/+37 |
| | | | | This reverts commit 496c337cdfa593654018c171f6a74c28272265b5. | ||||
* | Replace ItemCallbacks with lambdas (#3948) | peterbell10 | 2017-09-01 | 1 | -37/+24 |
| | |||||
* | Sitting cats block enderchests from opening (#3906) | Bond-009 | 2017-08-17 | 1 | -0/+28 |
| | |||||
* | Added basic ocelot behavior (#3829) | Bond-009 | 2017-07-12 | 1 | -0/+205 |