aboutsummaryrefslogtreecommitdiff
path: root/src/emerge.cpp
AgeCommit message (Expand)Author
2022-12-24Store `MapEditEvent` blocks in a vector (#13071)Jude Melton-Houghton
2022-12-24Make MapEditEvent more completeJude Melton-Houghton
2022-10-09Remove unused MapBlock functionalityJude Melton-Houghton
2022-07-30Fix some warnings (#12615)rubenwardy
2022-07-09Enforce limits of settings that could cause buggy behaviour (#12450)SmallJoker
2022-05-09Add more Prometheus metrics (#12274)sfan5
2022-03-14Fix memory leak in EmergeManagerDaroc Alden
2022-01-23Cancel emerge callbacks on shutdownJude Melton-Houghton
2021-10-25Fixes around emerge handlingsfan5
2021-10-12Remove a few unused functions reported by callcatcher (#11658)SmallJoker
2021-09-10Clean up/improve some scriptapi error handling codesfan5
2021-07-31Fix /emergeblocks crashing in debug builds (#11461)Wuzzy
2021-05-30Add core.compare_block_status function (#11247)SmallJoker
2021-03-23Fix broken `BiomeGen` abstraction (#11107)sfan5
2021-01-22Remove dead code (#10845)rubenwardy
2020-11-12Increase default emerge queue limits and limit enqueue requests for active bl...Lars
2020-05-24Fix documentation of emergequeue_limit settingssfan5
2020-05-05Fix crash when exiting server during running mapgensfan5
2020-05-05Give the Mapgen on each EmergeThread its own Biome/Ore/Deco/SchemManager copysfan5
2020-04-11Move serveractiveobject & unitsaoLoic Blot
2020-04-08Overall improvements to log messages (#9598)sfan5
2019-08-13Better F6 profiler (#8750)SmallJoker
2019-03-31Fix commentsLoic Blot
2019-03-31EmergeManager::initMapgens use FATAL_ERROR if and drop boolean returnLoïc Blot
2019-03-18num_emerge_threads: Initialise value to cope with setting syntax error (#8396)Paramat
2019-03-05getS16NoEx() returns true unless syntactical error in conf. (#8304)sofar
2018-06-22Fix crash caused by Lua error during startup (#7473)red-001
2018-03-03Generate Notifier: Clear events once after all 'on generated' functionsparamat
2017-11-08Move files to subdirectories (#6599)Vitaliy
2017-09-27Add session_t typedef + remove unused functions (#6470)Loïc Blot
2017-08-30Remove DSTACK support (#6346)Loïc Blot
2017-08-17Modernize src/c* src/d* and src/e* files (#6263)Loïc Blot
2017-07-25Move MapEditEventAreaIgnorer to emerge.cppLoic Blot
2017-06-16C++11 patchset 9: move hardcoded init parameters to class definitions (part 1...Loïc Blot
2017-06-04C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)Loïc Blot
2017-04-25Rename Scripting API files for consistencyShadowNinja
2017-03-20Map generation limit: Rewriteparamat
2017-03-17avoid crashing when accessing mapgen early (#5384)zeuner
2017-03-13[CSM] Client side moddingLoic Blot
2017-01-15Added lua tracebacks to some errors where you have been blind to what… (#5043)sapier
2017-01-09Environment & IGameDef code refactoring (#4985)Ner'zhul
2016-12-18Fix unnecessary block loading (#4847)Dániel Juhász
2016-10-05Replace various std::map with UNORDERED_MAP + various cleanupsLoic Blot
2016-07-03Add MapSettingsManager and new mapgen setting script API functionskwolekr
2016-07-03Mapgen: Refactor mapgen creation and managementkwolekr
2016-05-27Move biome calculation to BiomeGenkwolekr
2016-02-09FindSpawnPos: Let mapgens decide what spawn altitude is suitableparamat
2016-01-19EmergeManager: Do not queue duplicate block requestskwolekr
2016-01-14Add Valleys mapgen.Duane Robertson
2016-01-10Mgflat: Set blank default spflags. Unhideparamat