Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactored block-to-pickup conversion. (#4417) | Mattes D | 2019-10-16 | 1 | -21/+15 |
| | |||||
* | Refactored more of Entities and BlockEntities to use Vector3. (#4403) | Mattes D | 2019-09-29 | 1 | -7/+6 |
| | |||||
* | Improved testing framework. (#4376) | Mattes D | 2019-08-26 | 1 | -17/+5 |
| | |||||
* | Add the fmt library (#4065) | peterbell10 | 2018-01-03 | 1 | -1/+2 |
| | | | | | | | * Replaces AppendVPrintf with fmt::sprintf * fmt::ArgList now used as a type safe alternative to varargs. * Removed SIZE_T_FMT compatibility macros. fmt::sprintf is fully portable and supports %zu. * Adds FLOG functions to log with fmt's native formatting style. | ||||
* | cChunkInterface GetBlock, GetBlockMeta, GetBlockTypeMeta use vectors (#4050) | Bond-009 | 2017-11-20 | 1 | -1/+1 |
| | |||||
* | cBlockHandler: take player by ref | peterbell10 | 2017-08-01 | 1 | -3/+3 |
| | |||||
* | Check for intersection between placed blocks and entities. (#3850) | Lane Kolbly | 2017-07-28 | 1 | -0/+14 |
| | | | | | | | | | | | | | * 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) | peterbell10 | 2017-07-07 | 1 | -1/+1 |
| | | | | | | | * BigFlowers fixes * Correct upper part meta * Documented parameters to DoesIgnoreBuildCollision | ||||
* | cBlockInfo static initialisation (#3832) | peterbell10 | 2017-07-03 | 1 | -4/+6 |
| | |||||
* | cBlockArea supports block entities. (#3795) | Mattes D | 2017-06-24 | 1 | -0/+35 |
| | |||||
* | Removed the LeakFinder for Windows. (#3777) | Mattes D | 2017-06-19 | 1 | -5/+2 |
| | |||||
* | Gen: Moved PiecePool into a separate file. | Mattes D | 2017-05-04 | 1 | -1/+1 |
| | | | | Also rewritten the PieceGenerator to use std::unique_ptr. | ||||
* | Fixed type-casting-related warnings. | Mattes D | 2016-08-24 | 1 | -3/+1 |
| | |||||
* | CMake: Remove needless minimum version specifications. | Mattes D | 2016-07-18 | 1 | -2/+0 |
| | |||||
* | SelfTests: Moved SchematicFileSerializer test into a separate project. | Mattes D | 2016-06-18 | 3 | -0/+329 |