summaryrefslogtreecommitdiff
path: root/builtin/mainmenu/tab_settings.lua
Commit message (Collapse)AuthorAge
* Fix FSAA dropdown option reset after changing another dropdown optionjeanpatrick.guerrero@gmail.com2015-07-25
|
* Remove drivers dropdown in the settings tabkilbith2015-07-25
|
* Add antialiasing UI settingMark Schreiber2015-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)RealBadAngel2015-07-08
|
* Allow filter and mipmap drop down menues to be translatedCraig Robbins2015-01-21
|
* Reorganize supported video driver query mechanismskwolekr2015-01-18
|
* Revert "Fix style on settings tab"kwolekr2015-01-18
| | | | This reverts commit 7b17b9059e30cef384ecca37feec87cdcdfd39b8.
* Fix style on settings tabjeanpatrick.guerrero@gmail.com2015-01-18
|
* Add missing return value for filter/mipmap dropdown in mainmenukilbith2015-01-15
|
* Reorganizing client and server tabsjeanpatrick.guerrero@gmail.com2015-01-15
|
* Remove vertlabels from main menu and relayout a bitKahrl2014-12-13
|
* Simplify loading of Android version of menuShadowNinja2014-11-20
|
* Add optional framed glasslike drawtypeBlockMen2014-10-02
|
* Fix wrong video_driver setting when changing in mainmenuSmallJoker2014-09-21
| | | | Fixes issue with direct3d(8|9)
* Add video driver selection to settings menu (based uppon idea from ↵sapier2014-08-23
| | | | webdesigner97)
* Add srollbar formspec elementsapier2014-07-16
|
* Add support for Android 2.3+sapier2014-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 checkboxessapier2014-06-18
|
* Re-add missing shaders setting. (Generate normalmaps)RealBadAngel2014-06-04
|
* Add formspec toolkit and refactor mainmenu to use itsapier2014-05-16
Fix crash on using cursor keys in client menu without selected server Add support for non fixed size tabviews