]> git.jsancho.org Git - lugaru.git/history - Source/Utils
Friends fight with true enemies, before they attacked player but hurting enemies
[lugaru.git] / Source / Utils /
2017-05-20 Martin Erik WernerRemove some unneeded libs & headers
2017-02-12 Romain NaourImageIO: fix invalid conversion
2017-02-11 Rémi Verscheldeclang-format: Apply to all headers
2017-01-28 Rémi VerscheldeUpdate copyright year to 2017
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-06 Côme ChillietCreating map saving folder if needed
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-17 Côme ChillietCleaned a bit mouse button shown names, added names...
2016-12-17 Côme ChillietFixes #62 fixed button names display
2016-12-16 Côme ChillietMoved visibleloading check inside LoadingScreen
2016-12-15 Côme ChillietCleaned up Objects handling
2016-12-14 Côme ChillietImproved error reporting of screenshot saving, fixed...
2016-12-14 Côme ChillietRemoved useless STUBBED define
2016-12-13 Rémi VerscheldeSave progress upon level completion
2016-12-11 Neal GompaAdd missing C standard library headers
2016-12-11 Neal GompaConvert C-header includes to C++ variants in C++ files
2016-12-11 Rémi VerscheldeRename all C++ headers with .hpp extension
2016-12-11 Côme ChillietSorted all source files in folders
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...