aboutsummaryrefslogtreecommitdiff
path: root/src/emerge.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix some warnings (#12615)rubenwardy2022-07-301-1/+1
* Enforce limits of settings that could cause buggy behaviour (#12450)SmallJoker2022-07-091-1/+1
* Add more Prometheus metrics (#12274)sfan52022-05-091-2/+23
* Fix memory leak in EmergeManagerDaroc Alden2022-03-141-0/+1
* Cancel emerge callbacks on shutdownJude Melton-Houghton2022-01-231-0/+2
* Fixes around emerge handlingsfan52021-10-251-6/+11
* Remove a few unused functions reported by callcatcher (#11658)SmallJoker2021-10-121-17/+0
* Clean up/improve some scriptapi error handling codesfan52021-09-101-1/+1
* Fix /emergeblocks crashing in debug builds (#11461)Wuzzy2021-07-311-17/+12
* Add core.compare_block_status function (#11247)SmallJoker2021-05-301-0/+7
* Fix broken `BiomeGen` abstraction (#11107)sfan52021-03-231-3/+13
* Remove dead code (#10845)rubenwardy2021-01-221-8/+1
* Increase default emerge queue limits and limit enqueue requests for active bl...Lars2020-11-121-0/+4
* Fix documentation of emergequeue_limit settingssfan52020-05-241-0/+1
* Fix crash when exiting server during running mapgensfan52020-05-051-4/+4
* Give the Mapgen on each EmergeThread its own Biome/Ore/Deco/SchemManager copysfan52020-05-051-2/+58
* Move serveractiveobject & unitsaoLoic Blot2020-04-111-1/+0
* Overall improvements to log messages (#9598)sfan52020-04-081-1/+0
* Better F6 profiler (#8750)SmallJoker2019-08-131-4/+0
* Fix commentsLoic Blot2019-03-311-2/+2
* EmergeManager::initMapgens use FATAL_ERROR if and drop boolean returnLoïc Blot2019-03-311-12/+7
* num_emerge_threads: Initialise value to cope with setting syntax error (#8396)Paramat2019-03-181-3/+3
* getS16NoEx() returns true unless syntactical error in conf. (#8304)sofar2019-03-051-2/+4
* Fix crash caused by Lua error during startup (#7473)red-0012018-06-221-1/+4
* Generate Notifier: Clear events once after all 'on generated' functionsparamat2018-03-031-0/+6
* Move files to subdirectories (#6599)Vitaliy2017-11-081-4/+4
* Add session_t typedef + remove unused functions (#6470)Loïc Blot2017-09-271-2/+2
* Remove DSTACK support (#6346)Loïc Blot2017-08-301-1/+0
* Modernize src/c* src/d* and src/e* files (#6263)Loïc Blot2017-08-171-21/+13
* Move MapEditEventAreaIgnorer to emerge.cppLoic Blot2017-07-251-0/+25
* C++11 patchset 9: move hardcoded init parameters to class definitions (part 1...Loïc Blot2017-06-161-2/+0
* C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)Loïc Blot2017-06-041-1/+1
* Rename Scripting API files for consistencyShadowNinja2017-04-251-1/+1
* Map generation limit: Rewriteparamat2017-03-201-1/+1
* avoid crashing when accessing mapgen early (#5384)zeuner2017-03-171-0/+3
* [CSM] Client side moddingLoic Blot2017-03-131-1/+1
* Added lua tracebacks to some errors where you have been blind to what… (#5043)sapier2017-01-151-1/+1
* Environment & IGameDef code refactoring (#4985)Ner'zhul2017-01-091-7/+7
* Fix unnecessary block loading (#4847)Dániel Juhász2016-12-181-7/+9
* Replace various std::map with UNORDERED_MAP + various cleanupsLoic Blot2016-10-051-4/+2
* Add MapSettingsManager and new mapgen setting script API functionskwolekr2016-07-031-28/+12
* Mapgen: Refactor mapgen creation and managementkwolekr2016-07-031-59/+9
* Move biome calculation to BiomeGenkwolekr2016-05-271-2/+0
* FindSpawnPos: Let mapgens decide what spawn altitude is suitableparamat2016-02-091-0/+12
* EmergeManager: Do not queue duplicate block requestskwolekr2016-01-191-4/+9
* Add Valleys mapgen.Duane Robertson2016-01-141-0/+2
* Mgflat: Set blank default spflags. Unhideparamat2016-01-101-1/+1
* Mgfractal: Move julia set selection into formula parameterparamat2015-11-231-1/+1
* Mapgen: Add flat mapgen in hidden formparamat2015-11-111-0/+2
* Refactor Thread class to improve readability and portabilitykwolekr2015-10-161-2/+2