Filip Gawin
44148c528a
Use '\n' instead of std::endl
2019-01-21 00:29:11 +01:00
Anonymous Maarten
1ccec04148
rwgame: catch boost::exception
...
Boost.program_options throws boost::exception on macosx's xcode
2019-01-08 04:14:11 +01:00
Anonymous Maarten
548ff80909
rwgame+tests: fix argument parsing of bool arguments
...
- --invert_y caused a boost::bad_any_cast exception
- do not allow guessing of command line options + test
2019-01-08 02:11:55 +01:00
Anonymous Maarten
8b38fda984
rwgame: merge argument + configuration file parsing + add tests
...
- definition of arguments an configuration parameters is centralized
in rwgame/RWConfig.inc
- argument parsing is tested
- the try/catch in main is less weird now (imho)
2018-12-28 00:58:10 +01:00