mainmenu_csm/builtin/common
Pierre-Yves Rollo a1bcc6ba94
Fix string.split returning an empty table if string starts with sepearator (#7827)
Calling string.split(":A:B:C:D", ":") returns an empty array.
This is due to first empty string not making repeat loop decreasing max_split which has a 0 value when reaching until.
Changing max_splits default value from -1 to -2 fixes that issue.
2022-05-21 16:16:23 +02:00
..
after.lua minetest.after(): simplify further, pause in singleplayer (#5500) 2022-05-21 16:14:34 +02:00
async_event.lua Use "core" namespace internally 2022-05-21 16:11:41 +02:00
chatcommands.lua Improve chatcommand params consistency (#5985) 2022-05-21 16:14:56 +02:00
filterlist.lua Add online content repository 2022-05-21 16:15:57 +02:00
misc_helpers.lua Fix string.split returning an empty table if string starts with sepearator (#7827) 2022-05-21 16:16:23 +02:00
serialize.lua minetest.deserialize: Throw error when argument not string (#5738) 2022-05-21 16:14:46 +02:00
strict.lua Improve security for client-sided mods (#5100) 2022-05-21 16:14:28 +02:00
vector.lua Vector functions: Fix vector.direction() function, improve documentation (#6801) 2022-05-21 16:15:39 +02:00