MineClone2/mods
kno10 a55293d893 Some optimizations for mapgen (#4566)
Some savings due to, e.g., `area:iter`, and some unnecessary code removal / code simplifications

Some additional logging for getting more precise timings.

Not very spectacular, but also not invasive. The slow parts seem to be data transfer to/from the voxelmanip, lighting/water updates and the ore generation in nether, so not much in lua code.

Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4566
Reviewed-by: Mikita Wiśniewski <rudzik8@protonmail.com>
Co-authored-by: kno10 <erich.schubert@gmail.com>
Co-committed-by: kno10 <erich.schubert@gmail.com>
2024-12-04 19:52:44 +01:00
..
CORE Update documentation for Minetest rename to Luanti (#4706) 2024-11-28 20:55:48 +01:00
ENTITIES mob attack tweaks 2024-12-01 00:53:42 +01:00
ENVIRONMENT Update documentation for Minetest rename to Luanti (#4706) 2024-11-28 20:55:48 +01:00
HELP Update documentation for Minetest rename to Luanti (#4706) 2024-11-28 20:55:48 +01:00
HUD Update documentation for Minetest rename to Luanti (#4706) 2024-11-28 20:55:48 +01:00
ITEMS Fix enchanting table experience requirement in creative mode (#4705) 2024-12-03 16:59:46 +01:00
MAPGEN Some optimizations for mapgen (#4566) 2024-12-04 19:52:44 +01:00
MISC Update documentation for Minetest rename to Luanti (#4706) 2024-11-28 20:55:48 +01:00
PLAYER Use get instead of get_string 2024-12-03 15:04:03 +01:00