aboutsummaryrefslogtreecommitdiff
path: root/src/settings_translation_file.cpp
AgeCommit message (Collapse)Author
2016-03-12Documentation: Auto-update conf.example and settings_translation_file.cppparamat
2016-02-27Update po files, minetest.conf.example and settings_translation_file.cppest31
2016-02-21Remove preload_item_visuals codeRealBadAngel
Closes #3748
2015-12-10Fix some setting documentationest31
* Horizontal and vertical are used wrongly. Use height and width because horizontal/vertical describes different things. Thanks @kilbith for pointing out. * Update minetest.conf.example and settings_translation_file.cpp * Correct maximum/minimum copy paste mistake.
2015-11-08Update minetest.conf.example and src/settings_translation_file.cppest31
2015-10-25Escape " in generated settings_translation_file.cppPilzAdam
2015-10-24Improve Lua settings menuPilzAdam
* 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