[CSM] Add basic HUD manipulation. (#6067)
authorred-001 <red-001@outlook.ie>
Sat, 20 Jan 2018 13:09:58 +0000 (13:09 +0000)
committerLoïc Blot <nerzhul@users.noreply.github.com>
Sat, 20 Jan 2018 13:09:58 +0000 (14:09 +0100)
commit9649e4721467dab348011633c814a63a184bd018
treeb5c381d8b597406aa21889a1c40c2689adaa39a9
parentd45e5da8ca808e552123bcd94e76b0b435a6ea79
[CSM] Add basic HUD manipulation. (#6067)

* [CSM] Add basic HUD manipulation.

Workaround for on_connect not working right now.
21 files changed:
.gitignore
build/android/jni/Android.mk
clientmods/preview/init.lua
doc/client_lua_api.txt
src/CMakeLists.txt
src/client.h
src/client/CMakeLists.txt
src/client/hud.cpp [new file with mode: 0644]
src/client/hud.h [new file with mode: 0644]
src/client/render/sidebyside.cpp
src/client/renderingengine.cpp
src/gui/guiFormSpecMenu.cpp
src/hud.cpp
src/hud.h
src/network/clientpackethandler.cpp
src/script/common/c_content.cpp
src/script/common/c_content.h
src/script/lua_api/l_localplayer.cpp
src/script/lua_api/l_localplayer.h
src/script/lua_api/l_object.cpp
util/travis/clang-format-whitelist.txt