minetest/src/util
MirceaKitsune e42eeec8f6 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
2012-11-25 18:14:15 +02:00
..
container.h Initially split utility.h to multiple files in util/ 2012-06-17 01:29:13 +03:00
directiontables.cpp Initially split utility.h to multiple files in util/ 2012-06-17 01:29:13 +03:00
directiontables.h Optimize headers 2012-06-17 04:03:39 +03:00
mathconstants.h Define M_PI on MSVC 2012-07-21 03:36:34 +03:00
numeric.cpp Hopefully fix includes on mingw 2012-06-17 18:05:13 +03:00
numeric.h Optimize headers 2012-06-17 04:03:39 +03:00
pointedthing.cpp Initially split utility.h to multiple files in util/ 2012-06-17 01:29:13 +03:00
pointedthing.h Optimize headers 2012-06-17 04:03:39 +03:00
pointer.h Optimize headers 2012-06-17 04:03:39 +03:00
serialize.cpp Initially split utility.h to multiple files in util/ 2012-06-17 01:29:13 +03:00
serialize.h Framework for the attachment system, new object property which allows changing the color and alpha of mesh materials 2012-11-25 18:14:15 +02:00
string.cpp Hopefully fix includes on mingw 2012-06-17 18:05:13 +03:00
string.h Enforce stricter world names using a blacklist 2012-09-05 01:17:28 +03:00
thread.h Initially split utility.h to multiple files in util/ 2012-06-17 01:29:13 +03:00
timetaker.cpp Hopefully fix includes on mingw 2012-06-17 18:05:13 +03:00
timetaker.h Initially split utility.h to multiple files in util/ 2012-06-17 01:29:13 +03:00