minetest/builtin
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
..
async Use "core" namespace internally 2014-05-08 13:02:04 -04:00
client CSM/SSM: Add on_mods_loaded callback (#7411) 2018-06-06 12:53:59 +02:00
common Fix string.split returning an empty table if string starts with sepearator (#7827) 2018-11-01 21:07:01 +01:00
fstk Use a settings object for the main settings 2017-05-06 15:33:19 -04:00
game Add core.remove_detached_inventory (#7684) 2018-10-10 20:48:58 +02:00
mainmenu Advanced settings: Fix noise parameter flags (#7819) 2018-10-28 20:53:08 +00:00
profiler Profiler: Fix var args not being passed to callback register function 2017-10-14 18:28:56 +01:00
init.lua Move `setlocale` from Lua to C++. 2018-02-08 15:38:34 +01:00
settingtypes.txt Settingtypes.txt: Various language improvements, document stable mapgens (#7801) 2018-10-20 09:35:39 +01:00