Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed int parameters to vector parameters in cCuboid and simulators (#3874) | Lane Kolbly | 2017-08-17 | 1 | -10/+8 |
| | |||||
* | Shortened DoIntervalsIntersect to two comparisons, made inline. (#3883) | Lane Kolbly | 2017-08-13 | 1 | -1/+23 |
| | | | | | | | | | | | | | | * Shortened DoIntervalsIntersect to two comparisons, made inline. * Applied DeMorgan's * a_Max1 => a_Max2 * Moved DoIntervalsIntersect definition into header file. * Moved DoesIntersect into header. * Unindented line | ||||
* | Remove double includes part 2 (#3890) | peterbell10 | 2017-08-03 | 1 | -2/+0 |
| | |||||
* | Bulk clearing of whitespace | LogicParrot | 2016-02-05 | 1 | -11/+11 |
| | |||||
* | Fixed a ToLua warning - operator = not supported. | madmaxoft | 2014-08-03 | 1 | -1/+5 |
| | |||||
* | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 2014-07-21 | 1 | -2/+2 |
| | |||||
* | Cuboid: added explicit copy assignment operator | archshift | 2014-07-21 | 1 | -0/+2 |
| | |||||
* | Fixed basic whitespace problems. | madmaxoft | 2014-07-17 | 1 | -2/+2 |
| | | | | Indenting by spaces and alignment by spaces, as well as trailing whitespace on non-empty lines. | ||||
* | Added cCuboid:Assign(OtherCuboid) API function. | madmaxoft | 2014-03-15 | 1 | -0/+1 |
| | |||||
* | Unified Vector classes | andrew | 2014-03-11 | 1 | -2/+1 |
| | |||||
* | Hardened cCuboid with asserts for its assumptions. | madmaxoft | 2014-03-09 | 1 | -3/+5 |
| | |||||
* | Added cCuboid::Engulf(). | madmaxoft | 2014-03-09 | 1 | -0/+3 |
| | |||||
* | Added more utility functions to cCuboid. | madmaxoft | 2014-02-26 | 1 | -4/+23 |
| | | | | GetVolume(), Expand(), ClampX(), ClampY(), ClampZ() | ||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+75 |