summaryrefslogtreecommitdiffstats
path: root/tests/LuaThreadStress (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Check for intersection between placed blocks and entities. (#3850)Lane Kolbly2017-07-281-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.
* BigFlower fixes (#3826)peterbell102017-07-071-1/+1
| | | | | | | * BigFlowers fixes * Correct upper part meta * Documented parameters to DoesIgnoreBuildCollision
* cBlockInfo static initialisation (#3832)peterbell102017-07-031-4/+6
|
* cBlockArea supports block entities. (#3795)Mattes D2017-06-241-0/+26
|
* Removed the LeakFinder for Windows. (#3777)Mattes D2017-06-191-5/+2
|
* Gen: Moved PiecePool into a separate file.Mattes D2017-05-041-2/+2
| | | | Also rewritten the PieceGenerator to use std::unique_ptr.
* DeadlockDetect now lists some tracked CS's stats.Mattes D2017-01-181-0/+17
|
* Tests: Added LuaState thread stress-test.Mattes D2017-01-157-0/+579