| Commit message (Expand) | Author | Age |
* | Dungeons: Use 'block' instead of 'brick' for nodebox stairs | paramat | 2017-03-05 |
* | Dungeons: Add nodebox stairs to desert and sandstone dungeons | paramat | 2017-01-26 |
* | Mapgen: Make mgv7 the default mapgen | paramat | 2016-12-12 |
* | Mapgen: Remove unused 'flat' and 'trees' flags from mg_flags | paramat | 2016-08-04 |
* | Add MapSettingsManager and new mapgen setting script API functions | kwolekr | 2016-07-03 |
* | Mapgen: Refactor mapgen creation and management | kwolekr | 2016-07-03 |
* | Mapgen: Performance improvement and fixes for updateLiquid (#4065) | MillersMan | 2016-06-04 |
* | Biomes: Define and use biome_t for biome IDs | kwolekr | 2016-06-04 |
* | Change internal type for seeds to s32 | kwolekr | 2016-06-04 |
* | Mapgen: Combine dungeon generation code | kwolekr | 2016-05-27 |
* | Mapgen: Deduplicate common constructor code | kwolekr | 2016-05-27 |
* | Cavegen: Move V5-style caves to CavesNoiseIntersection | kwolekr | 2016-05-27 |
* | Fix MgStoneType and BiomeType enum names | kwolekr | 2016-05-27 |
* | Mapgen: Combine generateBiomes, dustTopNodes, and generateCaves | kwolekr | 2016-05-27 |
* | Move biome calculation to BiomeGen | kwolekr | 2016-05-27 |
* | FindSpawnPos: Let mapgens decide what spawn altitude is suitable | paramat | 2016-02-09 |
* | Mapgen: Add propagate_shadow bool to calcLighting | paramat | 2015-12-07 |
* | Mapgen: Add global 'decorations' flag | paramat | 2015-11-21 |
* | Add DISABLE_CLASS_COPY macro (and use it) | kwolekr | 2015-10-27 |
* | Decoration API: Add flag for placement on liquid surface | paramat | 2015-10-23 |
* | Mgv5/mgv7 biomes: Reduce heat and humidity noise spreads to former value of 750 | paramat | 2015-09-07 |
* | Remove unused functions. | onkrot | 2015-08-16 |
* | Biome API: Increase heat and humidity noise spreads to 1000 | paramat | 2015-06-30 |
* | Mapgen objects: Enable heatmap and humidmap for all biome api mapgens | paramat | 2015-06-20 |
* | Biome API: Add noise defined biome blend | paramat | 2015-06-18 |
* | Biome API, mgv7: Increase heat/humidity spreads. Improve mgv7 noise parameters | paramat | 2015-05-24 |
* | Split ObjDef/ObjDefManager out to objdef.cpp | kwolekr | 2015-05-18 |
* | Mapgen v5/v7: Detect sandstone, enable sandstone brick dungeons | paramat | 2015-05-17 |
* | ObjDefManager: Set replacement object's handle info after calling set() | kwolekr | 2015-05-03 |
* | Biomes: Remove referenced biomes from Decorations on clear | kwolekr | 2015-04-16 |
* | ObjDefManager, Mapgen SAPI: Huge refactoring | kwolekr | 2015-03-31 |
* | GenElementManager: Pass opaque handles to Lua and rename to ObjDefManager | kwolekr | 2015-03-31 |
* | Add core.register_schematic() and cache schematics on use | kwolekr | 2015-03-23 |
* | Revert "Fix issue #2441: crash on respawn, since a conversion std::list to st... | kwolekr | 2015-03-20 |
* | Silence Clang warning | ShadowNinja | 2015-03-10 |
* | Heightmaps: Fix uninitialised values in mgv5/mgv6. findGroundLevel: Return -M... | paramat | 2015-03-08 |
* | Respect game mapgen flags and save world noise params | ngosang | 2015-03-07 |
* | Fix mapgen using unitialised height map values | Craig Robbins | 2015-03-06 |
* | Fix issue #2441: crash on respawn, since a conversion std::list to std::vecto... | Loic Blot | 2015-03-05 |
* | Shorten ManualMapVoxelManipulator to MMVManip | kwolekr | 2015-01-05 |
* | Optionally specify propagateSunlight area in calcLighting | kwolekr | 2015-01-05 |
* | Lighting: Fix nearly all issues | kwolekr | 2015-01-04 |
* | Mapgen: Use getBlockSeed2() for blockseeds (much better uniformity) | kwolekr | 2014-12-29 |
* | Redefine NodeResolver interface and replace with callback mechanism | kwolekr | 2014-12-27 |
* | Add minetest.clear_registered_decorations() and clear_registered_ores() | kwolekr | 2014-12-12 |
* | Biome API: Reduce heat and humidity persistences to 0.5 | paramat | 2014-12-10 |
* | Biomes: Make biome heat and humidity noise parameters user-configurable | kwolekr | 2014-12-09 |
* | Add minetest.clear_registered_biomes() api | kwolekr | 2014-12-06 |
* | Rewrite generate notification mechanism | kwolekr | 2014-12-06 |
* | Fix double free bug when server is shut down | Craig Robbins | 2014-11-15 |