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 Mainmenu: Standardize the menu button order and sizes 2016-04-28 07:16:58 +01:00
dlg_delete_mod.lua Mainmenu: Standardize the menu button order and sizes 2016-04-28 07:16:58 +01:00
dlg_delete_world.lua Mainmenu: Standardize the menu button order and sizes 2016-04-28 07:16:58 +01:00
dlg_rename_modpack.lua Mainmenu: Standardize the menu button order and sizes 2016-04-28 07:16:58 +01:00
dlg_settings_advanced.lua Setting limits: Fix message text in advanced settings tab 2016-12-12 07:21:46 +00:00
gamemgr.lua Add notice when only minimal is installed 2014-10-28 13:17:14 -04:00
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 Mainmenu: Refactor tab UI code 2016-04-08 02:25:04 -04:00
modmgr.lua Mod dependency lists: Should have platform-independent line breaking 2016-12-12 07:22:47 +00:00
store.lua Fix store.lua bug: default screenshot 2015-02-12 11:32:42 +01:00
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 Mainmenu: Code cleaning 2016-04-20 21:31:40 +10:00
tab_server.lua Mainmenu: Refactor tab UI code 2016-04-08 02:25:04 -04:00
tab_settings.lua Android: Re-add button to remove singleplayer world 2016-05-14 22:25:58 +02:00
tab_simple_main.lua Android menu: Unified serverlist 2016-04-28 07:19:31 +01:00
tab_singleplayer.lua Mainmenu: Refactor tab UI code 2016-04-08 02:25:04 -04:00
tab_texturepacks.lua Fix a typo and use proper deprecation notification system 2016-09-19 12:14:06 +02:00
textures.lua Textures: Replace menu background fallback dirt_bg.png with empty sky texture 2016-04-21 10:15:05 +01:00