aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Lighting: Fix nearly all issueskwolekr2015-01-041-0/+4
* Mapgen: Use getBlockSeed2() for blockseeds (much better uniformity)kwolekr2014-12-291-0/+4
* Redefine NodeResolver interface and replace with callback mechanismkwolekr2014-12-271-1/+1
* Add minetest.clear_registered_decorations() and clear_registered_ores()kwolekr2014-12-121-1/+2
* Biome API: Reduce heat and humidity persistences to 0.5paramat2014-12-101-2/+2
* Biomes: Make biome heat and humidity noise parameters user-configurablekwolekr2014-12-091-0/+6
* Add minetest.clear_registered_biomes() apikwolekr2014-12-061-2/+2
* Rewrite generate notification mechanismkwolekr2014-12-061-7/+33
* Fix double free bug when server is shut downCraig Robbins2014-11-151-0/+1
* Fix compilation under some Linux distributionskwolekr2014-11-131-1/+1
* Add Generator Element Management frameworkkwolekr2014-11-121-9/+34
* Split up mapgen.cppkwolekr2014-11-011-185/+0
* Refactor decoration-related codekwolekr2014-10-291-1/+2
* Add NodeResolver and clean up node name -> content ID resolution systemkwolekr2014-10-261-24/+13
* Split settings into seperate source and header filesShadowNinja2014-09-211-2/+2
* Fix all warnings reported by clangSfan52014-04-151-1/+1
* Schematic: Add force_placement parameter to minetest.place_structure APIkwolekr2014-02-151-1/+1
* Make flag strings clear specified flag with 'no' prefixkwolekr2014-02-081-3/+3
* Huge overhaul of the entire MapgenParams systemkwolekr2014-02-031-13/+15
* Mapgen V6: Add flag to stop mud flowkwolekr2014-01-121-0/+1
* Add map feature generation notify Lua APIkwolekr2013-12-141-18/+37
* EmergeManager: Fix Lua mapgen override param handlingkwolekr2013-12-081-19/+19
* Decoration: Add schematic Y-slice probability supportkwolekr2013-12-011-1/+7
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-141-1/+1
* Remove farmeshKahrl2013-08-131-5/+0
* Decoration: Fix schematic probability mess with new MTS file versionkwolekr2013-08-111-2/+3
* Add replacements to schematicsPilzAdam2013-08-031-0/+1
* Allow multiple 'wherein' nodes in oredefPilzAdam2013-08-021-3/+2
* Decoration: Handle facedir and wallmounted param2types with schematic rotationkwolekr2013-07-081-10/+4
* Decoration: Remove usage of multi-character constantskwolekr2013-07-061-0/+2
* Mapgen V7: Huge rewrite, also tweaks to cavegen et al.kwolekr2013-07-061-0/+2
* Decoration: Add schematic rotation supportkwolekr2013-07-011-0/+12
* Add Lua on_mapgen_init callback, and minetest.set_mapgen_params APIkwolekr2013-06-271-2/+3
* Add minetest.get_mapgen_object to APIkwolekr2013-06-271-0/+10
* Add LuaVoxelManipkwolekr2013-06-271-2/+2
* Decoration: Add support for zero probability, fix breakage from last commitkwolekr2013-06-221-1/+1
* A handful of minor fixes to various thingskwolekr2013-06-221-6/+3
* Decoration: Add Schematic decoration typekwolekr2013-06-221-3/+35
* Decoration: Change divlen to sidelenkwolekr2013-06-171-1/+1
* Add initial Decoration support, many misc. improvements & modificationskwolekr2013-06-171-0/+91
* Remove no virtual dtor warnings, make MapgenParams contain actual NoiseParamskwolekr2013-05-191-1/+9
* Add param2 field for ores, some minor fixes and misc. code cleanupkwolekr2013-04-071-4/+8
* Add Ore generation flags, implement ore absolute heightkwolekr2013-03-311-0/+14
* Increase value range of Ore::clust_scarcitykwolekr2013-03-311-1/+1
* Add Ore infrastructure and l_register_ore()kwolekr2013-03-241-0/+43
* Set of changes to build mineTest using Visual Studio 11.0. These affectMukul Sati2013-03-241-1/+1
* Add jungle grass to jungleskwolekr2013-03-171-2/+2
* Re-add jungles, apple treeskwolekr2013-03-161-1/+1
* Optimize Mapgen::updateLighting(), add setLighting()kwolekr2013-03-151-0/+4
* Clean up Mapgenkwolekr2013-03-111-0/+5