aboutsummaryrefslogtreecommitdiff
path: root/builtin/mainmenu/tab_settings.lua
AgeCommit message (Collapse)Author
2015-07-25Fix FSAA dropdown option reset after changing another dropdown optionjeanpatrick.guerrero@gmail.com
2015-07-25Remove drivers dropdown in the settings tabkilbith
2015-07-18Add antialiasing UI settingMark Schreiber
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.
2015-07-08Add new leaves style - simple (glasslike drawtype)RealBadAngel
2015-01-21Allow filter and mipmap drop down menues to be translatedCraig Robbins
2015-01-18Reorganize supported video driver query mechanismskwolekr
2015-01-18Revert "Fix style on settings tab"kwolekr
This reverts commit 7b17b9059e30cef384ecca37feec87cdcdfd39b8.
2015-01-18Fix style on settings tabjeanpatrick.guerrero@gmail.com
2015-01-15Add missing return value for filter/mipmap dropdown in mainmenukilbith
2015-01-15Reorganizing client and server tabsjeanpatrick.guerrero@gmail.com
2014-12-13Remove vertlabels from main menu and relayout a bitKahrl
2014-11-20Simplify loading of Android version of menuShadowNinja
2014-10-02Add optional framed glasslike drawtypeBlockMen
2014-09-21Fix wrong video_driver setting when changing in mainmenuSmallJoker
Fixes issue with direct3d(8|9)
2014-08-23Add video driver selection to settings menu (based uppon idea from ↵sapier
webdesigner97)
2014-07-16Add srollbar formspec elementsapier
2014-06-29Add support for Android 2.3+sapier
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!
2014-06-18Fix bounding rect for formspec elements label vertlabel and checkboxessapier
2014-06-04Re-add missing shaders setting. (Generate normalmaps)RealBadAngel
2014-05-16Add formspec toolkit and refactor mainmenu to use itsapier
Fix crash on using cursor keys in client menu without selected server Add support for non fixed size tabviews