Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |