]> git.jsancho.org Git - lugaru.git/history - Source/Animation
Friends fight with true enemies, before they attacked player but hurting enemies
[lugaru.git] / Source / Animation /
2017-02-11 Rémi Verscheldeclang-format: Apply to all headers
2017-02-05 Côme ChillietPut some sounds and animations information in creature...
2017-02-01 Côme ChillietFixes #88 Fixed joints and muscles loading for an exist...
2017-01-28 Rémi VerscheldeUpdate copyright year to 2017
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-08 Côme ChillietReplaced patchobjects arrays by vectors, cleaned code...
2017-01-02 Côme ChillietRemoved lots of unused code from Math folder, renamed...
2017-01-01 Côme ChillietUsing initialization list in Muscle constructor
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 Rémi VerscheldeDeclare Tempanim animation properly
2016-12-09 Côme ChillietRemoved empty destructors. Joint::label is a bodypart
2016-12-09 Côme ChillietRemoved unused methods from Skeleton
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 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.