summaryrefslogtreecommitdiffstats
path: root/src/BlockArea.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed warnings in cBlockArea.madmaxoft2014-05-011-2/+2
* Disabled MSVC warnings about constant bool expressions.madmaxoft2014-04-281-2/+19
* Removed static from combinators.Tycho2014-04-281-7/+7
* Fixed unbraced ifsTycho2014-04-281-10/+40
* Removed inlines from combinatorsTycho2014-04-281-7/+7
* Template MagicTycho2014-04-281-168/+175
* Worked around const pointerTycho2014-04-271-2/+3
* Initialised MetaArrays in BlockAreaTycho2014-04-271-2/+6
* Fixed a few MSVC type warnings.Mattes D2014-04-031-1/+1
* Merged branch 'msDifference'.madmaxoft2014-04-011-0/+34
|\
| * Added new merge strategy "msDifference"STRWarrior2014-03-311-0/+34
* | cBlockArea: Added the msMask merge strategy.madmaxoft2014-04-011-0/+30
|/
* Implemented the msSpongePrint merge strategy.madmaxoft2014-03-281-4/+34
* BlockArea: Create() can take the size as Vector3i, too.madmaxoft2014-03-251-0/+9
* BlockArea: Switched internal coords to Vector3i.madmaxoft2014-03-251-175/+149
* Renamed cBlockArea Offset to WEOffset.madmaxoft2014-03-121-2/+2
* Renamed m_Offset to m_WEOffsetSTRWarrior2014-03-111-3/+3
* Using ```const Vector3i &```STRWarrior2014-03-111-1/+1
* This allows a blockarea to have an Offset.STRWarrior2014-03-101-0/+19
* Added useful parameter overloads to cBlockArea Lua API.madmaxoft2014-02-241-0/+95
* Fixed crash in cBlockArea rotation.madmaxoft2014-02-241-6/+6
* Moved Schematic file methods to seperate classTycho2014-01-201-158/+1
* Seperated BlockArea From WorldTycho2014-01-201-5/+4
* Fixed a few MSVC warnings.madmaxoft2014-01-071-3/+3
* fixed warnings in BlockArea.cppTycho Bickerstaff2013-12-311-0/+2
* cBlockArea: Fixed writing full-height areas.madmaxoft2013-12-261-2/+2
* Fixed block area height check.madmaxoft2013-12-251-2/+2
* Fixed a typo in cBlockArea merging code.madmaxoft2013-12-201-2/+1
* cBlockArea: origin is initialized in the constructor and the loader.madmaxoft2013-12-171-0/+6
* Moved source to srcAlexander Harkness2013-11-241-0/+2124