aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen.cpp
AgeCommit message (Expand)Author
2014-12-12Add minetest.clear_registered_decorations() and clear_registered_ores()kwolekr
2014-12-06Add minetest.clear_registered_biomes() apikwolekr
2014-12-06Rewrite generate notification mechanismkwolekr
2014-11-14Fix warnings and other misc. minor changeskwolekr
2014-11-12Add Generator Element Management frameworkkwolekr
2014-11-01Split up mapgen.cppkwolekr
2014-10-29Refactor decoration-related codekwolekr
2014-10-26Add NodeResolver and clean up node name -> content ID resolution systemkwolekr
2014-09-21Split settings into seperate source and header filesShadowNinja
2014-04-19Fix warningsproller
2014-04-18Remove liquid_finite and weatherproller
2014-02-15Schematic: Add force_placement parameter to minetest.place_structure APIkwolekr
2014-02-08Make flag strings clear specified flag with 'no' prefixkwolekr
2014-02-03Huge overhaul of the entire MapgenParams systemkwolekr
2014-01-19Schematic: Read slice probability table from schematic descriptorskwolekr
2014-01-12Mapgen V6: Add flag to stop mud flowkwolekr
2013-12-14Add map feature generation notify Lua APIkwolekr
2013-12-08EmergeManager: Fix Lua mapgen override param handlingkwolekr
2013-12-01Decoration: Add schematic Y-slice probability supportkwolekr
2013-11-17Decoration: Stop DecoSimple::resolveNodeNames from complaining about no node ...kwolekr
2013-08-14Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl
2013-08-13Dont write directly to files but rather write and copy a tmp filePilzAdam
2013-08-13Remove farmeshKahrl
2013-08-11Decoration: Fix schematic probability mess with new MTS file versionkwolekr
2013-08-03Add replacements to schematicsPilzAdam
2013-08-02Allow multiple 'wherein' nodes in oredefPilzAdam
2013-08-02Weather backward compatibilityproller
2013-07-08Decoration: Handle facedir and wallmounted param2types with schematic rotationkwolekr
2013-07-06Decoration: Remove usage of multi-character constantskwolekr
2013-07-06Mapgen V7: Huge rewrite, also tweaks to cavegen et al.kwolekr
2013-07-01Decoration: Add schematic rotation supportkwolekr
2013-06-30Optimize liquid queue on generate map for liquid_finiteproller
2013-06-28Make generated water a shade darker to match up with older versionskwolekr
2013-06-27Add Lua on_mapgen_init callback, and minetest.set_mapgen_params APIkwolekr
2013-06-22Decoration: Add support for zero probability, fix breakage from last commitkwolekr
2013-06-22A handful of minor fixes to various thingskwolekr
2013-06-22Decoration: Add Schematic decoration typekwolekr
2013-06-17Decoration: Place decorations in mgv6, check if air or cignore before placementkwolekr
2013-06-17Decoration, Ore: Resolve node names on Mapgen initkwolekr
2013-06-17Decoration: Change divlen to sidelenkwolekr
2013-06-17Add initial Decoration support, many misc. improvements & modificationskwolekr
2013-05-19Remove no virtual dtor warnings, make MapgenParams contain actual NoiseParamskwolekr
2013-04-07Add param2 field for ores, some minor fixes and misc. code cleanupkwolekr
2013-04-07Fix black tree leaves, reduce above-ground cave shadowskwolekr
2013-04-07Add Mapgen V7, reorganize biomeskwolekr
2013-03-31Add Ore generation flags, implement ore absolute heightkwolekr
2013-03-24Vary ore sheet y position by noisekwolekr
2013-03-24Ensure ore can fit in OreSheet::generate()kwolekr
2013-03-24Add Ore infrastructure and l_register_ore()kwolekr
2013-03-17Add jungle grass to jungleskwolekr