]> git.lizzy.rs Git - minetest.git/commit
Add model[] formspec element (#10320)
authorSmallJoker <SmallJoker@users.noreply.github.com>
Wed, 4 Nov 2020 20:46:18 +0000 (21:46 +0100)
committerGitHub <noreply@github.com>
Wed, 4 Nov 2020 20:46:18 +0000 (21:46 +0100)
commit3356da01513860d899cde503408436f7e1918f63
treefa5c33194f29ca26c0118e33a7181ee484ef4da7
parente3bd6704a0eb65e9490347680441c7a08df36f7a
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>
16 files changed:
doc/lua_api.txt
games/devtest/mods/testformspec/LICENSE.txt [new file with mode: 0644]
games/devtest/mods/testformspec/formspec.lua
games/devtest/mods/testformspec/models/testformspec_character.b3d [new file with mode: 0644]
games/devtest/mods/testformspec/models/testformspec_chest.obj [new file with mode: 0644]
games/devtest/mods/testformspec/textures/default_chest_front.png [new file with mode: 0644]
games/devtest/mods/testformspec/textures/default_chest_inside.png [new file with mode: 0644]
games/devtest/mods/testformspec/textures/default_chest_side.png [new file with mode: 0644]
games/devtest/mods/testformspec/textures/default_chest_top.png [new file with mode: 0644]
games/devtest/mods/testformspec/textures/testformspec_character.png [new file with mode: 0644]
src/gui/CMakeLists.txt
src/gui/guiFormSpecMenu.cpp
src/gui/guiFormSpecMenu.h
src/gui/guiScene.cpp [new file with mode: 0644]
src/gui/guiScene.h [new file with mode: 0644]
util/ci/clang-format-whitelist.txt