summaryrefslogtreecommitdiff
path: root/src/mapgen_indev.h
AgeCommit message (Collapse)Author
2014-07-12Remove indev mapgenproller
2014-04-15Fix all warnings reported by clangSfan5
2014-02-03Huge overhaul of the entire MapgenParams systemkwolekr
MapgenParams is no longer a polymorphic class, eliminating the need for messy and bug-prone reallocations. Separation between the common and mapgen-specific parameters is now strongly defined. Mapgen parameters objects are now properly encapsulated within the proper subsystems.
2013-05-19Remove no virtual dtor warnings, make MapgenParams contain actual NoiseParamskwolekr
2013-04-27Enhance caves for mgv7, add ravineskwolekr
2013-04-21Class-ify caves & move to cavegen.cpp, fix cave regression, add caves to ↵kwolekr
Mapgen V7
2013-03-24Add Ore infrastructure and l_register_ore()kwolekr
2013-03-24Mapgen indev: float islands, larger far biomesproller
2013-03-16initial mapgen indev version with farscale feature and huge cavesproller