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