summaryrefslogtreecommitdiffstats
path: root/src/Cuboid.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-10Added more clamping operations to cCuboid.Mattes D1-6/+45
2019-08-09Removed coord-based API from cCuboid. (#4362)Mattes D1-14/+6
2018-07-26CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell101-1/+0
2017-08-28cCuboid: restore default copy construct and assign.peterbell101-22/+0
2017-08-28Repair the removed constructor of cCuboid `cCuboid(otherCuboid)` (#3966)Bastien ADAM1-2/+6
2017-08-17Changed int parameters to vector parameters in cCuboid and simulators (#3874)Lane Kolbly1-8/+1
2017-08-13Shortened DoIntervalsIntersect to two comparisons, made inline. (#3883)Lane Kolbly1-31/+0
2016-02-05Bulk clearing of whitespaceLogicParrot1-4/+4
2015-07-31Unified the doxy-comment format.Mattes D1-1/+1
2014-08-03Fixed a ToLua warning - operator = not supported.madmaxoft1-1/+1
2014-07-21Cuboid: added explicit copy assignment operatorarchshift1-0/+11
2014-07-17Normalized comments.madmaxoft1-1/+1
2014-03-15Added cCuboid:Assign(OtherCuboid) API function.madmaxoft1-0/+14
2014-03-09Hardened cCuboid with asserts for its assumptions.madmaxoft1-0/+6
2014-03-09Added cCuboid::Engulf().madmaxoft1-0/+34
2014-02-26Added more utility functions to cCuboid.madmaxoft1-0/+82
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-03-31cCuboid: Added the IsCompletelyInside() functionmadmaxoft@gmail.com1-0/+16
2013-03-31Added cCuboid:Assign() and cChunkDesc:FloorRelCuboid()madmaxoft@gmail.com1-0/+14
2013-03-29Cuboid: Fixed intersection calculationmadmaxoft@gmail.com1-1/+14
2013-03-29Cuboid: Added DoesIntersect(), more IsInside() and more constructorsmadmaxoft@gmail.com1-1/+47
2013-03-29Cuboid: Added the DifX/Y/Z functionsmadmaxoft@gmail.com1-3/+12
2012-09-24Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com1-1/+1
2012-06-14Attempt to bring sanity to newlines across systems.cedeel@gmail.com1-19/+19
2012-01-29VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.madmaxoft@gmail.com1-2/+11
2011-10-03MCServer c++ source filesfaketruth1-0/+10