Home
last modified time | relevance | path

Searched refs:cGameSettings (Results 1 – 25 of 43) sorted by relevance

12

/dports/games/maxr/maxr-0.2.9/src/ui/graphical/menu/windows/windowgamesettings/
H A Dgamesettings.cpp250 cGameSettings::cGameSettings() : in cGameSettings() function in cGameSettings
269 cGameSettings::cGameSettings (const cGameSettings& other) : in cGameSettings() function in cGameSettings
288 cGameSettings& cGameSettings::operator= (const cGameSettings& other) in operator =()
388 bool cGameSettings::getClansEnabled() const in getClansEnabled()
394 void cGameSettings::setClansEnabled (bool value) in setClansEnabled()
401 unsigned int cGameSettings::getStartCredits() const in getStartCredits()
427 unsigned int cGameSettings::getVictoryTurns() const in getVictoryTurns()
467 bool cGameSettings::isTurnEndDeadlineActive() const in isTurnEndDeadlineActive()
494 bool cGameSettings::isTurnLimitActive() const in isTurnLimitActive()
500 void cGameSettings::setTurnLimitActive (bool value) in setTurnLimitActive()
[all …]
H A Dwindowgamesettings.cpp234 void cWindowGameSettings::applySettings (const cGameSettings& gameSettings) in applySettings()
394 cGameSettings cWindowGameSettings::getGameSettings() const in getGameSettings()
396 cGameSettings gameSettings; in getGameSettings()
427 …if (creditsNoneCheckBox->isChecked()) gameSettings.setStartCredits (cGameSettings::defaultCreditsN… in getGameSettings()
428 …else if (creditsLowCheckBox->isChecked()) gameSettings.setStartCredits (cGameSettings::defaultCred… in getGameSettings()
430 …else if (creditsHighCheckBox->isChecked()) gameSettings.setStartCredits (cGameSettings::defaultCre… in getGameSettings()
431 …else if (creditsMoreCheckBox->isChecked()) gameSettings.setStartCredits (cGameSettings::defaultCre… in getGameSettings()
432 else gameSettings.setStartCredits (cGameSettings::defaultCreditsNormal); in getGameSettings()
439 else gameSettings.setVictoryTurns (cGameSettings::defaultVictoryTurnsOption2); in getGameSettings()
446 else gameSettings.setVictoryPoints (cGameSettings::defaultVictoryPointsOption2); in getGameSettings()
[all …]
H A Dgamesettings.h81 class cGameSettings
113 cGameSettings();
114 cGameSettings (const cGameSettings& other);
116 cGameSettings& operator= (const cGameSettings& other);
H A Dwindowgamesettings.h27 class cGameSettings; variable
39 void applySettings (const cGameSettings& gameSettings);
40 cGameSettings getGameSettings() const;
/dports/games/openlierox/OpenLieroX/src/client/DeprecatedGUI/
H A DMenu_GameSettings.cpp62 CGuiLayout cGameSettings; variable
95 cGameSettings.Initialize(); in Menu_GameSettings()
107 cGameSettings.Add( new CLabel("Detail Level:", tLX->clNormalLabel), -1, 285, 155, 70, 15); in Menu_GameSettings()
112 cGameSettings.Add( features, gs_FeaturesList, 95, 170, 450, 205); in Menu_GameSettings()
366 cGameSettings.Shutdown(); in Menu_GameSettingsShutdown()
378 ev = cGameSettings.Process(); in Menu_GameSettings_Frame()
407 CListview* features = (CListview*)cGameSettings.getWidget(gs_FeaturesList); in Menu_GameSettings_Frame()
412 CLabel* featuresLabel = (CLabel*)cGameSettings.getWidget(gs_FeaturesListLabel); in Menu_GameSettings_Frame()
431 CLabel* featuresLabel = (CLabel*)cGameSettings.getWidget(gs_FeaturesListLabel); in Menu_GameSettings_Frame()
477 cGameSettings.Draw(VideoPostProcessor::videoSurface()); in Menu_GameSettings_Frame()
[all …]
/dports/games/maxr/maxr-0.2.9/src/game/startup/network/client/
H A Dnetworkclientgamesaved.h35 class cGameSettings; variable
53 void setGameSettings (std::shared_ptr<cGameSettings> gameSettings);
57 const std::shared_ptr<cGameSettings>& getGameSettings();
70 std::shared_ptr<cGameSettings> gameSettings;
H A Dnetworkclientgamenew.h35 class cGameSettings; variable
53 void setGameSettings (std::shared_ptr<cGameSettings> gameSettings);
65 const std::shared_ptr<cGameSettings>& getGameSettings();
78 std::shared_ptr<cGameSettings> gameSettings;
H A Dnetworkclientgamesaved.cpp69 void cNetworkClientGameSaved::setGameSettings (std::shared_ptr<cGameSettings> gameSettings_) in setGameSettings()
82 const std::shared_ptr<cGameSettings>& cNetworkClientGameSaved::getGameSettings() in getGameSettings()
H A Dnetworkclientgamenew.cpp90 void cNetworkClientGameNew::setGameSettings (std::shared_ptr<cGameSettings> gameSettings_) in setGameSettings()
126 const std::shared_ptr<cGameSettings>& cNetworkClientGameNew::getGameSettings() in getGameSettings()
/dports/games/maxr/maxr-0.2.9/src/game/startup/network/host/
H A Dnetworkhostgamenew.h35 class cGameSettings; variable
53 void setGameSettings (std::shared_ptr<cGameSettings> gameSettings);
65 const std::shared_ptr<cGameSettings>& getGameSettings();
78 std::shared_ptr<cGameSettings> gameSettings;
H A Dnetworkhostgamenew.cpp114 void cNetworkHostGameNew::setGameSettings (std::shared_ptr<cGameSettings> gameSettings_) in setGameSettings()
150 const std::shared_ptr<cGameSettings>& cNetworkHostGameNew::getGameSettings() in getGameSettings()
/dports/games/maxr/maxr-0.2.9/src/game/startup/local/hotseat/
H A Dlocalhotseatgamenew.h36 class cGameSettings; variable
59 void setGameSettings (std::shared_ptr<cGameSettings> gameSettings);
74 const std::shared_ptr<cGameSettings>& getGameSettings();
83 std::shared_ptr<cGameSettings> gameSettings;
H A Dlocalhotseatgamenew.cpp118 void cLocalHotSeatGameNew::setGameSettings (std::shared_ptr<cGameSettings> gameSettings_) in setGameSettings()
171 const std::shared_ptr<cGameSettings>& cLocalHotSeatGameNew::getGameSettings() in getGameSettings()
/dports/games/maxr/maxr-0.2.9/src/ui/graphical/menu/windows/windownetworklobby/
H A Dwindownetworklobby.h37 class cGameSettings; variable
53 void setGameSettings (std::unique_ptr<cGameSettings> gameSettings);
60 const std::shared_ptr<cGameSettings>& getGameSettings() const;
102 std::shared_ptr<cGameSettings> gameSettings;
/dports/games/maxr/maxr-0.2.9/src/game/startup/local/singleplayer/
H A Dlocalsingleplayergamenew.h34 class cGameSettings; variable
50 void setGameSettings (std::shared_ptr<cGameSettings> gameSettings);
67 std::shared_ptr<cGameSettings> gameSettings;
/dports/games/maxr/maxr-0.2.9/src/ui/graphical/game/widgets/
H A Dunitdetailshud.h32 class cGameSettings; variable
45 void setGameSettings (std::shared_ptr<const cGameSettings> gameSettings);
67 std::shared_ptr<const cGameSettings> gameSettings;
/dports/games/maxr/maxr-0.2.9/src/ui/graphical/menu/windows/windowreports/
H A Dwindowreports.h42 class cGameSettings; variable
53 std::shared_ptr<const cGameSettings> gameSettings);
96 std::shared_ptr<const cGameSettings> gameSettings;
/dports/games/maxr/maxr-0.2.9/src/
H A Dmenuevents.h31 class cGameSettings; variable
69 void sendGameData (cTCP& network, const cStaticMap* map, const cGameSettings* settings, const std::…
/dports/games/maxr/maxr-0.2.9/src/ui/graphical/menu/windows/
H A Dwindowsingleplayer.cpp68 std::vector<std::pair<sID, int>> createInitialLandingUnitsList (int clan, const cGameSettings& game… in createInitialLandingUnitsList()
137 windowGameSettings->applySettings (cGameSettings()); in newGameClicked()
141 auto gameSettings = std::make_shared<cGameSettings> (windowGameSettings->getGameSettings()); in newGameClicked()
/dports/games/maxr/maxr-0.2.9/src/game/logic/
H A Dclient.h52 class cGameSettings; variable
198 void setGameSettings (const cGameSettings& gameSettings_);
199 std::shared_ptr<const cGameSettings> getGameSettings() const { return gameSettings; } in getGameSettings()
353 std::shared_ptr<cGameSettings> gameSettings;
H A Dserver.h53 class cGameSettings; variable
110 void setGameSettings (const cGameSettings& gameSettings);
284 std::shared_ptr<const cGameSettings> getGameSettings() const { return gameSettings; } in getGameSettings()
528 std::shared_ptr<cGameSettings> gameSettings;
/dports/games/maxr/maxr-0.2.9/src/ui/graphical/menu/control/
H A Dmenucontrollermultiplayerhotseat.cpp38 std::vector<std::pair<sID, int>> createInitialLandingUnitsList (int clan, const cGameSettings& game…
72 windowGameSettings->applySettings (cGameSettings()); in selectGameSettings()
80 auto gameSettings = std::make_shared<cGameSettings> (windowGameSettings->getGameSettings()); in selectGameSettings()
/dports/games/maxr/maxr-0.2.9/src/ui/graphical/game/
H A Dgamegui.h54 class cGameSettings; variable
72 void setGameSettings (std::shared_ptr<const cGameSettings> gameSettings);
H A Dhud.h41 class cGameSettings; variable
58 void setGameSettings (std::shared_ptr<const cGameSettings> gameSettings);
/dports/games/maxr/maxr-0.2.9/src/ui/graphical/game/control/
H A Dgameguicontroller.h48 class cGameSettings; variable
139 std::shared_ptr<const cGameSettings> getGameSettings() const;

12