index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
client
/
keys.h
Age
Commit message (
Expand
)
Author
2023-03-07
Add keybind to swap items between hands
HEAD
dual_wielding
Elias Fleckenstein
2021-04-20
Add a key to toggle map block bounds (#11172)
Seth Traverse
2021-02-24
Use "Aux1" key name consistently everywhere
Wuzzy
2020-11-09
Joystick: Remap joystick-specific KeyTypes to generic ones
Markus Koch
2020-08-15
Allow binding dig, place actions to keys; remove LMB/RMB hardcoding
ANAND
2018-12-31
Extend pitch fly mode to swimming (#7943)
random-geek
2018-12-02
Raise hotbar limit to 32 slots, add associated keybinding options (#7916)
Vanessa Dannenberg
2018-12-01
Added pitch fly mode (#7817)
Gaël C
2018-02-08
Switch F3 to use 'enable_fog' setting
ThomasMonroe314
2017-08-30
Remove DSTACK support (#6346)
Loïc Blot
2017-08-17
C++ modernize: Pragma once (#6264)
Loïc Blot
2017-07-30
Make direct item selection keys freely bindable
Wuzzy
2017-06-08
Autorun: Change to 'autoforward' (#5926)
Paramat
2017-05-06
Add configurable key bindings for hotbar scrolling, and for changing volume.
Wuzzy
2017-04-06
LINT: Switch whitelist check from egrep to awk
Loïc Blot
2017-04-01
Clang-format: trivial fix on some headers (#5495)
Loïc Blot
2017-03-26
Change command prefix to "." and add "help" command.
red-001
2016-08-10
Add zoom, tweakable with zoom_fov, default key: Z (like optifine)
Esteban I. Ruiz Moreno
2016-06-03
Initial Gamepad support
est31
2016-06-03
Input related generalisations
est31