summaryrefslogtreecommitdiffstats
path: root/src/Cuboid.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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