1
0
cuberite-2a/tests/SchematicFileSerializer
Lane Kolbly 5402b214b3 Check for intersection between placed blocks and entities. (#3850)
* 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-28 17:59:21 +01:00
..
CMakeLists.txt Removed the LeakFinder for Windows. (#3777) 2017-06-19 11:05:19 +02:00
SchematicFileSerializerTest.cpp SelfTests: Moved SchematicFileSerializer test into a separate project. 2016-06-18 13:12:08 +02:00
Stubs.cpp Check for intersection between placed blocks and entities. (#3850) 2017-07-28 17:59:21 +01:00