aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen_indev.cpp
AgeCommit message (Collapse)Author
2014-07-12Remove indev mapgenproller
2014-04-15Fix all warnings reported by clangSfan5
2014-02-05Remove blank default values for emergequeue_limit_* settingskwolekr
Add checks for invalid user input for important settings Rename Settings::tryGet* to Settings::get*NoEx for consistency
2014-02-05Revert "Fix settings to honor numeric conversion errors"kwolekr
This reverts commit 3f376a092e1c16429fb52f24736e9da98aff4cd5.
2014-02-04Fix settings to honor numeric conversion errorssapier
Rename try* non exceptioning functions to *NoEx
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-12-08Mapgen Indev: Fix segfault in cave generation due to uninitialized variablekwolekr
2013-11-10Fix spaces float islands codeproller
2013-11-10FIxed floating isle generation at chunk boundaries0gb.us
A mapgen fix authored by paramat, as mentioned here: https://github.com/minetest/minetest/issues/989
2013-05-19Remove no virtual dtor warnings, make MapgenParams contain actual NoiseParamskwolekr
2013-04-27Enhance caves for mgv7, add ravineskwolekr
2013-04-25Tune finite liquids, indev huge cavesproller
2013-04-21Class-ify caves & move to cavegen.cpp, fix cave regression, add caves to ↵kwolekr
Mapgen V7
2013-04-06Don't flow finite liquid into an unloaded chunkproller
2013-03-24Add Ore infrastructure and l_register_ore()kwolekr
2013-03-24Mapgen indev: float islands, larger far biomesproller
2013-03-16Some minor cleanups from the last commitkwolekr
2013-03-16initial mapgen indev version with farscale feature and huge cavesproller