aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen_indev.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix all warnings reported by clangSfan52014-04-151-1/+1
|
* Huge overhaul of the entire MapgenParams systemkwolekr2014-02-031-44/+9
| | | | | | 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.
* Remove no virtual dtor warnings, make MapgenParams contain actual NoiseParamskwolekr2013-05-191-28/+31
|
* Enhance caves for mgv7, add ravineskwolekr2013-04-271-2/+2
|
* Class-ify caves & move to cavegen.cpp, fix cave regression, add caves to ↵kwolekr2013-04-211-2/+10
| | | | Mapgen V7
* Add Ore infrastructure and l_register_ore()kwolekr2013-03-241-2/+2
|
* Mapgen indev: float islands, larger far biomesproller2013-03-241-16/+33
|
* initial mapgen indev version with farscale feature and huge cavesproller2013-03-161-0/+135