Minetest/builtin/common
Pierre-Yves Rollo 0e306c0842 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.
2018-11-01 21:07:01 +01:00
..
after.lua
async_event.lua
chatcommands.lua Improve chatcommand params consistency (#5985) 2017-06-15 22:38:41 +02:00
filterlist.lua Add online content repository 2018-04-19 20:14:53 +01:00
misc_helpers.lua Fix string.split returning an empty table if string starts with sepearator (#7827) 2018-11-01 21:07:01 +01:00
serialize.lua
strict.lua
vector.lua Vector functions: Fix vector.direction() function, improve documentation (#6801) 2017-12-21 20:57:42 +01:00