Minetest/builtin/mainmenu
Bernardo Sulzbach d9675d3d92 Mod dependency lists: Should have platform-independent line breaking
This fixes a bug existing in modmgr.lua as reported by @Wuzzy2 which
caused the mod dependency list to glitch if input was using a line
terminator different than the OS default.

The C++ code does not need any changes as it already trims CR
occurrences on platforms on which the line termination sequence is LF.

Taken into account the size of the depends.txt files used, this should
not introduce a noticeable performance regression.

Fixes #4720
2016-12-12 07:22:47 +00:00
..
common.lua Client: disable pre v25 init sending by default 2016-08-22 20:23:28 +02:00
dlg_config_world.lua Separate optional from required mod dependencies in main menu (#4721) 2016-11-05 18:42:14 +01:00
dlg_create_world.lua
dlg_delete_mod.lua
dlg_delete_world.lua
dlg_rename_modpack.lua
dlg_settings_advanced.lua Setting limits: Fix message text in advanced settings tab 2016-12-12 07:21:46 +00:00
gamemgr.lua
generate_from_settingtypes.lua Tidy up generate_from_settingtypes.lua a bit. 2016-08-20 15:48:47 +02:00
init.lua Fix #4111 ("Provided world path doesn't exist" if choosing singleplayer on first run") 2016-05-13 01:41:16 +10:00
init_simple.lua
modmgr.lua Mod dependency lists: Should have platform-independent line breaking 2016-12-12 07:22:47 +00:00
store.lua
tab_credits.lua Update credits (#4827) 2016-12-07 23:45:29 +10:00
tab_mods.lua Separate optional from required mod dependencies in main menu (#4721) 2016-11-05 18:42:14 +01:00
tab_multiplayer.lua
tab_server.lua
tab_settings.lua Android: Re-add button to remove singleplayer world 2016-05-14 22:25:58 +02:00
tab_simple_main.lua
tab_singleplayer.lua
tab_texturepacks.lua Fix a typo and use proper deprecation notification system 2016-09-19 12:14:06 +02:00
textures.lua