]> git.jsancho.org Git - lugaru.git/history - Source/Graphic/Models.cpp
Added braces to all statements with clang-tidy and ran clang-format again
[lugaru.git] / Source / Graphic / Models.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 ChillietAdded a helper for getting model triangle vertexes...
2017-01-08 Côme ChillietFixes #74 Shadow glitch (was using decal.vertex instead...
2017-01-04 Côme ChillietUsing an enum for model type
2017-01-04 Côme ChillietRemoved unused members in Model class
2017-01-04 Côme ChillietRemoved unused method from Model class
2017-01-02 Côme ChillietFixed crashes due to trianglesNum having wrong type
2017-01-02 Côme ChillietRefactored ugly ifs
2017-01-02 Côme ChillietReplaced Model::possible with a vector
2016-12-23 Côme ChillietUsing a vector for Model triangles, moved facenormal...
2016-12-23 Côme ChillietUsing the Decal class in Model as well
2016-12-22 Côme ChillietCleaned Terrain Decal handling
2016-12-22 Côme ChillietFixed warnings, removed unused attributes, broken audio...
2016-12-22 Nicola Spanti (RyD... Fixing some warnings
2016-12-16 Côme ChillietMoved visibleloading check inside LoadingScreen
2016-12-15 Côme ChillietCleaned up TextureRes lifecycle to make sure it’s destr...
2016-12-11 Neal GompaRemove usage of deprecated gl(Un)LockArraysEXT()
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