Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix some setting documentation | est31 | 2015-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.cpp | est31 | 2015-11-08 |
| | |||
* | Escape " in generated settings_translation_file.cpp | PilzAdam | 2015-10-25 |
| | |||
* | Improve Lua settings menu | PilzAdam | 2015-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 |