summaryrefslogtreecommitdiffstats
path: root/source/BlockArea.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* BlockArea: Added runtime check for coords in Debug modemadmaxoft@gmail.com2013-03-311-0/+7
* BlockArea: Finished rotation and mirroring with meta. Implemented example meta handling for vines, stairs and torches.madmaxoft@gmail.com2013-03-261-12/+143
* cBlockArea: Fixed type / meta copypasta errors in mirroring and rotation codemadmaxoft@gmail.com2013-03-261-7/+37
* BlockArea: Implemented rotation without meta manipulationmadmaxoft@gmail.com2013-03-251-6/+76
* BlockArea: Implemented mirroring without meta manipulationmadmaxoft@gmail.com2013-03-251-0/+182
* The subgenerators use cChunkDesc instead of raw arrays. cChunkDesc is based on cBlockArea. Initial version of Lakes generator.madmaxoft@gmail.com2013-03-191-0/+79
* Implemented the cBlockArea:RelLine() API function.madmaxoft@gmail.com2013-02-131-1/+135
* Added HOOK_WEATHER_CHANGING.madmaxoft@gmail.com2013-02-131-0/+12
* Added a forgotten part of the cBlockArea::FillRelCuboid() function.madmaxoft@gmail.com2013-02-111-0/+21
* More API functions in cBlockArea: Create(), Fill(), FillRelArea()madmaxoft@gmail.com2013-02-111-0/+130
* Added cBlockArea:Merge() API function to merge two block areas using different strategies.madmaxoft@gmail.com2013-02-101-1/+180
* cBlockArea: Added empty NBT tags to schematic file saving for better compatibility.madmaxoft@gmail.com2013-02-101-0/+5
* Added cBlockArea:Expand() API function (untested)madmaxoft@gmail.com2013-02-091-0/+90
* cChunkDesc can now read and write cBlockAreas.madmaxoft@gmail.com2013-02-081-0/+34
* Added cBlockArea:CopyTo() and :CopyFrom(), so now block areas can be duplicated easily.madmaxoft@gmail.com2013-02-071-0/+45
* cBlockArea can now be saved as a .schematic file.madmaxoft@gmail.com2013-02-071-0/+46
* Added a sanity check to cBlockArea:Crop()madmaxoft@gmail.com2013-02-071-0/+13
* Added a cGZipFile class for reading GZipped files.madmaxoft@gmail.com2013-02-071-13/+6
* cBlockArea can now be loaded from a .schematic file.madmaxoft@gmail.com2013-02-061-0/+122
* Added a new API call to cBlockArea: Crop().madmaxoft@gmail.com2013-02-061-1/+82
* cBlockArea now has a GetBlockTypeMeta() and GetRelBlockTypeMeta() methodsmadmaxoft@gmail.com2013-01-041-0/+37
* BlockArea: Added const-ness to non-modifying functions, so that a const cBlockArea & can be used.madmaxoft@gmail.com2012-10-141-11/+11
* BlockArea writing support (BlockTypes with BlockMeta only)madmaxoft@gmail.com2012-10-061-4/+61
* Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com2012-09-241-1/+1
* BlockArea name change revertedlapayo94@gmail.com2012-07-091-0/+626
* Squirrel Pluginslapayo94@gmail.com2012-07-081-626/+0
* cBlockArea object added (with only minimal testing so far)madmaxoft@gmail.com2012-07-021-0/+626