]> git.jsancho.org Git - lugaru.git/history - Source/Animation/Muscle.cpp
Added braces to all statements with clang-tidy and ran clang-format again
[lugaru.git] / Source / Animation / Muscle.cpp
2017-01-09 Côme ChillietAdded braces to all statements with clang-tidy and...
2017-01-09 Côme ChillietApplied clang-format on all files
2017-01-09 Côme ChillietFixed a few parentheses
2017-01-01 Côme ChillietUsing initialization list in Muscle constructor
2016-12-11 Rémi VerscheldeRename all C++ headers with .hpp extension
2016-12-11 Côme ChillietSorted all source files in folders
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