Simplify deleteblocks chat command argument parsing
authorkwolekr <kwolekr@minetest.net>
Thu, 15 Jan 2015 23:03:43 +0000 (18:03 -0500)
committerkwolekr <kwolekr@minetest.net>
Thu, 15 Jan 2015 23:05:13 +0000 (18:05 -0500)
commit5aeeb219e3fc2f37d3996a3df3b660afcc5f7599
treea7b74445f76c6a7095e9f3d8ffea8af3727ad662
parent9736548720a96c9c7f739edb0435d9ba4ad80652
Simplify deleteblocks chat command argument parsing

Add optional core.pos_to_string decimal place rounding
Move core.string_to_pos to builtin/common/misc_helpers.lua for consistency
builtin/common/misc_helpers.lua
builtin/game/chatcommands.lua
builtin/game/misc.lua