minetest/builtin/common
DS 2332527765
Add vector.to_string and vector.from_string (#10323)
Writing vectors as strings is very common and should belong to `vector.*`. `minetest.pos_to_string` is also too long to write, implies that one should only use it for positions and leaves no spaces after the commas.
2021-04-05 15:55:56 +02:00
..
tests Add vector.to_string and vector.from_string (#10323) 2021-04-05 15:55:56 +02:00
after.lua Ability to remove minetest.after once set (#10103) 2020-09-23 19:11:56 +02:00
chatcommands.lua Translate builtin (#10693) 2021-03-05 16:29:48 +01:00
filterlist.lua Add luacheck to check builtin (#7895) 2019-08-06 19:30:18 +01:00
information_formspecs.lua Translate builtin (#10693) 2021-03-05 16:29:48 +01:00
misc_helpers.lua Add `math.round` and fix `vector.round` (#10803) 2021-04-02 00:18:58 +02:00
serialize.lua minetest.serialize: Reversible number serialization (#9722) 2020-04-22 16:43:48 +02:00
strict.lua [CSM] Improve security for client-sided mods (#5100) 2017-03-13 23:56:05 +01:00
vector.lua Add vector.to_string and vector.from_string (#10323) 2021-04-05 15:55:56 +02:00