From: Wuzzy Date: Sun, 22 May 2022 14:28:24 +0000 (+0000) Subject: Add relative numbers for commands by prepending ~ (#9588) X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=ac5e8176b9a2b36520bcc78b9d486aea7742d554;hp=ac5e8176b9a2b36520bcc78b9d486aea7742d554;p=dragonfireclient.git Add relative numbers for commands by prepending ~ (#9588) * Add relative numbers for commands by prepending ~ * Some builtin code cleanup * Disallow nan and inf in minetest.string_to_area * Remove unused local variable teleportee (makes Luacheck happy) * Clean up core.string_to_pos * Make area parsing less permissive * Rewrite tests as busted tests * /time: Fix negative minutes not working Co-authored-by: Lars Mueller ---