~ubuntu-branches/ubuntu/precise/pokerth/precise-proposed

« back to all changes in this revision

Viewing changes to src/config/configfile.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Evgeni Golov
  • Date: 2009-06-26 00:23:56 UTC
  • mfrom: (1.1.7 upstream) (5.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090626002356-p3nrzdhhqwk5gpf0
Tags: 0.7.1-1
* New upstream release.
* debian/control:
  + Build-Depend on unversioned boost packages again.
    Closes: #531119, #534086
  + Improve pokerth-server description, one does not need the package
    for one-table games.
  + Standards-Version: 3.8.2, no changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
        myQtToolsInterface = CreateQtToolsWrapper();
49
49
 
50
50
        // !!!! Revisionsnummer der Configdefaults !!!!!
51
 
        configRev = 67;
 
51
        configRev = 69;
52
52
 
53
53
        //standard defaults
54
54
        logOnOffDefault = "1";
139
139
        configList.push_back(ConfigInfo("ShowBlindButtons", CONFIG_TYPE_INT, "1"));
140
140
        configList.push_back(ConfigInfo("ShowCardsChanceMonitor", CONFIG_TYPE_INT, "1"));
141
141
        configList.push_back(ConfigInfo("DontTranslateInternationalPokerStringsFromStyle", CONFIG_TYPE_INT, "0"));
 
142
        configList.push_back(ConfigInfo("DisableSplashScreenOnStartup", CONFIG_TYPE_INT, "0"));
142
143
        configList.push_back(ConfigInfo("AntiPeekMode", CONFIG_TYPE_INT, "0"));
143
144
        configList.push_back(ConfigInfo("AlternateFKeysUserActionMode", CONFIG_TYPE_INT, "0"));
144
145
        configList.push_back(ConfigInfo("EnableBetInputFocusSwitch", CONFIG_TYPE_INT, "0"));
149
150
        configList.push_back(ConfigInfo("CurrentGameTableStyle", CONFIG_TYPE_STRING, ""));
150
151
        configList.push_back(ConfigInfo("CardDeckStylesList", CONFIG_TYPE_STRING_LIST, "CardDeckStyles"));
151
152
        configList.push_back(ConfigInfo("CurrentCardDeckStyle", CONFIG_TYPE_STRING, ""));
152
 
        configList.push_back(ConfigInfo("LastGameTableStyleDir", CONFIG_TYPE_STRING, ""));
153
 
        configList.push_back(ConfigInfo("LastCardDeckStyleDir", CONFIG_TYPE_STRING, ""));
 
153
        configList.push_back(ConfigInfo("LastGameTableStyleDir", CONFIG_TYPE_STRING, ""));
 
154
        configList.push_back(ConfigInfo("LastCardDeckStyleDir", CONFIG_TYPE_STRING, ""));
154
155
        configList.push_back(ConfigInfo("PlaySoundEffects", CONFIG_TYPE_INT, "1"));
155
156
        configList.push_back(ConfigInfo("SoundVolume", CONFIG_TYPE_INT, "8"));
156
157
        configList.push_back(ConfigInfo("PlayGameActions", CONFIG_TYPE_INT, "1"));
251
252
        configList.push_back(ConfigInfo("DisableBackToLobbyWarning", CONFIG_TYPE_INT, "0"));
252
253
        configList.push_back(ConfigInfo("DlgGameLobbyGameListSortingSection", CONFIG_TYPE_INT, "2"));
253
254
        configList.push_back(ConfigInfo("DlgGameLobbyGameListSortingOrder", CONFIG_TYPE_INT, "1"));
 
255
        configList.push_back(ConfigInfo("DlgGameLobbyGameListFilterIndex", CONFIG_TYPE_INT, "0"));
254
256
        configList.push_back(ConfigInfo("GameTableFullScreenSave", CONFIG_TYPE_INT, "0"));
255
257
        configList.push_back(ConfigInfo("GameTableHeightSave", CONFIG_TYPE_INT, "600"));
256
258
        configList.push_back(ConfigInfo("GameTableWidthSave", CONFIG_TYPE_INT, "1024"));