Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Mgv5: Skip calculation of filler, heat and humidity perlinmaps in ↵ | paramat | 2015-01-23 |
| | | | | underground mapchunks | ||
* | Mapgen V5: Various improvements | paramat | 2015-01-18 |
| | | | | | | | Caves check for biome nodes, only excavate stone under water level Unease caves noises, use MT0.3 parameters Blobgen after cavegen Biomegen: remove 'is replaceable content' bool | ||
* | Mapgen V5: Move cave generation from base terrain loop to optional function | paramat | 2015-01-11 |
| | | | | This fixes biome surface in tunnels | ||
* | Optionally specify propagateSunlight area in calcLighting | kwolekr | 2015-01-05 |
| | | | | This fixes the Mapgen V5 calcLighting segfault | ||
* | Lighting: Fix nearly all issues | kwolekr | 2015-01-04 |
| | | | | | | | | | | | The cause of a single light source seemingly being lit without spread was due to its creation in the +Y mapblock boundary layer during map generation, which was ignored as the overtop. This overtop explicitly needs to be omitted during sunlight propagation, however. To accomplish this, Mapgen::calcLighting() was split into separate functions taking separate parameters. Additionally, do not diminish light too early during spread. This fixes the output inconsistency between Map::updateLighting and Mapgen::calcLighting. | ||
* | MgV5/6/7: Generate dungeons above water level | paramat | 2015-01-01 |
| | | | | | | Use/add stone_surface_max_y to speed-optimise/guide dungeon generation MgV7: Don't let mountain terrain chop dungeons at mapchunk borders Make mountain terrain update stone_surface_max_y for caves in mountains | ||
* | Fix some lingering code style issues | kwolekr | 2014-12-29 |
| | |||
* | Mapgen: Use getBlockSeed2() for blockseeds (much better uniformity) | kwolekr | 2014-12-29 |
| | |||
* | Biome API: Add shore top and shore filler nodes, underwater node, water top ↵ | paramat | 2014-12-28 |
| | | | | node. Add water top depth and shore height parameters. Remove water dust node | ||
* | Re-add hacky fix for underwater grass, to fix mgv7 user's biomes | paramat | 2014-12-20 |
| | |||
* | Mapgens: Rename m_emerge to prevent name collisions | kwolekr | 2014-12-12 |
| | |||
* | Clean up Noise macros | kwolekr | 2014-12-11 |
| | |||
* | Noise: Automatically transform noise maps if needed | kwolekr | 2014-12-10 |
| | |||
* | Noise: Create a deep copy of NoiseParams | kwolekr | 2014-12-10 |
| | |||
* | Biomes: Make biome heat and humidity noise parameters user-configurable | kwolekr | 2014-12-09 |
| | |||
* | Add flags and lacunarity as new noise parameters | kwolekr | 2014-12-07 |
| | | | | | | | 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 | ||
* | Mapgen V5: Fix use of uninitialized value in ctor | kwolekr | 2014-12-07 |
| | |||
* | Rewrite generate notification mechanism | kwolekr | 2014-12-06 |
| | | | | | | | 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 ↵ | paramat | 2014-12-03 |
| | | | | of mgv7 biomes. l_mapgen.cpp: add '#include mapgen_v5.h' because '#include mapgen_v7' is there. Improve underwater grass hack | ||
* | Mgv5 1 up 1 down overgeneration for biome surface continuity | paramat | 2014-11-20 |
| | |||
* | Mgv5 get ground level at point function. Fast spawn player version | paramat | 2014-11-20 |
| | |||
* | Fix warnings and other misc. minor changes | kwolekr | 2014-11-14 |
| | |||
* | Mapgen v7: Fix uninitialized spflags | kwolekr | 2014-11-12 |
| | | | | Mapgen v5: Fix minor style issue | ||
* | Add Generator Element Management framework | kwolekr | 2014-11-12 |
| | | | | Add BiomeManager, OreManager, DecorationManager, and SchematicManager | ||
* | Tune cave noise scales to 6. Fix blobs spflag, now enabled. Update conf.example | paramat | 2014-11-09 |
| | |||
* | Add mgv5. New noise code, uses biome API. Eased 3d noise for terrain, caves, ↵ | paramat | 2014-11-08 |
blobs |