aboutsummaryrefslogtreecommitdiff
path: root/src/emerge.cpp
AgeCommit message (Expand)Author
2013-12-14Add map feature generation notify Lua APIkwolekr
2013-12-08EmergeManager: Fix Lua mapgen override param handlingkwolekr
2013-12-01Cleanup jthread and fix win32 buildsapier
2013-11-17Actually fix weatherkwolekr
2013-11-04Accept hexadecimal and string values for seedskwolekr
2013-09-16Weather: Clean up getHeat/getHumidity somewhatkwolekr
2013-08-14Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl
2013-07-27Weather supportproller
2013-06-27Apply various fixes to several thingskwolekr
2013-06-27Add Lua on_mapgen_init callback, and minetest.set_mapgen_params APIkwolekr
2013-06-27Add minetest.get_mapgen_object to APIkwolekr
2013-06-23New math mapgen with fractal based worldsproller
2013-06-17Decoration, Ore: Resolve node names on Mapgen initkwolekr
2013-06-17Add initial Decoration support, many misc. improvements & modificationskwolekr
2013-05-25Move scriptapi to separate folder (by sapier)sapier
2013-05-19Fix EmergeThread names in logKahrl
2013-04-21Class-ify caves & move to cavegen.cpp, fix cave regression, add caves to Mapg...kwolekr
2013-04-12Fix double free, null texture dropkwolekr
2013-04-09fix emergemanager memory leakssapier
2013-04-07Fix crash on creating map with invalid mg_namekwolekr
2013-04-07Add Mapgen V7, reorganize biomeskwolekr
2013-03-22Add singlenode mapgen; generates solely the node 'mapgen_singlenode', default...Perttu Ahola
2013-03-16initial mapgen indev version with farscale feature and huge cavesproller
2013-03-11Migrate to STL containers/algorithms.Ilya Zhuravlev
2013-02-26Fix most warnings, re-fix MSVC compile errorkwolekr
2013-02-25Remove dead code, relocate some codekwolekr
2013-02-25Fix selection of # threads, set default to 1 threadkwolekr
2013-02-25Tune queue limits, some other adjustmentskwolekr
2013-02-25Misc. cleanup and minor fixeskwolekr
2013-02-25Add multi-Emerge thread supportkwolekr
2013-02-25Add emerge queue limit configurationkwolekr
2013-02-25Fix EmergeThread hang on exitkwolekr
2013-02-25Add global and per-peer queue limitskwolekr
2013-02-25Add emerge.cpp, initial EmergeThread changeskwolekr