diff options
author | SmallJoker <SmallJoker@users.noreply.github.com> | 2020-11-04 21:46:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-04 21:46:18 +0100 |
commit | 3356da01513860d899cde503408436f7e1918f63 (patch) | |
tree | fa5c33194f29ca26c0118e33a7181ee484ef4da7 /util | |
parent | e3bd6704a0eb65e9490347680441c7a08df36f7a (diff) | |
download | minetest-3356da01513860d899cde503408436f7e1918f63.tar.gz minetest-3356da01513860d899cde503408436f7e1918f63.tar.bz2 minetest-3356da01513860d899cde503408436f7e1918f63.zip |
Add model[] formspec element (#10320)
Formspec element to display models, written by @kilbith, rebased and tweaked.
Co-authored-by: Jean-Patrick Guerrero <jeanpatrick.guerrero@gmail.com>
Co-authored-by: sfan5 <sfan5@live.de>
Diffstat (limited to 'util')
-rw-r--r-- | util/ci/clang-format-whitelist.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/ci/clang-format-whitelist.txt b/util/ci/clang-format-whitelist.txt index 3334257ae..75d99f4cd 100644 --- a/util/ci/clang-format-whitelist.txt +++ b/util/ci/clang-format-whitelist.txt @@ -183,6 +183,8 @@ src/gui/guiMainMenu.h src/gui/guiPasswordChange.cpp src/gui/guiPathSelectMenu.cpp src/gui/guiPathSelectMenu.h +src/gui/guiScene.cpp +src/gui/guiScene.h src/gui/guiScrollBar.cpp src/gui/guiSkin.cpp src/gui/guiSkin.h |