Framework for the attachment system, new object property which allows changing...
Framework for the attachment system, new object property which allows changing the color and alpha of mesh materials New object property which allows changing the color and alpha of mesh materials. Due to the current lighting systems it doesn't work yet, but the full implementation is there Framework for the attachment system, with no actual functionality yet Send bone and player object to the setAttachment function in content_sao.cpp, but we need a way to translate it there and send it to the client I will also want position and rotation offsets to be possible to apply to attachments Network object ID from server to client. This will be used to identify the parent client-side and know what to attach to
Showing
- doc/lua_api.txt 1 addition, 2 deletionsdoc/lua_api.txt
- src/content_cao.cpp 40 additions, 0 deletionssrc/content_cao.cpp
- src/content_sao.cpp 26 additions, 0 deletionssrc/content_sao.cpp
- src/content_sao.h 2 additions, 0 deletionssrc/content_sao.h
- src/genericobject.cpp 11 additions, 0 deletionssrc/genericobject.cpp
- src/genericobject.h 5 additions, 2 deletionssrc/genericobject.h
- src/object_properties.cpp 15 additions, 0 deletionssrc/object_properties.cpp
- src/object_properties.h 1 addition, 0 deletionssrc/object_properties.h
- src/scriptapi.cpp 45 additions, 0 deletionssrc/scriptapi.cpp
- src/serverobject.h 2 additions, 0 deletionssrc/serverobject.h
- src/util/serialize.h 33 additions, 0 deletionssrc/util/serialize.h
Loading
Please register or sign in to comment