Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Allow binding dig, place actions to keys; remove LMB/RMB hardcoding | ANAND | 2020-08-15 |
| | | | | Co-authored-by: Sam Caulfield <sam@samcaulfield.com> | ||
* | Extend pitch fly mode to swimming (#7943) | random-geek | 2018-12-31 |
| | |||
* | Raise hotbar limit to 32 slots, add associated keybinding options (#7916) | Vanessa Dannenberg | 2018-12-02 |
| | | | | add associated keybinding options update docs and settingtypes | ||
* | Added pitch fly mode (#7817) | Gaël C | 2018-12-01 |
| | | | | | In pitch fly mode, you fly to the exact direction you are pointing at, using the forward key. Other move directions are also pitched accordingly. It allows smoother and more complex movements. Can be enabled/disabled by L key by default (set keymap_pitchfly in minetest.conf) | ||
* | Switch F3 to use 'enable_fog' setting | ThomasMonroe314 | 2018-02-08 |
| | |||
* | Remove DSTACK support (#6346) | Loïc Blot | 2017-08-30 |
| | | | Debugstacks is not useful, we don't really use it, the DebugStack is not pertinent, gdb and lldb are better if we really want to debug. | ||
* | C++ modernize: Pragma once (#6264) | Loïc Blot | 2017-08-17 |
| | | | | * Migrate cpp headers to pragma once | ||
* | Make direct item selection keys freely bindable | Wuzzy | 2017-07-30 |
| | |||
* | Autorun: Change to 'autoforward' (#5926) | Paramat | 2017-06-08 |
| | | | | | Minetest does not have 'run'. Automatic forwards is very often used while flying or swimming, so a general word is more suitable. | ||
* | Add configurable key bindings for hotbar scrolling, and for changing volume. | Wuzzy | 2017-05-06 |
| | |||
* | LINT: Switch whitelist check from egrep to awk | Loïc Blot | 2017-04-06 |
| | | | | Bonus: make CI happy with the last rules fix | ||
* | Clang-format: trivial fix on some headers (#5495) | Loïc Blot | 2017-04-01 |
| | | | Fix some headers style and remove them from whitelist | ||
* | Change command prefix to "." and add "help" command. | red-001 | 2017-03-26 |
| | |||
* | Add zoom, tweakable with zoom_fov, default key: Z (like optifine) | Esteban I. Ruiz Moreno | 2016-08-10 |
| | |||
* | Initial Gamepad support | est31 | 2016-06-03 |
| | | | | | | | Adds initial ingame gamepad support to minetest. Full Formspec support is not implemented yet and can be added by a later change. | ||
* | Input related generalisations | est31 | 2016-06-03 |
* Move key types into own file * Use Generalized input methods in game.cpp |