Commit Graph

23 Commits (0.7.0)

Author SHA1 Message Date
scrawl 55a6344fb0
Revert log spam 6 years ago
Capostrophic 002ad9ae1b Print a warning in case a fallback value wasn't found 6 years ago
Capostrophic e4531a6910 Use middle gray instead of pure black as default fallback color (Fixes #2841) 6 years ago
Bret Curtis c6805314c2 be explicit about what we are trying to catch instead of catching everything and fixed up formatting
use Allman style brackets not K&R style, additional formatting for fallback.cpp which needed some love

revert allman formatting changes
7 years ago
Bret Curtis 7c758a6293 std::stof can not handle comma in us localization and can not handle period in french localization, using std::replace is not a solution, going back to boost::lexical_cast 7 years ago
Bret Curtis d48b829b45 replace and purge boost::lexical_cast 7 years ago
AnyOldName3 20f73f4a32 Relocate escape-related code to new files escape.hpp and escape.cpp. 8 years ago
AnyOldName3 519fbab864 Remove useless print 8 years ago
AnyOldName3 423919abb5 Make it not build again (but theoretically enable the desired functionality). 8 years ago
AnyOldName3 59639e3988 Make it build again (but remove the new functionality). 8 years ago
AnyOldName3 d9d5a6561b Adjust the code so that it should (maybe) work, changing the compilation error to a less straighforward one. 8 years ago
AnyOldName3 95d2c7ea5c Attempt to unescape characters when constructing file paths, introducing compilation errors. 8 years ago
AnyOldName3 f1b5ad5804 Remove unused unsafe function and properly remove inheritance from std::string, providing implementations of missing stream operators preventing boost reading and writing to escape strings. 8 years ago
AnyOldName3 e6f78ae5b7 Switch indentation to spaces to remain consistent with the rest of the project 8 years ago
AnyOldName3 7475d90693 Fix dodgy include by changing backslashes to forwardslashes 8 years ago
AnyOldName3 1a0642f1db Make it work by realising that what boost::program_options calls validation is what any sane person would regard as parsing 8 years ago
AnyOldName3 195dd27780 Resolve obvious runtime error revealing more subtle one 8 years ago
AnyOldName3 fbe6dc9704 Change compilation error to runtime exception and decide that inheriting from std::string may have been a bad idea in C++ 8 years ago
AnyOldName3 7697406467 Partially fix '2 overloads have similar conversions' compilation error 8 years ago
AnyOldName3 2a9b12bb3f Fix an issue preventing compilation, revealing another that doesn't make much sense. 8 years ago
AnyOldName3 e17e354e84 Make # only start a comment in openmw.cfg if it starts a line and introduct compilation errors 8 years ago
scrawl 11496b8075 Read fallback settings in OpenCS 8 years ago
scrawl 6546c05428 Move Fallback map to components/ 8 years ago