aboutsummaryrefslogtreecommitdiff
path: root/src/settings_translation_file.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update minetest.conf.example and src/settings_translation_file.cppest312015-11-081-3/+36
|
* Escape " in generated settings_translation_file.cppPilzAdam2015-10-251-10/+10
|
* Improve Lua settings menuPilzAdam2015-10-241-0/+511
* Add key settings to setting table and ignore them later This way they are added to the auto-generated minetest.conf.example * Add flags type * Add input validation for int, float and flags * Break in-game graphic settings into multiple sections * Parse settingtpes.txt in mods and games * Improve description for a lot of settings * Fix typos and wording in settingtypes.txt * Convert language setting to an enum