Home
last modified time | relevance | path

Searched refs:ALLIANCES_TEAMS (Results 1 – 7 of 7) sorted by relevance

/dports/games/warzone2100/warzone2100/src/
H A Dai.h42 ALLIANCES_TEAMS, // Alliances are set before the game. enumerator
95 return t == ALLIANCES_TEAMS || t == ALLIANCES_UNSHARED; in alliancesSharedVision()
99 return t == ALLIANCES || t == ALLIANCES_TEAMS; in alliancesSharedResearch()
103 return t == ALLIANCES_TEAMS || t == ALLIANCES_UNSHARED; in alliancesSetTeamsBeforeGame()
H A Dactivity.cpp520 else if (multiGame.alliance == ::AllianceType::ALLIANCES_TEAMS) in updateMultiplayGameData()
522 alliancesOpt = ActivitySink::MultiplayerGameInfo::AllianceOption::ALLIANCES_TEAMS; in updateMultiplayGameData()
H A Dactivity.h88 ALLIANCES_TEAMS, // Alliances are set before the game. enumerator
H A Dmultiint.cpp1440 …addMultiButton(allianceChoice, ALLIANCES_TEAMS, Image(FrontImages, IMAGE_ALLI_TEAMS), Image(FrontI… in addGameOptions()
3189 game.alliance = ini.value("alliances", ALLIANCES_TEAMS).toInt(); in loadMapChallengeSettings()
H A Dwzapi.cpp4353 constants["ALLIANCES_TEAMS"] = ALLIANCES_TEAMS; in getUsefulConstants()
/dports/games/warzone2100/warzone2100/doc/
H A Djs-globals.md20 …l be one of ```NO_ALLIANCES```, ```ALLIANCES```, ```ALLIANCES_UNSHARED``` or ```ALLIANCES_TEAMS```.
/dports/games/warzone2100/warzone2100/src/integrations/
H A Dwzdiscordrpc.cpp178 case ActivitySink::SkirmishGameInfo::AllianceOption::ALLIANCES_TEAMS: in getAllianceString()