summaryrefslogtreecommitdiffstats
path: root/tests/LuaThreadStress (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-07-28Check for intersection between placed blocks and entities. (#3850)Lane Kolbly1-0/+17
* 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-07BigFlower fixes (#3826)peterbell101-1/+1
* BigFlowers fixes * Correct upper part meta * Documented parameters to DoesIgnoreBuildCollision
2017-07-03cBlockInfo static initialisation (#3832)peterbell101-4/+6
2017-06-24cBlockArea supports block entities. (#3795)Mattes D1-0/+26
2017-06-19Removed the LeakFinder for Windows. (#3777)Mattes D1-5/+2
2017-05-04Gen: Moved PiecePool into a separate file.Mattes D1-2/+2
Also rewritten the PieceGenerator to use std::unique_ptr.
2017-01-18DeadlockDetect now lists some tracked CS's stats.Mattes D1-0/+17
2017-01-15Tests: Added LuaState thread stress-test.Mattes D7-0/+579