aboutsummaryrefslogtreecommitdiff
path: root/src/client/keys.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch F3 to use 'enable_fog' settingThomasMonroe3142018-02-081-1/+1
|
* Remove DSTACK support (#6346)Loïc Blot2017-08-301-2/+0
| | | 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 Blot2017-08-171-4/+1
| | | | * Migrate cpp headers to pragma once
* Make direct item selection keys freely bindableWuzzy2017-07-301-0/+25
|
* Autorun: Change to 'autoforward' (#5926)Paramat2017-06-081-1/+1
| | | | | 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.Wuzzy2017-05-061-0/+5
|
* LINT: Switch whitelist check from egrep to awkLoïc Blot2017-04-061-1/+2
| | | | Bonus: make CI happy with the last rules fix
* Clang-format: trivial fix on some headers (#5495)Loïc Blot2017-04-011-3/+3
| | | Fix some headers style and remove them from whitelist
* Change command prefix to "." and add "help" command.red-0012017-03-261-0/+1
|
* Add zoom, tweakable with zoom_fov, default key: Z (like optifine)Esteban I. Ruiz Moreno2016-08-101-0/+1
|
* Initial Gamepad supportest312016-06-031-0/+6
| | | | | | | Adds initial ingame gamepad support to minetest. Full Formspec support is not implemented yet and can be added by a later change.
* Input related generalisationsest312016-06-031-0/+79
* Move key types into own file * Use Generalized input methods in game.cpp