]> git.jsancho.org Git - lugaru.git/history - Source/main.cpp
Fix unused-result warning for chdir
[lugaru.git] / Source / main.cpp
2017-09-06 Rémi VerscheldeFix unused-result warning for chdir
2017-05-20 Martin Erik WernerRemove some unneeded libs & headers
2017-01-28 Rémi VerscheldeUpdate copyright year to 2017
2017-01-28 Rémi VerscheldeUnify platform-specific definitions and clean .rc file
2017-01-24 Rémi VerscheldeOutput version info to stdout and show in menu
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
2016-12-22 Côme ChillietFixed warnings, removed unused attributes, broken audio...
2016-12-16 Côme ChillietMoved visibleloading check inside LoadingScreen
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-11 Côme ChillietStopped using Account pointers, and removed general...
2016-12-10 Rémi VerscheldeMention devtools option in man page
2016-12-10 Rémi VerscheldeRename debug mode to dev tools
2016-12-10 Côme ChillietReading debug mode from config again, but command line...
2016-12-10 Côme ChillietOops, should be ifdef not ifndef
2016-12-10 Côme ChillietDisabling exception catching when building debug, to...
2016-12-10 Côme ChillietOops, committed by mistake a temporary commenting of...
2016-12-10 Côme ChillietFix a crash when map contains a negative number of...
2016-12-10 Côme ChillietDebug mode is now a comandline option
2016-12-07 Côme ChillietFixes #8 Removed glstubs.h and its uses
2016-12-04 Côme ChillietTrying to handle a bit better missing files and avoid...
2016-11-29 Côme ChillietAvoid using Variable Length Arrays (which are refused...
2016-11-29 Côme ChillietRemoved unused globals
2016-11-26 Côme ChillietSwitch to using «The Lean Mean C++ Option Parser»
2016-11-26 Côme ChillietRenamed OpenGL_Windows.cpp into main.cpp as it contains...