]> git.jsancho.org Git - lugaru.git/history - Source/Objects
Added braces to all statements with clang-tidy and ran clang-format again
[lugaru.git] / Source / Objects /
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-04 Côme ChillietRemoved unused defines, changed method names case
2017-01-04 Côme ChillietChanged Weapon models and textures to be private
2017-01-04 Côme ChillietMoved Weapon model and texture loading in Weapon class
2017-01-02 Côme ChillietRemoved lots of unused code from Math folder, renamed...
2017-01-01 Côme ChillietCleans up in Object class, factor duplicated code
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 TextureRes lifecycle to make sure it’s destr...
2016-12-15 Côme ChillietObject type is now an enum
2016-12-15 Côme ChillietMoved checkcollide methods in Object
2016-12-15 Côme ChillietRemoved forgotten debug output
2016-12-15 Côme ChillietRemoved unused method Checkcollide
2016-12-15 Côme ChillietCleaned up Objects handling
2016-12-14 Côme ChillietDeleted duplicated unused method
2016-12-14 Côme ChillietFixed a few ifs
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-12 Côme ChillietTrying to avoid crashes in Weapon::DoStuff
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