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