]> git.jsancho.org Git - lugaru.git/history - Source/Animation/Skeleton.cpp
Replaced all uses of Account::active outside of Account by call to active() method
[lugaru.git] / Source / Animation / Skeleton.cpp
2016-12-09 Côme ChillietRemoved empty destructors. Joint::label is a bodypart
2016-12-09 Côme ChillietReplaced muscles and joints in Skeleton by vectors
2016-12-09 Côme ChillietGot rid of malloc in Muscle
2016-12-09 Côme ChillietMoved Joint and Muscle classes to their own files
2016-12-09 Côme ChillietMoved Skeleton and Animation to their own folder.