Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Allow binding dig, place actions to keys; remove LMB/RMB hardcoding
Co-authored-by: Sam Caulfield <sam@samcaulfield.com>
- Loading branch information
Showing
with
284 additions
and 310 deletions.
- +11 −3 builtin/settingtypes.txt
- +2 −2 doc/client_lua_api.txt
- +16 −8 doc/lua_api.txt
- +1 −1 src/client/client.cpp
- +6 −6 src/client/content_cao.cpp
- +86 −78 src/client/game.cpp
- +79 −87 src/client/inputhandler.cpp
- +51 −103 src/client/inputhandler.h
- +2 −0 src/client/keys.h
- +3 −1 src/defaultsettings.cpp
- +12 −11 src/network/serverpackethandler.cpp
- +6 −6 src/player.h
- +2 −2 src/script/lua_api/l_localplayer.cpp
- +7 −2 src/script/lua_api/l_object.cpp
Oops, something went wrong.