Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix parameter passing to gettext call | PilzAdam | 2015-10-25 |
| | |||
* | Escape " in generated settings_translation_file.cpp | PilzAdam | 2015-10-25 |
| | |||
* | Fix setting comments | PilzAdam | 2015-10-24 |
| | |||
* | Don't allow games or mods to add secure. settings | PilzAdam | 2015-10-24 |
| | |||
* | 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 | ||
* | Display sane output for empty descriptions | est31 | 2015-10-18 |
| | | | | | | | | | | According to its man page, the function gettext(3) "may return a nonempty string" when msgid is "". This commit fixes a bug where the comment "" for some settings caused gettext to return a "nonempty string", in this case header info of the po file. | ||
* | New settings tab contain all possible settings | PilzAdam | 2015-10-17 |
| | | | | | Settings are automatically parsed from builtin/settingtypes.txt The edit dialog automatically adjust based on the type of setting | ||
* | Add viewing range GUI setting | kilbith | 2015-10-06 |
| | |||
* | Minor tweaks handle_settings_buttons | Rui914 | 2015-09-14 |
| | |||
* | Fix FSAA dropdown option reset after changing another dropdown option | jeanpatrick.guerrero@gmail.com | 2015-07-25 |
| | |||
* | Remove drivers dropdown in the settings tab | kilbith | 2015-07-25 |
| | |||
* | Add antialiasing UI setting | Mark Schreiber | 2015-07-18 |
| | | | | | | | | | The Irrlicht engine supports antialiasing, and Minetest already supports saving an antialiasing setting in its configuration file. However, Minetest lacked UI elements to set this setting, and previously the only way to enable the feature was by hand-editing the configuration file. Add a drop-down menu that can enable antialiasing. | ||
* | Add new leaves style - simple (glasslike drawtype) | RealBadAngel | 2015-07-08 |
| | |||
* | Allow filter and mipmap drop down menues to be translated | Craig Robbins | 2015-01-21 |
| | |||
* | Reorganize supported video driver query mechanisms | kwolekr | 2015-01-18 |
| | |||
* | Revert "Fix style on settings tab" | kwolekr | 2015-01-18 |
| | | | | This reverts commit 7b17b9059e30cef384ecca37feec87cdcdfd39b8. | ||
* | Fix style on settings tab | jeanpatrick.guerrero@gmail.com | 2015-01-18 |
| | |||
* | Add missing return value for filter/mipmap dropdown in mainmenu | kilbith | 2015-01-15 |
| | |||
* | Reorganizing client and server tabs | jeanpatrick.guerrero@gmail.com | 2015-01-15 |
| | |||
* | Remove vertlabels from main menu and relayout a bit | Kahrl | 2014-12-13 |
| | |||
* | Simplify loading of Android version of menu | ShadowNinja | 2014-11-20 |
| | |||
* | Add optional framed glasslike drawtype | BlockMen | 2014-10-02 |
| | |||
* | Fix wrong video_driver setting when changing in mainmenu | SmallJoker | 2014-09-21 |
| | | | | Fixes issue with direct3d(8|9) | ||
* | Add video driver selection to settings menu (based uppon idea from ↵ | sapier | 2014-08-23 |
| | | | | webdesigner97) | ||
* | Add srollbar formspec element | sapier | 2014-07-16 |
| | |||
* | Add support for Android 2.3+ | sapier | 2014-06-29 |
| | | | | | | | | | | | | | There have been plenty of ppl involved in creating this version. I don't wanna mention names as I'm sure I'd forget someone so I just tell where help has been done: - The partial android versions done by various ppl - Testing on different android devices - reviewing code (especially the in core changes) - testing controls - reviewing texts A big thank you to everyone helping this to be completed! | ||
* | Fix bounding rect for formspec elements label vertlabel and checkboxes | sapier | 2014-06-18 |
| | |||
* | Re-add missing shaders setting. (Generate normalmaps) | RealBadAngel | 2014-06-04 |
| | |||
* | Add formspec toolkit and refactor mainmenu to use it | sapier | 2014-05-16 |
Fix crash on using cursor keys in client menu without selected server Add support for non fixed size tabviews |