summaryrefslogtreecommitdiffstats
path: root/src/BlockArea.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* cBlockArea: Added CountSpecificBlocks() API function.Mattes D2015-06-081-0/+9
* Made -Weverything an error.tycho2015-05-241-1/+1
* Added cBlockArea:CountNonAirBlocks API function.Mattes D2015-04-301-1/+5
* Added cBlockArea::msSimpleCompare merge strategy.Mattes D2015-04-291-0/+17
* Added cBlockArea:GetNonAirCropRelCoords() API function.Mattes D2015-04-291-0/+5
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-70/+74
* convert old style casts to fix warningsSteven Riehl2014-10-121-70/+66
* More template keyword fixes.Mattes D2014-08-281-1/+1
* Fixed basic whitespace problems.madmaxoft2014-07-171-2/+2
* Renamed cChunkBuffer to cChunkDataTycho2014-05-211-1/+1
* Fixed minor style issuesTycho2014-05-211-2/+2
* Fixed issue with types not being defined for an unused parameterTycho2014-05-181-0/+1
* Merge branch 'master' into chunksparsing/structsTycho2014-05-031-1/+1
|\
| * Fixed warning in cBlockArea.madmaxoft2014-05-011-1/+1
* | Merge branch 'master' into chunksparsing/structsTycho2014-05-011-1/+4
|\|
| * Template MagicTycho2014-04-281-1/+4
* | Implemented Chunk Sparsing with segmentsTycho2014-04-261-4/+1
|/
* Merged branch 'msDifference'.madmaxoft2014-04-011-0/+1
|\
| * Added new merge strategy "msDifference"STRWarrior2014-03-311-0/+1
* | cBlockArea: Added the msMask merge strategy.madmaxoft2014-04-011-0/+9
|/
* Implemented the msSpongePrint merge strategy.madmaxoft2014-03-281-2/+11
* BlockArea: Create() can take the size as Vector3i, too.madmaxoft2014-03-251-2/+8
* BlockArea: Switched internal coords to Vector3i.madmaxoft2014-03-251-17/+19
* Merge remote-tracking branch 'xdot/master'madmaxoft2014-03-121-1/+1
|\
| * Unified Vector classesandrew2014-03-111-1/+1
* | Renamed cBlockArea Offset to WEOffset.madmaxoft2014-03-121-4/+5
* | Renamed m_Offset to m_WEOffsetSTRWarrior2014-03-111-2/+3
* | Using ```const Vector3i &```STRWarrior2014-03-111-2/+2
* | This allows a blockarea to have an Offset.STRWarrior2014-03-101-0/+5
|/
* Added useful parameter overloads to cBlockArea Lua API.madmaxoft2014-02-241-0/+38
* Added cBlockArea::GetVolume, exported to Lua API.madmaxoft2014-02-231-27/+30
* Fixed bindings for cBlockArea:Get(Rel)BlockTypeMeta().madmaxoft2014-02-201-0/+6
* Moved Schematic file methods to seperate classTycho2014-01-201-17/+1
* Seperated BlockArea From WorldTycho2014-01-201-6/+3
* Moved source to srcAlexander Harkness2013-11-241-0/+310