Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Move generation from settingtypes out of dlg_settings_advanced | Tim | 2016-08-20 |
| | | | | | | | | | | | 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. | ||
* | Update settings tab + some misc. clean-up | Jean-Patrick Guerrero | 2016-03-05 |
| | |||
* | Don't generate trailing spaces in minetest.conf.example | est31 | 2016-02-27 |
| | | | | | If the default value of a setting was empty, it previously generated a trailing space. | ||
* | Restore simple settings tab and add advanced settings as dialog | BlockMen | 2016-02-21 |