summaryrefslogtreecommitdiffstats
path: root/src/Generating/GridStructGen.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-11-18Moved all Noise-related files into a separate folder.Mattes D1-1/+1
2014-06-16Merge branch 'master' of github.com:mc-server/MCServerTycho1-6/+27
2014-06-15Added random offsets to cGridStructGen.madmaxoft1-6/+27
Fixes #740.
2014-05-15Fixed a NULL ptr failure in GridStructGen.madmaxoft1-8/+8
When the descendant generator returned a NULL structure, the generator would crash. Now it uses a special cEmptyStructure class instead.
2014-05-06Initial cGridStructGen refactoring.madmaxoft1-0/+124
Ref.: #987.