aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen_v7.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Clean up Noise macroskwolekr2014-12-111-1/+1
|
* Noise: Automatically transform noise maps if neededkwolekr2014-12-101-8/+0
|
* Noise: Create a deep copy of NoiseParamskwolekr2014-12-101-13/+13
|
* Biomes: Make biome heat and humidity noise parameters user-configurablekwolekr2014-12-091-4/+4
|
* Add flags and lacunarity as new noise parameterskwolekr2014-12-071-12/+12
| | | | | | | 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
* Rewrite generate notification mechanismkwolekr2014-12-061-77/+70
| | | | | | | Add support for notify-on-decoration Clean up mapgen constructors Clean up mapgen.cpp code style somewhat Remove trailing whitespace from some files
* Add definable node_stone to biome API, mgv5, mgv7. Reduce and correct depth ↵paramat2014-12-031-8/+17
| | | | of mgv7 biomes. l_mapgen.cpp: add '#include mapgen_v5.h' because '#include mapgen_v7' is there. Improve underwater grass hack
* Fix warnings and other misc. minor changeskwolekr2014-11-141-6/+2
|
* Mapgen v7: Fix uninitialized spflagskwolekr2014-11-121-0/+1
| | | | Mapgen v5: Fix minor style issue
* Add Generator Element Management frameworkkwolekr2014-11-121-13/+9
| | | | Add BiomeManager, OreManager, DecorationManager, and SchematicManager
* Split up mapgen.cppkwolekr2014-11-011-1/+3
|
* mapgen: Resolve nodes in ctor rather than makeChunkkwolekr2014-10-301-16/+19
|
* Make flag strings clear specified flag with 'no' prefixkwolekr2014-02-081-8/+8
| | | | | Remove flagmask field from set_mapgen_params table Add small bits of needed documentation
* Remove blank default values for emergequeue_limit_* settingskwolekr2014-02-051-1/+1
| | | | | 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-051-1/+1
| | | | This reverts commit 3f376a092e1c16429fb52f24736e9da98aff4cd5.
* Fix settings to honor numeric conversion errorssapier2014-02-041-1/+1
| | | | Rename try* non exceptioning functions to *NoEx
* Huge overhaul of the entire MapgenParams systemkwolekr2014-02-031-41/+75
| | | | | | 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.
* Add map feature generation notify Lua APIkwolekr2013-12-141-2/+3
|
* Dungeongen: Create dungeon gen tuneables; add desert temples for Mapgen V6kwolekr2013-12-071-1/+1
|
* Mapgen V7: Fix out-of-bounds array accesskwolekr2013-07-061-5/+7
|
* Mapgen V7: Huge rewrite, also tweaks to cavegen et al.kwolekr2013-07-061-123/+302
|
* Add Lua on_mapgen_init callback, and minetest.set_mapgen_params APIkwolekr2013-06-271-3/+2
|
* Math mapgen fix, ip show on connect, pathfinder segfault fixproller2013-06-231-3/+8
|
* A handful of minor fixes to various thingskwolekr2013-06-221-3/+1
|
* Add initial Decoration support, many misc. improvements & modificationskwolekr2013-06-171-10/+23
|
* Fix nearly all warningskwolekr2013-05-191-2/+0
|
* Remove no virtual dtor warnings, make MapgenParams contain actual NoiseParamskwolekr2013-05-191-6/+6
|
* Enhance caves for mgv7, add ravineskwolekr2013-04-271-12/+13
|
* mgv7: Implement getGroundLevelAtPoint(), fix layer of topnodes at chunk Y ↵kwolekr2013-04-211-46/+45
| | | | boundaries, remove growGrass()
* Class-ify caves & move to cavegen.cpp, fix cave regression, add caves to ↵kwolekr2013-04-211-7/+41
| | | | Mapgen V7
* Add param2 field for ores, some minor fixes and misc. code cleanupkwolekr2013-04-071-1/+1
|
* Fix black tree leaves, reduce above-ground cave shadowskwolekr2013-04-071-1/+3
|
* Add Mapgen V7, reorganize biomeskwolekr2013-04-071-0/+488