summaryrefslogtreecommitdiff
path: root/src/settings_translation_file.cpp
Commit message (Collapse)AuthorAge
* Update po files, minetest.conf.example and settings_translation_file.cppest312016-02-27
|
* Remove preload_item_visuals codeRealBadAngel2016-02-21
| | | | Closes #3748
* Fix some setting documentationest312015-12-10
| | | | | | | * 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.
* Update minetest.conf.example and src/settings_translation_file.cppest312015-11-08
|
* Escape " in generated settings_translation_file.cppPilzAdam2015-10-25
|
* Improve Lua settings menuPilzAdam2015-10-24
* 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