Age | Commit message (Expand) | Author |
2014-12-12 | Add minetest.clear_registered_decorations() and clear_registered_ores() | kwolekr |
2014-12-06 | Add minetest.clear_registered_biomes() api | kwolekr |
2014-12-06 | Rewrite generate notification mechanism | kwolekr |
2014-11-14 | Fix warnings and other misc. minor changes | kwolekr |
2014-11-12 | Add Generator Element Management framework | kwolekr |
2014-11-01 | Split up mapgen.cpp | kwolekr |
2014-10-29 | Refactor decoration-related code | kwolekr |
2014-10-26 | Add NodeResolver and clean up node name -> content ID resolution system | kwolekr |
2014-09-21 | Split settings into seperate source and header files | ShadowNinja |
2014-04-19 | Fix warnings | proller |
2014-04-18 | Remove liquid_finite and weather | proller |
2014-02-15 | Schematic: Add force_placement parameter to minetest.place_structure API | kwolekr |
2014-02-08 | Make flag strings clear specified flag with 'no' prefix | kwolekr |
2014-02-03 | Huge overhaul of the entire MapgenParams system | kwolekr |
2014-01-19 | Schematic: Read slice probability table from schematic descriptors | kwolekr |
2014-01-12 | Mapgen V6: Add flag to stop mud flow | kwolekr |
2013-12-14 | Add map feature generation notify Lua API | kwolekr |
2013-12-08 | EmergeManager: Fix Lua mapgen override param handling | kwolekr |
2013-12-01 | Decoration: Add schematic Y-slice probability support | kwolekr |
2013-11-17 | Decoration: Stop DecoSimple::resolveNodeNames from complaining about no node ... | kwolekr |
2013-08-14 | Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu | Kahrl |
2013-08-13 | Dont write directly to files but rather write and copy a tmp file | PilzAdam |
2013-08-13 | Remove farmesh | Kahrl |
2013-08-11 | Decoration: Fix schematic probability mess with new MTS file version | kwolekr |
2013-08-03 | Add replacements to schematics | PilzAdam |
2013-08-02 | Allow multiple 'wherein' nodes in oredef | PilzAdam |
2013-08-02 | Weather backward compatibility | proller |
2013-07-08 | Decoration: Handle facedir and wallmounted param2types with schematic rotation | kwolekr |
2013-07-06 | Decoration: Remove usage of multi-character constants | kwolekr |
2013-07-06 | Mapgen V7: Huge rewrite, also tweaks to cavegen et al. | kwolekr |
2013-07-01 | Decoration: Add schematic rotation support | kwolekr |
2013-06-30 | Optimize liquid queue on generate map for liquid_finite | proller |
2013-06-28 | Make generated water a shade darker to match up with older versions | kwolekr |
2013-06-27 | Add Lua on_mapgen_init callback, and minetest.set_mapgen_params API | kwolekr |
2013-06-22 | Decoration: Add support for zero probability, fix breakage from last commit | kwolekr |
2013-06-22 | A handful of minor fixes to various things | kwolekr |
2013-06-22 | Decoration: Add Schematic decoration type | kwolekr |
2013-06-17 | Decoration: Place decorations in mgv6, check if air or cignore before placement | kwolekr |
2013-06-17 | Decoration, Ore: Resolve node names on Mapgen init | kwolekr |
2013-06-17 | Decoration: Change divlen to sidelen | kwolekr |
2013-06-17 | Add initial Decoration support, many misc. improvements & modifications | kwolekr |
2013-05-19 | Remove no virtual dtor warnings, make MapgenParams contain actual NoiseParams | kwolekr |
2013-04-07 | Add param2 field for ores, some minor fixes and misc. code cleanup | kwolekr |
2013-04-07 | Fix black tree leaves, reduce above-ground cave shadows | kwolekr |
2013-04-07 | Add Mapgen V7, reorganize biomes | kwolekr |
2013-03-31 | Add Ore generation flags, implement ore absolute height | kwolekr |
2013-03-24 | Vary ore sheet y position by noise | kwolekr |
2013-03-24 | Ensure ore can fit in OreSheet::generate() | kwolekr |
2013-03-24 | Add Ore infrastructure and l_register_ore() | kwolekr |
2013-03-17 | Add jungle grass to jungles | kwolekr |