Home
last modified time | relevance | path

Searched refs:maxTeams (Results 1 – 13 of 13) sorted by relevance

/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/engine/
H A DeTeam.cpp127 int eTeam::maxTeams=30; // maximum nuber of teams member in eTeam
149 bool newTeamAllowedCurrent = teams.Len() >= maxTeams; in UpdateStaticFlags()
632 if ( minTeams > maxTeams ) in EnforceConstraints()
633 minTeams = maxTeams; in EnforceConstraints()
635 Enforce( minTeams, maxTeams, maxImbalance ); in EnforceConstraints()
655 void eTeam::Enforce( int minTeams, int maxTeams, int maxImbalance) in Enforce() argument
657 if ( maxTeams < 1 ) in Enforce()
658 maxTeams = 1; in Enforce()
675 if ( minTeams > maxTeams ) in Enforce()
676 minTeams = maxTeams; in Enforce()
[all …]
H A DeTeam.h67 static int maxTeams; // maximum nuber of teams variable
93 static void Enforce( int minTeams, int maxTeams, int maxImbalance );
/dports/games/alephone/alephone-release-20190331/Source_Files/Network/Metaserver/
H A Dmetaserver_messages.cpp656 uint16 maxTeams; in operator >>() local
676 >> maxTeams in operator >>()
725 desc.m_teamsAllowed = (maxTeams != (uint16)-1); in operator >>()
738 uint16 maxTeams = desc.m_teamsAllowed ? desc.m_maxPlayers : (uint16)-1; in operator <<() local
761 << maxTeams in operator <<()
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/tron/
H A DgGame.h159 int minTeams, maxTeams; variable
H A DgGame.cpp220 maxTeams = 16; in gGameSettings()
339 maxTeams,1,16); in Menu()
569 static tConfItem<int> mp_tmax ("TEAMS_MAX", multiPlayer.maxTeams);
602 static tConfItem<int> sp_tmax ("SP_TEAMS_MAX", singlePlayer.maxTeams);
1359 eTeam::maxTeams = sg_currentSettings->maxTeams; in sg_copySettings()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/
H A DDataDistribution.actor.cpp996 int maxTeams = std::numeric_limits<int>::min(); in evaluateTeamQuality() local
1004 maxTeams = std::max(maxTeams, stc); in evaluateTeamQuality()
1027 .detail("ServerMaxTeams", maxTeams) in evaluateTeamQuality()
1850 int maxTeams = SERVER_KNOBS->MAX_TEAMS_PER_SERVER*serverCount; in buildTeams() local
1871 .detail("MaxTeams", maxTeams) in buildTeams()
1911 .detail("MaxTeamNumber", maxTeams) in buildTeams()
3848 int maxTeams = SERVER_KNOBS->MAX_TEAMS_PER_SERVER * processSize; variable
3853 collection->addTeamsBestOf(30, desiredTeams, maxTeams);
3868 int maxTeams = SERVER_KNOBS->MAX_TEAMS_PER_SERVER * processSize; variable
3879 collection->addTeamsBestOf(30, desiredTeams, maxTeams);
[all …]
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/ServerTraits/
H A DLobbyCommands.cs548 var maxTeams = (server.LobbyInfo.Clients.Count(c => c.Slot != null) + 1) / 2; in AssignTeams()
549 teamCount = teamCount.Clamp(0, maxTeams); in AssignTeams()
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/
H A DHWProtoInRoomState.hs157 maxTeams r
/dports/games/hedgewars/hedgewars-src-1.0.0/gameServer/
H A DHWProtoInRoomState.hs157 maxTeams r
/dports/security/keybase/client-v5.7.1/protocol/avdl/chat1/
H A Dcommon.avdl634 int maxTeams;
/dports/security/keybase/client-v5.7.1/shared/actions/chat2/
H A Dindex.tsx1583 maxTeams: 0,
1777 maxTeams: 10,
/dports/security/keybase/client-v5.7.1/shared/constants/types/
H A Drpc-chat-gen.tsx1459 …ly convID?: ConversationID | null; readonly maxNameConvs: Int; readonly maxTeams: Int; readonly ma…
/dports/games/armagetronad/armagetronad-0.2.8.3.5/
H A DChangeLog1950 Also, the recoloring if colorIndex >= maxTeams only happens in the