Uberi / Minetest-WorldEdit

The ultimate in-game world editing tool for Minetest! Tons of functionality to help with building, fixing, and more.
https://forum.minetest.net/viewtopic.php?f=11&t=572
GNU Affero General Public License v3.0
162 stars 81 forks source link

Prevent OOM when setting region cube #125

Closed taikedz closed 7 years ago

taikedz commented 7 years ago

When setting region cube, make sure player has not set two positions very far apart.

This can happen when player has been editing one part of the map, then travels to a distant part of the map and tries to start setting a new region.

This does not affect the ability to operate on large areas, nor the setting of the markers, just the region cube marking.

sfan5 commented 7 years ago

doesn't 83288c969ee29a62f3babcb00cfa5fa5394d7c67 do that already?

taikedz commented 7 years ago

Hmm. My Live and Dev weren't tracking the same way. Apologies.