lgogdownloader/include
Sude 4d4aaa1792 Improve game specific config options
"platform" and "language" options allow using string to set them.
This allows user to set them more easily without needing to calculate the sum of integer values and makes the config easier to understand later.
For example: this allows setting "language" to English, German and French with "en+de+fr" which is much easier to understand than setting it to "7".

Directory options can be overridden using game specific config file
New options in game specific config file:
 - "subdirectories" - <bool>
 - "directory" - <string>
 - "subdir-game" - <string>
 - "subdir-installers" - <string>
 - "subdir-extras" - <string>
 - "subdir-patches" - <string>
 - "subdir-language-packs" - <string>
 - "subdir-dlc" - <string>
2016-02-15 14:27:29 +02:00
..
api.h Move gameFile and gameDetails classes to their own files 2014-09-19 20:23:21 +03:00
blacklist.h implemented blacklist for --download, --repair and --check-orphans 2014-07-02 19:56:18 +03:00
config.h Add option to set automatic XML creation in config file 2016-02-04 11:51:11 +02:00
downloader.h Add output filename option 2015-08-14 23:15:15 -04:00
gamedetails.h Improve game specific config options 2016-02-15 14:27:29 +02:00
gamefile.h Change jsoncpp include path 2015-01-22 09:22:48 +02:00
globalconstants.h Add language: Slovak 2015-10-06 15:44:36 +03:00
progressbar.h Update the url for WTFPL license 2013-03-24 23:56:57 +02:00
util.h Improve game specific config options 2016-02-15 14:27:29 +02:00