Complete the attachment framework.
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Sat, 27 Oct 2012 12:14:24 +0000 (15:14 +0300)
committerPerttu Ahola <celeron55@gmail.com>
Sun, 25 Nov 2012 16:14:15 +0000 (18:14 +0200)
commit948b5a8be7b13a346c873c157567a72b4e7e320a
treece5a770f27043ee1b4ec21e3730d959c559ce6fe
parente42eeec8f626acbaa54ae31c10ca06c868c7931c
Complete the attachment framework.

The child ID can now be checked against the parent ID in content_cao.cpp so the parent can be detected. Actual attachment code to come

Divide attachment system between server attachments and client attachments, neither coded right now. As explained in the code comment:

// Attachments need to be handled on both the server and client.
// If we attach only on the server, models (which are client-side)
// can't be read so we don't know the origin and orientation of bones.
// If we attach only on the client, the real position of attachments is
// not updated and you can't click them for example.
src/content_cao.cpp
src/content_sao.cpp
src/content_sao.h
src/genericobject.cpp
src/genericobject.h
src/scriptapi.cpp