minetest/builtin
Tim ba50127309 Move generation from settingtypes out of dlg_settings_advanced
Avoids unreachable code linter warning by moving generation code
(of minetest.conf.example and settings_translation_file.cpp)
out of dlg_settings_advanced.

Due to passing the settings, also it avoids reading the settings file twice.

Instead of activating the code by changing the active if-clauses,
its activation is now done by uncommenting the loadfile() statement.
2016-08-20 15:48:47 +02:00
..
async Use "core" namespace internally 2014-05-08 13:02:04 -04:00
common Only allow strings to be passed to minetest.global_exists (#4253) 2016-06-28 06:34:22 +02:00
fstk Faster insertion into table 2016-03-06 23:42:04 +00:00
game Zooming the camera requires the 'zoom' privilege 2016-08-10 12:18:25 +02:00
mainmenu Move generation from settingtypes out of dlg_settings_advanced 2016-08-20 15:48:47 +02:00
profiler Builtin/profiler: Replace game profiler (#4245) 2016-07-12 21:51:10 +02:00
init.lua Mainmenu: Refactor tab UI code 2016-04-08 02:25:04 -04:00
settingtypes.txt Document zoom_fov in settingtypes.txt and minetest.conf.example 2016-08-10 12:18:25 +02:00