aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not expose CONTENT_* stuff in content_mapnode.h and use a name converter w...Perttu Ahola2011-11-291-2/+3
* GameDef compilesPerttu Ahola2011-11-291-1/+3
* Adding (most) of the sapling functionality. It has yet to work, since MEET_OT...Mark Holmquist2011-09-231-0/+3
* moved mapgen stuff around abitPerttu Ahola2011-06-251-0/+15
* moved map generator to separate source filesPerttu Ahola2011-06-251-0/+51