mainmenu_csm/builtin
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
..
async Use "core" namespace internally 2022-05-21 16:11:41 +02:00
client CSM/SSM: Add on_mods_loaded callback (#7411) 2022-05-21 16:16:02 +02:00
common Fix string.split returning an empty table if string starts with sepearator (#7827) 2022-05-21 16:16:23 +02:00
fstk Use a settings object for the main settings 2022-05-21 16:14:45 +02:00
game Add core.remove_detached_inventory (#7684) 2022-05-21 16:16:20 +02:00
mainmenu Advanced settings: Fix noise parameter flags (#7819) 2022-05-21 16:16:23 +02:00
profiler Profiler: Fix var args not being passed to callback register function 2022-05-21 16:15:26 +02:00
init.lua Move `setlocale` from Lua to C++. 2022-05-21 16:15:46 +02:00
settingtypes.txt Settingtypes.txt: Various language improvements, document stable mapgens (#7801) 2022-05-21 16:16:22 +02:00