find_nodes_in_area: Extend maximal count to U32_MAX (#5277)
authorSmallJoker <SmallJoker@users.noreply.github.com>
Mon, 19 Jun 2017 14:30:26 +0000 (16:30 +0200)
committerGitHub <noreply@github.com>
Mon, 19 Jun 2017 14:30:26 +0000 (16:30 +0200)
commit6eb03c135f17f05d48dd13fe8957bfe0f9654b00
tree52ba1f16498adcbe836a9f0cb1d7237ad28114e2
parent071736ba3f99c9827af074bed3b3ff84c05e0d51
find_nodes_in_area: Extend maximal count to U32_MAX (#5277)

Extend documentation, limit area volume
Remove u16 count limitation

* Prevent integer overflow, replace minp/maxp with pos1/pos2
doc/lua_api.txt
src/script/lua_api/l_env.cpp