VoxeLibre/mods
kay27 03feb36558 Improve Nether Portals (#1315) (as a squash)
Remove Nether portal caches, https://git.minetest.land/MineClone2/MineClone2/issues/1210

Store all exits from Nether portals in quick-access table

Implement proper Nether portal search, using the table, https://git.minetest.land/MineClone2/MineClone2/issues/1055

Store Nether portal exits table in mod storage

Remove exits from table on Nether portal destruction

Align destination area to [map chunks 5x5x5](https://git.minetest.land/MineClone2/MineClone2/wiki/World-structure%3A-positions%2C-boundaries%2C-blocks%2C-chunks%2C-dimensions%2C-barriers-and-the-void) to avoid lots of ```emerge_area()``` calls

Support Nether roof, https://git.minetest.land/MineClone2/MineClone2/issues/1267

Implement better suitable place search, https://git.minetest.land/MineClone2/MineClone2/issues/1126

Implement object queue not to trigger the same search again

Avoid lava lakes, https://git.minetest.land/MineClone2/MineClone2/issues/1126

Add ```/spawnstruct nether_portal``` chat command
Co-Authored-By: kay27 <kay27@noreply.git.minetest.land>
Co-Committed-By: kay27 <kay27@noreply.git.minetest.land>
2021-03-21 23:14:33 +00:00
..
CORE Improve Nether Portals (#1315) (as a squash) 2021-03-21 23:14:33 +00:00
ENTITIES Improve Nether Portals (#1315) (as a squash) 2021-03-21 23:14:33 +00:00
ENVIRONMENT Really 2021-03-16 17:43:32 +01:00
HELP Use mod.conf in all mods, part 1 2021-03-04 15:22:14 +01:00
HUD fix SO MANY pairs/ipairs 2021-03-16 17:35:46 +01:00
ITEMS Improve Nether Portals (#1315) (as a squash) 2021-03-21 23:14:33 +00:00
MAPGEN Improve Nether Portals (#1315) (as a squash) 2021-03-21 23:14:33 +00:00
MISC add API for mcl_wip 2021-03-07 00:42:34 +01:00
PLAYER Remove debug information... again :/ 2021-03-20 10:13:48 +08:00