]> git.jsancho.org Git - lugaru.git/commit
Switch to using «The Lean Mean C++ Option Parser»
authorCôme Chilliet <come@chilliet.eu>
Sat, 26 Nov 2016 14:35:56 +0000 (22:35 +0800)
committerCôme Chilliet <come@chilliet.eu>
Sat, 26 Nov 2016 14:40:11 +0000 (22:40 +0800)
commitff29f47f799d99cec7c2a6aa2cf818da2b931fc5
tree4bb2fcb2f30dc2a9c53a2383f884982cb8087cd3
parent14c23210702eee8191dd122f98ef4e43d57295b7
Switch to using «The Lean Mean C++ Option Parser»

Options now requires two dash before long option name.
Some option names were slightly changed, you can see all of them with "lugaru -h"
See http://optionparser.sourceforge.net/index.html for info on the parser used
Fixes #14

We may want to add a --debug option to avoid having to edit the
config.txt file for this?
CMakeLists.txt
Source/Game.h
Source/GameInitDispose.cpp
Source/main.cpp
Source/openal_wrapper.cpp
Source/optionparser.h [new file with mode: 0644]