]> git.lizzy.rs Git - dragonfireclient.git/commit
Added customizable keybindings, improved freecam, added special inventory keybind...
authorElias Fleckenstein <eliasfleckenstein@web.de>
Sat, 18 Jul 2020 18:01:17 +0000 (20:01 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Sat, 18 Jul 2020 18:01:17 +0000 (20:01 +0200)
commit5a8610c2f41e44c827912246b4f9437051d11621
tree04fa785120501182e83c5b05515527bb0428aa63
parent83f59484d3b03e8964f1c7886dd1a0afd96ddd8d
Added customizable keybindings, improved freecam, added special inventory keybind (by default ender inventory)
21 files changed:
CMakeLists.txt
builtin/client/util.lua
builtin/settingtypes.txt
clientmods/commands/init.lua
clientmods/enderchest/init.lua
clientmods/mapbot/mod.conf
clientmods/mods.conf [new file with mode: 0644]
clientmods/respawn/init.lua
src/client/clientenvironment.cpp
src/client/clientmap.cpp
src/client/game.cpp
src/client/game.h
src/client/inputhandler.cpp
src/client/keys.h
src/defaultsettings.cpp
src/gui/guiKeyChangeMenu.cpp
src/player.cpp
src/player.h
src/script/cpp_api/s_client.cpp
src/script/cpp_api/s_client.h
src/script/lua_api/l_client.h