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)
committerSmallJoker <mk939@ymail.com>
Sun, 3 Jun 2018 15:31:59 +0000 (17:31 +0200)
commit03bc584f5738e21ef6c07e7c0928d0083be9995e
treed362c4ce011e8b7a06ca6c6cc6b83c1f0f671db3
parent5f796f7a042576f848e969c77b25b4b9e4112b77
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