minetest/src/mapgen
Paramat 29a4a8e5af
Tunnels: Completely disable generation when 'cave width' >= 10.0 (#9093)
Previously, the only way to disable the 3D noise tunnels was to set
'cave width' > 1.0, however doing so did not disable the very intensive
noise calculations or the generation loop.
All the other types of cave generation (randomwalk caves, caverns)
can already be independently and completely disabled.
This feature is now needed more because the small randomwalk caves are
now available for use as an alternative to the 3D noise tunnels.
2019-11-09 02:09:52 +00:00
..
CMakeLists.txt Move files to subdirectories (#6599) 2017-11-08 23:56:20 +01:00
cavegen.cpp Randomwalk caves: Add parameters for number, proportion flooded. Allow small caves (#8928) 2019-11-08 03:09:43 +00:00
cavegen.h Randomwalk caves: Add parameters for number, proportion flooded. Allow small caves (#8928) 2019-11-08 03:09:43 +00:00
dungeongen.cpp Dungeons: Remove non-functional 'projecting dungeons' setting (#8897) 2019-09-08 17:51:34 +01:00
dungeongen.h Dungeons: Clean up parameters, improve structure variety (#8918) 2019-09-14 23:02:07 +01:00
mapgen.cpp Tunnels: Completely disable generation when 'cave width' >= 10.0 (#9093) 2019-11-09 02:09:52 +00:00
mapgen.h Randomwalk caves: Add parameters for number, proportion flooded. Allow small caves (#8928) 2019-11-08 03:09:43 +00:00
mapgen_carpathian.cpp Randomwalk caves: Add parameters for number, proportion flooded. Allow small caves (#8928) 2019-11-08 03:09:43 +00:00
mapgen_carpathian.h Randomwalk caves: Add parameters for number, proportion flooded. Allow small caves (#8928) 2019-11-08 03:09:43 +00:00
mapgen_flat.cpp Randomwalk caves: Add parameters for number, proportion flooded. Allow small caves (#8928) 2019-11-08 03:09:43 +00:00
mapgen_flat.h Randomwalk caves: Add parameters for number, proportion flooded. Allow small caves (#8928) 2019-11-08 03:09:43 +00:00
mapgen_fractal.cpp Randomwalk caves: Add parameters for number, proportion flooded. Allow small caves (#8928) 2019-11-08 03:09:43 +00:00
mapgen_fractal.h Randomwalk caves: Add parameters for number, proportion flooded. Allow small caves (#8928) 2019-11-08 03:09:43 +00:00
mapgen_singlenode.cpp mapgen: drop mapgen id from child mapgens. 2019-03-31 20:49:39 +02:00
mapgen_singlenode.h mapgen: drop mapgen id from child mapgens. 2019-03-31 20:49:39 +02:00
mapgen_v5.cpp Randomwalk caves: Add parameters for number, proportion flooded. Allow small caves (#8928) 2019-11-08 03:09:43 +00:00
mapgen_v5.h Randomwalk caves: Add parameters for number, proportion flooded. Allow small caves (#8928) 2019-11-08 03:09:43 +00:00
mapgen_v6.cpp Mapgen v6: Various mudflow code improvements and bugfixes (#8805) 2019-08-24 20:06:31 +01:00
mapgen_v6.h Dungeons: Settable density noise, move number calculation to mapgens (#8473) 2019-06-01 20:50:43 +01:00
mapgen_v7.cpp Randomwalk caves: Add parameters for number, proportion flooded. Allow small caves (#8928) 2019-11-08 03:09:43 +00:00
mapgen_v7.h Randomwalk caves: Add parameters for number, proportion flooded. Allow small caves (#8928) 2019-11-08 03:09:43 +00:00
mapgen_valleys.cpp Randomwalk caves: Add parameters for number, proportion flooded. Allow small caves (#8928) 2019-11-08 03:09:43 +00:00
mapgen_valleys.h Randomwalk caves: Add parameters for number, proportion flooded. Allow small caves (#8928) 2019-11-08 03:09:43 +00:00
mg_biome.cpp Allow multiple cave liquids in a biome definition (#8481) 2019-05-18 21:13:14 +01:00
mg_biome.h Allow multiple cave liquids in a biome definition (#8481) 2019-05-18 21:13:14 +01:00
mg_decoration.cpp Decoration API: Add lightweight ability to have complete coverage (#7456) 2018-06-24 17:14:18 +01:00
mg_decoration.h Mapgen folder: Update and improve copyright information of files 2018-01-15 04:42:08 +00:00
mg_ore.cpp Fix build on gcc 5.0 (#7586) 2018-07-26 21:49:38 +02:00
mg_ore.h Vein ore: Fix bug caused by changing perlinmap Y size (#7371) 2018-05-24 22:20:06 +01:00
mg_schematic.cpp Fix some reference counters (memleak) (#8981) 2019-09-24 19:05:28 +02:00
mg_schematic.h Node definition manager refactor (#7016) 2018-02-10 21:04:16 +01:00
treegen.cpp Fix some reference counters (memleak) (#8981) 2019-09-24 19:05:28 +02:00
treegen.h Node definition manager refactor (#7016) 2018-02-10 21:04:16 +01:00