Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-08-08 | cBoundingBox: Fix tolua warning (#4361) | peterbell10 | 1 | -2/+3 | |
tolua was warning about no support for `operator =`. Ref: #4360 | |||||
2017-08-21 | Fully implemented leashes (#3798) | Pablo Beltrán | 1 | -0/+4 | |
2017-08-17 | Changed int parameters to vector parameters in cCuboid and simulators (#3874) | Lane Kolbly | 1 | -12/+12 | |
2017-08-03 | Remove double includes part 2 (#3890) | peterbell10 | 1 | -1/+0 | |
2017-07-28 | Check for intersection between placed blocks and entities. (#3850) | Lane Kolbly | 1 | -0/+2 | |
* 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. | |||||
2016-06-05 | Bindings: Fixed cBoundingBox API. | Mattes D | 1 | -9/+16 | |
2016-01-22 | Improved tamed wolf pack cooperation and projectile reactions | LogicParrot | 1 | -19/+20 | |
2015-07-31 | Unified the doxy-comment format. | Mattes D | 1 | -18/+15 | |
2015-05-09 | More style checking. | Mattes D | 1 | -2/+2 | |
Spaces around some operators are checked. | |||||
2014-09-03 | cBoundingBox: Added accessors. | madmaxoft | 1 | -0/+11 | |
2014-07-19 | Fixed style: spaces after commas. | madmaxoft | 1 | -1/+1 | |
2014-03-11 | Unified Vector classes | andrew | 1 | -1/+1 | |
2014-02-04 | Improved Type safety of eBlockFace | Tycho | 1 | -2/+3 | |
May Fix #640 | |||||
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2013-09-02 | cBoundingBox: Only forward collisions are calculated. | madmaxoft | 1 | -0/+2 | |
2013-09-01 | Made cBoundingBox class inclusive in both coord edges. | madmaxoft | 1 | -0/+5 | |
Also added (a disabled) self-test to cBoundingBox. | |||||
2013-09-01 | Added line collision calculation to cBoundingBox. | madmaxoft | 1 | -0/+16 | |
2013-09-01 | Added the cBoundingBox class. | madmaxoft | 1 | -0/+67 | |