Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
47 additions
and 7 deletions.
- +4 −0 client/shaders/object_shader/opengl_vertex.glsl
- +3 −0 doc/lua_api.txt
- +11 −1 games/devtest/mods/testentities/visuals.lua
- +11 −4 src/client/content_cao.cpp
- +1 −1 src/client/mesh.cpp
- +5 −1 src/client/shader.cpp
- +2 −0 src/client/tile.h
- +6 −0 src/object_properties.cpp
- +1 −0 src/object_properties.h
- +3 −0 src/script/common/c_content.cpp