]> git.jsancho.org Git - lugaru.git/history - Source/Objects/Person.cpp
Fix feedback on prev commits from MCMic
[lugaru.git] / Source / Objects / Person.cpp
2017-01-29 Rémi VerscheldeFix feedback on prev commits from MCMic
2017-01-28 Rémi VerscheldeUpdate copyright year to 2017
2017-01-28 Rémi VerscheldeFix a few GCC5 and GCC6 warnings
2017-01-28 Rémi VerscheldeAI: Prevent division by 0 when enemy has no velocity
2017-01-23 Côme ChillietFixed search for closest ally or weapon
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-08 Côme ChillietAdded a helper for getting model triangle vertexes...
2017-01-06 Côme ChillietAdded .at usage to have clearer crash when dialogue...
2017-01-01 Côme ChillietFixed warnings
2016-12-23 Côme ChillietUsing a vector for Model triangles, moved facenormal...
2016-12-22 Côme ChillietCleaned Terrain Decal handling
2016-12-22 Côme ChillietSmall cleanups
2016-12-22 Côme ChillietFixed double set of velocity var
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-22 Nicola Spanti (RyD... Fixing some warnings
2016-12-21 Côme ChillietCleaned up a bit Tutorial::active ifs in Person
2016-12-21 Rémi VerscheldeFix opacity for splintersprite and always-true condition
2016-12-20 Igor Gnatenkodon't set same variable twice
2016-12-19 Côme ChillietFixed methods signatures to fix build
2016-12-19 Côme ChillietMoved doAI in Person class
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-14 Côme ChillietAdded some security to avoid dividing by 0 if joints...
2016-12-13 Rémi VerscheldeFix GCC5 warnings (-Wsign-compare and -Wmaybe-uninitial...
2016-12-11 Neal Gompaabs() -> fabs()
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