aboutsummaryrefslogtreecommitdiff
path: root/builtin/mainmenu/tab_settings.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add luacheck to check builtin (#7895)rubenwardy2019-08-061-2/+0
* Require 'waving = 3' in a nodedef to apply the liquid waving shader (#8418)Paramat2019-03-271-2/+2
* Rename 'Advanced Settings' button to 'All Settings' (#8131)Paramat2019-01-261-1/+1
* Remove 'Reset singleplayer world' button from full menu on Android (#8017)Paramat2018-12-231-1/+2
* Android: Improve UI scaling on smaller high-density displays (#7834)stujones112018-11-181-3/+4
* Disable shaders GUI on unsupported drivers (#7563)Vitaliy2018-07-211-4/+17
* Change Normal Map setting to be less ambigousTre2017-12-161-2/+2
* Mainmenu: Improve button alignmentezhh2017-11-191-3/+3
* Mainmenu: Make capitalisation consistent in mainmenu and advanced settingsezhh2017-11-141-2/+2
* Improve Settings tab button alignmentsezhh2017-11-131-23/+23
* Fix Settings tab formspec alignment (#6585)Ezhh2017-11-051-2/+2
* Menu: Do not use textlist for shaders in settings tab (#5820)Elijah Duffy2017-06-101-11/+14
* Add option to use neither node highlighting nor outliningezhh2017-05-151-2/+3
* Use a settings object for the main settingsShadowNinja2017-05-061-60/+60
* Save minetest screen width/height options when modified (#5683)Loïc Blot2017-05-051-1/+8
* Add keyword based search to serverlistred-0012017-01-151-2/+2
* Android: Re-add button to remove singleplayer worldest312016-05-141-1/+5
* Mainmenu: don't show change keys dialog on androidest312016-05-131-2/+8
* Mainmenu: Refactor tab UI codeRui9142016-04-081-1/+1
* Settings Tab: Regroup dropdown datas in tablesJean-Patrick Guerrero2016-03-061-129/+113
* Update settings tab + some misc. clean-upJean-Patrick Guerrero2016-03-051-127/+112
* Restore simple settings tab and add advanced settings as dialogBlockMen2016-02-211-655/+325
* Fix error message in settings tab overlapping 'save' buttonRogier2016-01-161-1/+1
* Fix the checking of flags values in the settings tabRogier2016-01-101-2/+2
* Improve parsing of setting types from settingtypes.txt for settings tabRogier2016-01-101-12/+24
* Settings tab: add v3f typeest312015-11-081-2/+5
* Fix parameter passing to gettext callPilzAdam2015-10-251-1/+1
* Escape " in generated settings_translation_file.cppPilzAdam2015-10-251-4/+7
* Fix setting commentsPilzAdam2015-10-241-7/+7
* Don't allow games or mods to add secure. settingsPilzAdam2015-10-241-152/+169
* Improve Lua settings menuPilzAdam2015-10-241-79/+271
* Display sane output for empty descriptionsest312015-10-181-3/+11
* New settings tab contain all possible settingsPilzAdam2015-10-171-414/+421
* Add viewing range GUI settingkilbith2015-10-061-4/+89
* Minor tweaks handle_settings_buttonsRui9142015-09-141-38/+30
* Fix FSAA dropdown option reset after changing another dropdown optionjeanpatrick.guerrero@gmail.com2015-07-251-13/+15
* Remove drivers dropdown in the settings tabkilbith2015-07-251-40/+0
* Add antialiasing UI settingMark Schreiber2015-07-181-2/+41
* Add new leaves style - simple (glasslike drawtype)RealBadAngel2015-07-081-7/+39
* Allow filter and mipmap drop down menues to be translatedCraig Robbins2015-01-211-8/+20
* Reorganize supported video driver query mechanismskwolekr2015-01-181-51/+58
* Revert "Fix style on settings tab"kwolekr2015-01-181-31/+30
* Fix style on settings tabjeanpatrick.guerrero@gmail.com2015-01-181-30/+31
* Add missing return value for filter/mipmap dropdown in mainmenukilbith2015-01-151-0/+6
* Reorganizing client and server tabsjeanpatrick.guerrero@gmail.com2015-01-151-39/+82
* Remove vertlabels from main menu and relayout a bitKahrl2014-12-131-17/+16
* Simplify loading of Android version of menuShadowNinja2014-11-201-2/+2
* Add optional framed glasslike drawtypeBlockMen2014-10-021-10/+10
* Fix wrong video_driver setting when changing in mainmenuSmallJoker2014-09-211-2/+4
* Add video driver selection to settings menu (based uppon idea from webdesigne...sapier2014-08-231-1/+27