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 minetest.after(): simplify further, pause in singleplayer (#5500) 2017-04-02 10:51:16 +02:00
async_event.lua Use "core" namespace internally 2014-05-08 13:02:04 -04:00
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 minetest.deserialize: Throw error when argument not string (#5738) 2017-05-09 23:11:20 +02:00
strict.lua [CSM] Improve security for client-sided mods (#5100) 2017-03-13 23:56:05 +01:00
vector.lua Vector functions: Fix vector.direction() function, improve documentation (#6801) 2017-12-21 20:57:42 +01:00