Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-12 | Documentation: Auto-update conf.example and settings_translation_file.cpp | paramat | |
2016-02-27 | Update po files, minetest.conf.example and settings_translation_file.cpp | est31 | |
2016-02-21 | Remove preload_item_visuals code | RealBadAngel | |
Closes #3748 | |||
2015-12-10 | Fix some setting documentation | est31 | |
* 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-08 | Update minetest.conf.example and src/settings_translation_file.cpp | est31 | |
2015-10-25 | Escape " in generated settings_translation_file.cpp | PilzAdam | |
2015-10-24 | Improve Lua settings menu | PilzAdam | |
* 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 |