1
0
cuberite-2a/Server/Plugins
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
..
APIDump Check for intersection between placed blocks and entities. (#3850) 2017-07-28 17:59:21 +01:00
ChatLog@cc04da381b Updated plugins with the rename to Cuberite. 2016-01-01 21:40:18 +01:00
Core@3e8b70dcb1 Updated Core and ProtectionAreas to latest. 2017-05-09 11:48:07 +02:00
Debuggers Fixed handling Lua errors in nested callbacks (#3755) 2017-06-09 12:16:31 +02:00
DumpInfo Updated DumpInfo plugin 2015-11-29 17:28:02 +01:00
HookNotify Renamed leftover strings to Cuberite / Server, as needed. 2016-01-01 21:05:09 +01:00
NetworkTest Renamed leftover strings to Cuberite / Server, as needed. 2016-01-01 21:05:09 +01:00
ProtectionAreas@376b52df87 Updated Core and ProtectionAreas to latest. 2017-05-09 11:48:07 +02:00
TestLuaRocks Updated old forum links 2016-01-31 02:25:03 +02:00
.gitignore Renamed output directory to Server 2015-09-05 22:01:21 +02:00
InfoDump.lua InfoDump: Trim description string before outputting to README.md. 2016-09-22 12:53:56 +02:00
InfoReg.lua Corrected check for level of subcommand and fixed multiple levels not working (#3758) 2017-06-12 12:59:46 +02:00