summaryrefslogtreecommitdiffstats
path: root/src/Generating/GridStructGen.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bulk clearing of whitespaceLogicParrot2016-02-051-21/+21
|
* Added PieceStructures generator.Mattes D2015-12-011-4/+16
|
* Moved all Noise-related files into a separate folder.Mattes D2014-11-181-1/+1
|
* Merge branch 'master' of github.com:mc-server/MCServerTycho2014-06-161-6/+27
|
* Fixed a NULL ptr failure in GridStructGen.madmaxoft2014-05-151-8/+8
| | | | When the descendant generator returned a NULL structure, the generator would crash. Now it uses a special cEmptyStructure class instead.
* Initial cGridStructGen refactoring.madmaxoft2014-05-061-0/+124
Ref.: #987.