Home
last modified time | relevance | path

Searched defs:setGameSettings (Results 1 – 14 of 14) sorted by relevance

/dports/games/maxr/maxr-0.2.9/src/game/startup/network/client/
H A Dnetworkclientgamesaved.cpp69 void cNetworkClientGameSaved::setGameSettings (std::shared_ptr<cGameSettings> gameSettings_) in setGameSettings() function in cNetworkClientGameSaved
H A Dnetworkclientgamenew.cpp90 void cNetworkClientGameNew::setGameSettings (std::shared_ptr<cGameSettings> gameSettings_) in setGameSettings() function in cNetworkClientGameNew
/dports/games/maxr/maxr-0.2.9/src/game/startup/local/singleplayer/
H A Dlocalsingleplayergamenew.cpp120 void cLocalSingleplayerGameNew::setGameSettings (std::shared_ptr<cGameSettings> gameSettings_) in setGameSettings() function in cLocalSingleplayerGameNew
/dports/games/maxr/maxr-0.2.9/src/game/startup/network/host/
H A Dnetworkhostgamenew.cpp114 void cNetworkHostGameNew::setGameSettings (std::shared_ptr<cGameSettings> gameSettings_) in setGameSettings() function in cNetworkHostGameNew
/dports/games/maxr/maxr-0.2.9/src/game/startup/local/hotseat/
H A Dlocalhotseatgamenew.cpp118 void cLocalHotSeatGameNew::setGameSettings (std::shared_ptr<cGameSettings> gameSettings_) in setGameSettings() function in cLocalHotSeatGameNew
/dports/games/maxr/maxr-0.2.9/src/ui/graphical/game/widgets/
H A Dunitdetailshud.cpp65 void cUnitDetailsHud::setGameSettings (std::shared_ptr<const cGameSettings> gameSettings_) in setGameSettings() function in cUnitDetailsHud
/dports/games/maxr/maxr-0.2.9/src/ui/graphical/menu/windows/windownetworklobby/
H A Dwindownetworklobby.cpp319 void cWindowNetworkLobby::setGameSettings (std::unique_ptr<cGameSettings> gameSettings_) in setGameSettings() function in cWindowNetworkLobby
/dports/games/maxr/maxr-0.2.9/src/ui/graphical/game/
H A Dhud.cpp191 void cHud::setGameSettings (std::shared_ptr<const cGameSettings> gameSettings) in setGameSettings() function in cHud
H A Dgamegui.cpp278 void cGameGui::setGameSettings (std::shared_ptr<const cGameSettings> gameSettings) in setGameSettings() function in cGameGui
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/game/
H A Dgame.h244 void setGameSettings(GameSettings *settings) { gameSettings = *settings;} in setGameSettings() function
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/network/
H A Dclient_interface.cpp2251 void ClientInterface::setGameSettings(GameSettings *serverGameSettings) { in setGameSettings() function in Glest::Game::ClientInterface
H A Dserver_interface.cpp2693 void ServerInterface::setGameSettings(GameSettings *serverGameSettings, bool waitForClientAck) { in setGameSettings() function in Glest::Game::ServerInterface
/dports/games/maxr/maxr-0.2.9/src/game/logic/
H A Dclient.cpp154 void cClient::setGameSettings (const cGameSettings& gameSettings_) in setGameSettings() function in cClient
H A Dserver.cpp208 void cServer::setGameSettings (const cGameSettings& gameSettings_) in setGameSettings() function in cServer