summaryrefslogtreecommitdiffstats
path: root/src/Generating/GridStructGen.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Temporarily commented out override directives."Tycho2014-09-051-3/+3
| | | | | | | | | | | | | | | This reverts commit 6db727c60c01264dc9a9c209c5b335da8f53cd64. Conflicts: src/Bindings/PluginLua.h src/Blocks/BlockFire.h src/Generating/ChunkGenerator.h src/LoggerListeners.cpp src/Mobs/Components/AIAggressiveComponent.h src/Mobs/Monster.h src/OSSupport/IsThread.h src/Protocol/Authenticator.h src/UI/SlotArea.h
* Fixed some more stuffSamuel Barney2014-08-251-2/+2
|
* Temporarily commented out override directives.Samuel Barney2014-08-211-5/+5
|
* 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.