Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-28 | Cavegen: Fix copy & paste error (solves #2020) | kwolekr | |
2014-12-07 | Add flags and lacunarity as new noise parameters | kwolekr | |
Add 'absolute value' option to noise map functions Extend persistence modulation to 3D noise Extend 'eased' option to noise2d_perlin* functions Some noise.cpp formatting fixups | |||
2014-12-06 | Rewrite generate notification mechanism | kwolekr | |
Add support for notify-on-decoration Clean up mapgen constructors Clean up mapgen.cpp code style somewhat Remove trailing whitespace from some files | |||
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-14 | Add map feature generation notify Lua API | kwolekr | |
2013-12-01 | Cavegen: Fix possible out-of-bounds heightmap access | kwolekr | |
2013-11-29 | Cavegen: Respect is_ground_content MapNode setting; fix some code formatting ↵ | kwolekr | |
issues | |||
2013-07-06 | Mapgen V7: Huge rewrite, also tweaks to cavegen et al. | kwolekr | |
2013-07-01 | Cavegen: Prevent caves from occuring above ground level, and superfluous ↵ | kwolekr | |
mixing of lava and water in caves | |||
2013-06-23 | Cavegen: fix division by 0 with abnormal max tunnel diameter sizes | kwolekr | |
2013-04-27 | Enhance caves for mgv7, add ravines | kwolekr | |
2013-04-21 | Class-ify caves & move to cavegen.cpp, fix cave regression, add caves to ↵ | kwolekr | |
Mapgen V7 |