summaryrefslogtreecommitdiff
path: root/src/mapgen_indev.cpp
Commit message (Collapse)AuthorAge
* Fix all warnings reported by clangSfan52014-04-15
|
* Remove blank default values for emergequeue_limit_* settingskwolekr2014-02-05
| | | | | Add checks for invalid user input for important settings Rename Settings::tryGet* to Settings::get*NoEx for consistency
* Revert "Fix settings to honor numeric conversion errors"kwolekr2014-02-05
| | | | This reverts commit 3f376a092e1c16429fb52f24736e9da98aff4cd5.
* Fix settings to honor numeric conversion errorssapier2014-02-04
| | | | Rename try* non exceptioning functions to *NoEx
* Huge overhaul of the entire MapgenParams systemkwolekr2014-02-03
| | | | | | 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.
* Mapgen Indev: Fix segfault in cave generation due to uninitialized variablekwolekr2013-12-08
|
* Fix spaces float islands codeproller2013-11-10
|
* FIxed floating isle generation at chunk boundaries0gb.us2013-11-10
| | | | A mapgen fix authored by paramat, as mentioned here: https://github.com/minetest/minetest/issues/989
* Remove no virtual dtor warnings, make MapgenParams contain actual NoiseParamskwolekr2013-05-19
|
* Enhance caves for mgv7, add ravineskwolekr2013-04-27
|
* Tune finite liquids, indev huge cavesproller2013-04-25
|
* Class-ify caves & move to cavegen.cpp, fix cave regression, add caves to ↵kwolekr2013-04-21
| | | | Mapgen V7
* Don't flow finite liquid into an unloaded chunkproller2013-04-06
|
* Add Ore infrastructure and l_register_ore()kwolekr2013-03-24
|
* Mapgen indev: float islands, larger far biomesproller2013-03-24
|
* Some minor cleanups from the last commitkwolekr2013-03-16
|
* initial mapgen indev version with farscale feature and huge cavesproller2013-03-16