]> git.jsancho.org Git - lugaru.git/history - Source/Animation/Skeleton.cpp
Added braces to all statements with clang-tidy and ran clang-format again
[lugaru.git] / Source / Animation / Skeleton.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-08 Côme ChillietReplaced patchobjects arrays by vectors, cleaned code...
2016-12-23 Côme ChillietUsing a vector for Model triangles, moved facenormal...
2016-12-22 Côme ChillietFixed warnings, removed unused attributes, broken audio...
2016-12-22 Nicola Spanti (RyD... Fixing some warnings of cppcheck
2016-12-16 Côme ChillietMoved visibleloading check inside LoadingScreen
2016-12-16 Côme ChillietMoved things related to tutorial in new Tutorial class
2016-12-15 Côme ChillietCleaned up Objects handling
2016-12-11 Côme ChillietFixed a lot of GCC warnings
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
2016-12-09 Côme ChillietMoved Skeleton and Animation to their own folder.