minetest/builtin/common
Lars Müller edc7df5480
core.formspec_escape: Restore backwards compat
Support numbers as arguments by using `string.gsub(text, ...)` instead of `text:gsub(...)` which will coerce `text` to a string
2022-06-06 18:32:28 +02:00
..
tests Builtin: Optimize misc helpers (#12377) 2022-05-27 21:40:38 +02:00
after.lua Free arguments of cancelled minetest.after() jobs 2022-01-19 23:30:18 +01:00
chatcommands.lua Improve error message if using "/help --" (#11796) 2021-12-01 20:22:46 +01:00
filterlist.lua Add luacheck to check builtin (#7895) 2019-08-06 19:30:18 +01:00
information_formspecs.lua Builtin: Optimize misc helpers (#12377) 2022-05-27 21:40:38 +02:00
misc_helpers.lua core.formspec_escape: Restore backwards compat 2022-06-06 18:32:28 +02:00
serialize.lua minetest.serialize: Reversible number serialization (#9722) 2020-04-22 16:43:48 +02:00
strict.lua Remove unused variable WARN_INIT 2022-05-08 19:11:15 +02:00
vector.lua Add vector.combine (#11920) 2022-05-04 07:44:14 -04:00