aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add global and per-peer queue limitskwolekr2013-02-251-1/+0
* Add emerge.cpp, initial EmergeThread changeskwolekr2013-02-251-48/+4
* Update Copyright YearsSfan52013-02-241-1/+1
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
* Fix compile error (MSVC2010).Ilya Zhuravlev2013-02-071-1/+1
* Add flag string settings, flat map optionkwolekr2013-02-061-0/+2
* Make mapgen factory setup more elegant, add mapgen_v6.hkwolekr2013-01-231-116/+20
* Use a string identifier for a mapgen instead of versionkwolekr2013-01-211-3/+3
* Removed Mapgen V7 for nowkwolekr2013-01-211-64/+0
* Fix MapgenV6::getGroundLevelAtPoint()kwolekr2013-01-211-1/+1
* Finish and clean up mapgen configurationkwolekr2013-01-211-90/+39
* Clean up EmergeManager, do initial work on Mapgen configurationkwolekr2013-01-211-28/+114
* Readded and optimized mapgen V6kwolekr2013-01-211-9/+92
* The new mapgen, noise functions, et al.kwolekr2013-01-211-6/+114
* L-System treegenRealBadAngel2012-12-301-4/+0
* Optimize headersPerttu Ahola2012-06-171-1/+1
* Properly and efficiently use split utility headersPerttu Ahola2012-06-171-1/+1
* Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola2012-06-051-4/+4
* Generate beachesPerttu Ahola2012-03-291-1/+1
* Add blockseed to on_generatedPerttu Ahola2012-03-281-0/+3
* Remove no-op mapgen::add_random_objectsPerttu Ahola2012-03-271-4/+0
* Make mapgen generate stuff in chunks of 3^3 mapblocksPerttu Ahola2012-03-271-1/+3
* Add on_generated hookPerttu Ahola2011-11-291-1/+1