]> git.lizzy.rs Git - dragonfireclient.git/commit - src/defaultsettings.cpp
Add a key to toggle map block bounds (#11172)
authorSeth Traverse <technotraverse@gmail.com>
Tue, 20 Apr 2021 17:23:31 +0000 (10:23 -0700)
committerGitHub <noreply@github.com>
Tue, 20 Apr 2021 17:23:31 +0000 (19:23 +0200)
commit16e5b39e1dbe503684effb11f4b87a641c3e43e6
tree50d8ba701784ecb2d9d235bd97e20200cef1fb40
parent0077982fb78a8ed39a90da03c0898d12583fed64
Add a key to toggle map block bounds (#11172)

It's often useful to know where the map block boundaries are for doing server admin work and the like.
Adds three modes: single mapblock, range of 5, and disabled.
src/client/game.cpp
src/client/hud.cpp
src/client/hud.h
src/client/inputhandler.cpp
src/client/keys.h
src/client/render/core.cpp
src/defaultsettings.cpp
src/gui/guiKeyChangeMenu.cpp