]> git.jsancho.org Git - lugaru.git/history - Source/Objects/Object.cpp
Added braces to all statements with clang-tidy and ran clang-format again
[lugaru.git] / Source / Objects / Object.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...
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 ChillietFixed warnings, removed unused attributes, broken audio...
2016-12-22 Nicola Spanti (RyD... Fixing some warnings
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