Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-12-01 | Added PieceStructures generator. | Mattes D | 1 | -4/+16 | |
2014-11-18 | Moved all Noise-related files into a separate folder. | Mattes D | 1 | -1/+1 | |
2014-06-16 | Merge branch 'master' of github.com:mc-server/MCServer | Tycho | 1 | -6/+27 | |
2014-06-15 | Added random offsets to cGridStructGen. | madmaxoft | 1 | -6/+27 | |
Fixes #740. | |||||
2014-05-15 | Fixed a NULL ptr failure in GridStructGen. | madmaxoft | 1 | -8/+8 | |
When the descendant generator returned a NULL structure, the generator would crash. Now it uses a special cEmptyStructure class instead. | |||||
2014-05-06 | Initial cGridStructGen refactoring. | madmaxoft | 1 | -0/+124 | |
Ref.: #987. |