minetest/src/script
red-001 26e2eb019a Improve the path select GUI (#5852)
- Allow lua to chose whatever directories or files can be selected
- Fix selecting directories
- Rename dialog to `guiPathSelectMenu` from `guiFileSelectMenu`
- Rename lua function for opening the menu from `show_file_open_dialog` to `show_path_select_dialog`
- Remove duplicate code and fix code style.

Related changes
- fix `clang-format` whitelist.
- Regenerate minetest.conf.example
2017-06-11 09:43:31 +02:00
..
common C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821) 2017-06-04 21:00:04 +02:00
cpp_api Remove threads.h and replace its definitions with their C++11 equivalents (#5957) 2017-06-11 09:43:05 +02:00
lua_api Improve the path select GUI (#5852) 2017-06-11 09:43:31 +02:00
CMakeLists.txt Rename Scripting API files for consistency 2017-04-25 13:41:36 -04:00
scripting_client.cpp When minimap is disabled in configuration, really disable it (#5771) 2017-05-19 07:25:27 +02:00
scripting_client.h C++11 patchset 6: forbid object copy using assigment/copy function deleters (#5945) 2017-06-10 13:49:15 +02:00
scripting_mainmenu.cpp Use a settings object for the main settings 2017-05-06 15:33:19 -04:00
scripting_mainmenu.h C++11 patchset 6: forbid object copy using assigment/copy function deleters (#5945) 2017-06-10 13:49:15 +02:00
scripting_server.cpp Use a settings object for the main settings 2017-05-06 15:33:19 -04:00
scripting_server.h C++11 patchset 6: forbid object copy using assigment/copy function deleters (#5945) 2017-06-10 13:49:15 +02:00