]> git.jsancho.org Git - lugaru.git/history - Source/Utils/Folders.cpp
Added braces to all statements with clang-tidy and ran clang-format again
[lugaru.git] / Source / Utils / Folders.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-04 Rémi VerscheldeConsole: Return gracefully when loading missing level
2016-12-22 Côme ChillietAdded parenthesis to expression
2016-12-22 Nicola Spanti (RyD... Fixing some warnings of cppcheck
2016-12-13 Rémi VerscheldeSave progress upon level completion
2016-12-11 Neal GompaAdd missing C standard library headers
2016-12-11 Rémi VerscheldeRename all C++ headers with .hpp extension
2016-12-07 Rémi VerscheldeWrite config and user data to %APPDATA% on Windows
2016-12-04 Côme ChillietTrying to handle a bit better missing files and avoid...
2016-12-03 Rémi VerscheldeFix regression in fallback logic on Linux
2016-12-03 Rémi VerscheldeRename DATADIR to DATA_DIR to avoid conflict
2016-12-03 Côme ChillietTrying to add implementations for MacOS and Windows
2016-12-02 Côme ChillietDirs are now created if missing under GNU/Linux
2016-12-01 Côme ChillietFirst step towards using clean methods and correct...