]> git.jsancho.org Git - lugaru.git/history - Source/Animation/Animation.cpp
Update copyright year to 2017
[lugaru.git] / Source / Animation / Animation.cpp
2017-01-28 Rémi VerscheldeUpdate copyright year to 2017
2017-01-09 Côme ChillietApplied clang-format on all files
2016-12-16 Côme ChillietMoved visibleloading check inside LoadingScreen
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 ChillietUsing the right type for animation height and type
2016-12-09 Côme ChillietCleaned up Animation by using vectors and classes
2016-12-09 Côme ChillietMoved Skeleton and Animation to their own folder.