summaryrefslogtreecommitdiff
path: root/src/gui/guiKeyChangeMenu.cpp
Commit message (Collapse)AuthorAge
* Settings: Proper priority hierarchySmallJoker2021-01-29
| | | | | | | | | | | Remove old defaults system Introduce priority-based fallback list Use new functions for map_meta special functions Change groups to use end tags Unittest changes: * Adapt unittest to the new code * Compare Settings objects
* Formspecs: volume and key settings windows can now be closed by ↵Zughy2020-07-14
| | | | | | | doubleclicking/tapping (#10128) Co-authored-by: Xx_Crazyminer_xX <carlo.digioia@hotmail.it> Co-authored-by: Marco <4279489-marco_a@users.noreply.gitlab.com>
* Formspecs: Add state-selection to style elements (#9378)Hugues Ross2020-04-11
|
* Key settings: Clear with escape (#8282)SmallJoker2020-02-14
| | | | Key ESCAPE -> Cancel change Key DELETE -> Remove entry
* Add more visual feedback for button states (#8916)Hugues Ross2019-10-12
| | | | | | - Add style properties for overriding the the hovered/pressed state - By default, hovered buttons are a lighter version of the base color - By default, pressed buttons are a darker version of the base color - Add hovered bg image support for image buttons (style property)
* Change pitch fly binding to 'P', add to change keys menu (#8314)rubenwardy2019-04-03
|
* Make non-formspec modal menus respect gui scale (#7850)stujones112018-11-26
|
* Client-side autojump. Remove Android-only stepheight autojump (#7228)Ben Deutsch2018-11-22
| | | | | | | | Works by detecting a collision while moving forward and then simulating a jump. If the simulated jump is more successful, an artificial jump key press is injected in the client. Includes setting and key change GUI element for enabling and disabling this feature.
* Fix 'Change Keys' menu crash caused by 501f936SmallJoker2018-02-09
|
* Move files to subdirectories (#6599)Vitaliy2017-11-08
* Move files around