Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-08-01 | cBlockHandler: take player by ref | peterbell10 | 1 | -3/+3 | |
2017-07-28 | Check for intersection between placed blocks and entities. (#3850) | Lane Kolbly | 1 | -0/+14 | |
* Check for intersection between placed blocks and entities. + Implemented GetPlacementCollisionBox, to permit custom placement collision boxes for blocks. * Factored block-entity placement checking into another function in cPlayer. - Removed vector min/max functions * Use GetWorld to get the world in DoesPlacingBlocksIntersectEntity. + Added block height checks, allow different cEntity subclasses to decide whether they will prevent block placement. | |||||
2017-07-07 | BigFlower fixes (#3826) | peterbell10 | 1 | -1/+1 | |
* BigFlowers fixes * Correct upper part meta * Documented parameters to DoesIgnoreBuildCollision | |||||
2017-07-03 | cBlockInfo static initialisation (#3832) | peterbell10 | 1 | -4/+6 | |
2017-06-24 | cBlockArea supports block entities. (#3795) | Mattes D | 1 | -0/+35 | |
2016-06-18 | SelfTests: Moved SchematicFileSerializer test into a separate project. | Mattes D | 1 | -108/+0 | |
2016-01-01 | Renamed leftover strings to Cuberite / Server, as needed. | Mattes D | 1 | -2/+2 | |
Also upgraded the user setting file for MSVC to 2013. | |||||
2015-12-24 | Added a Json parser and serializer to Lua API. | Mattes D | 1 | -0/+9 | |
2015-12-13 | blockheight mechanism | Gargaj | 1 | -0/+9 | |
2015-07-14 | Improved maps | Tiger Wang | 1 | -0/+9 | |
2015-07-01 | Added neighbor specification in the OnNeighborChanged() block callback. | Mattes D | 1 | -1/+1 | |
Fixes the OnNeighborChanged endless recursion with large melon / pumpkin fields. Fixes #2213. | |||||
2015-06-22 | Rebased version of Code | Samuel Barney | 1 | -9/+0 | |
2015-06-19 | Externalized cPrefabPiecePool self-test. | Mattes D | 1 | -0/+283 | |