1
0
cuberite-2a/tests/LuaThreadStress
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
..
Bindings.h Tests: Added LuaState thread stress-test. 2017-01-15 15:11:18 +01:00
CMakeLists.txt Removed the LeakFinder for Windows. (#3777) 2017-06-19 11:05:19 +02:00
LuaState_Declaration.inc Tests: Added LuaState thread stress-test. 2017-01-15 15:11:18 +01:00
LuaState_Typedefs.inc Tests: Added LuaState thread stress-test. 2017-01-15 15:11:18 +01:00
LuaThreadStress.cpp Tests: Added LuaState thread stress-test. 2017-01-15 15:11:18 +01:00
Stubs.cpp Check for intersection between placed blocks and entities. (#3850) 2017-07-28 17:59:21 +01:00
Test.lua Tests: Added LuaState thread stress-test. 2017-01-15 15:11:18 +01:00