Added pitch fly mode (#7817)
authorGaël C <gael-de-sailly@netc.eu>
Sat, 1 Dec 2018 09:01:32 +0000 (10:01 +0100)
committerSmallJoker <SmallJoker@users.noreply.github.com>
Sat, 1 Dec 2018 09:01:32 +0000 (10:01 +0100)
commit327bad2eafb8cfc05b7f831992be5700a167a53c
tree682d70aca114d7d350ed23b22075c96c2fc549be
parentdcf58a3ad0c1092b3537039ee55892bb7dc83dee
Added pitch fly mode (#7817)

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)
README.md
builtin/settingtypes.txt
minetest.conf.example
src/client/game.cpp
src/client/inputhandler.cpp
src/client/keys.h
src/client/localplayer.cpp
src/client/localplayer.h
src/defaultsettings.cpp
src/player.cpp
src/player.h