- GameBots2004Ini - Class in cz.cuni.amis.pogamut.ut2004.tournament
-
Ordinary IniFile that loads its defaults from classpath:/cz/cuni/amis/pogamut/ut2004/tournament/deathmatch/GameBots2004-Deathmatch.ini
if not specified.
- GameBots2004Ini() - Constructor for class cz.cuni.amis.pogamut.ut2004.tournament.GameBots2004Ini
-
Constructs Ini file with defaults taken from 'classpath:/cz/cuni/amis/pogamut/ut2004/tournament/deathmatch/GameBots2004-Deathmatch.ini'.
- GameBots2004Ini(File) - Constructor for class cz.cuni.amis.pogamut.ut2004.tournament.GameBots2004Ini
-
Constructs GameBots2004Ini with defaults taken 'source' (file must exists!).
- GameBots2004Ini(GameBots2004Ini) - Constructor for class cz.cuni.amis.pogamut.ut2004.tournament.GameBots2004Ini
-
- gb2004FileBackup - Variable in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004Match
-
Where we have backed up the GB2004.ini file...
- gb2004Ini - Variable in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004MatchConfig
-
- generate(List<UT2004DeathMatchConfig>, int, List<IToken>, int, List<IToken>) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchTournamentConfig
-
- generate() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.generator.UT2004DMTableGenerator
-
- generateMatches(int) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchTournamentConfig
-
- getAllBotIds() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004MatchConfig
-
Ids are sorted: 1) custom bots, 2) native bots.
- getAllBots() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag.UT2004CaptureTheFlagResult
-
Returns list of all bot (custom + native) ids.
- getAllBots() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchResult
-
Returns list of all bot (custom + native) ids.
- getAllBots() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch.UT2004TeamDeathMatchResult
-
Returns list of all bot (custom + native) ids.
- getArgs_CTF_2v2v1() - Static method in class cz.cuni.amis.pogamut.ut2004.tournament.UT2004MatchConsole
-
- getArgs_DM_2v2v1() - Static method in class cz.cuni.amis.pogamut.ut2004.tournament.UT2004MatchConsole
-
- getArgs_TDM_2v2v1() - Static method in class cz.cuni.amis.pogamut.ut2004.tournament.UT2004MatchConsole
-
- getBot1JarPath() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatch1v1
-
Used as UT2004BotExecutionConfig.setPathToBotJar(String) for the first bot.
- getBot1Name() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatch1v1
-
Used as UT2004BotExecutionConfig.setBotId(String) for the first bot.
- getBot1Skill() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatch1v1
-
Used as UT2004BotConfig#setDesiredSkill(int) for the first bot.
- getBot1Skin() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatch1v1
-
Used as UT2004BotConfig#setSkin(String) for the first bot.
- getBot2JarPath() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatch1v1
-
Used as UT2004BotExecutionConfig.setPathToBotJar(String) for the second bot.
- getBot2Name() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatch1v1
-
Used as UT2004BotExecutionConfig.setBotId(String) for the second bot.
- getBot2Skill() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatch1v1
-
Used as UT2004BotConfig#setDesiredSkill(int) for the second bot.
- getBot2Skin() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatch1v1
-
Used as UT2004BotConfig#setSkin(String) for the second bot.
- getBotClass() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004NativeBotConfig
-
- getBotConfig(IToken) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchTournamentConfig
-
Returns bot configuration regardless it is custom (Pogamut) bot id or native UT2004 bot id.
- getBotId() - Method in interface cz.cuni.amis.pogamut.ut2004.tournament.match.IUT2004BotConfig
-
Returns ID of this bot configuration.
- getBotId(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004Match.Bots
-
- getBotId() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004NativeBotConfig
-
- getBotObservers() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag.UT2004CaptureTheFlagResult
-
Map with observers (custom bots only!)
- getBotObservers() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchResult
-
Map with observers (custom bots only!)
- getBotObservers() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch.UT2004TeamDeathMatchResult
-
Map with observers (custom bots only!)
- getBots() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag.UT2004CaptureTheFlagResult
-
Returns list with custom bots (run by Pogamut platform).
- getBots() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchResult
-
Returns list with custom bots (run by Pogamut platform).
- getBots() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchTournamentConfig
-
Map with custom (Pogamut) bots that are enlisted to the tournament.
- getBots() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004MatchConfig
-
- getBots() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch.UT2004TeamDeathMatchResult
-
Returns list with custom bots (run by Pogamut platform).
- getBotSkill() - Method in interface cz.cuni.amis.pogamut.ut2004.tournament.match.IUT2004BotConfig
-
Returns desired skill of the bot (or null if not set).
- getBotSkill() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004NativeBotConfig
-
Skill level of the native bot.
- getBotSkin() - Method in interface cz.cuni.amis.pogamut.ut2004.tournament.match.IUT2004BotConfig
-
Returns required skin for the bot (or null if not set).
- getBotSkin() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004NativeBotConfig
-
- getBotTeam() - Method in interface cz.cuni.amis.pogamut.ut2004.tournament.match.IUT2004BotConfig
-
Returns team of the bot (or null if not set).
- getBotTeam() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004NativeBotConfig
-
- getBotType(IToken) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004MatchConfig
-
- getConfig() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004Match
-
Returns configuration of the match.
- getControlConnectionUpdateTime() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.GameBots2004Ini
-
Returns update time (in seconds) set for ControlConnection.
- getCTFScoreLimit() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.GameBots2004Ini
-
Gets frag limit of the capture-the-flag game (or null if not specified).
- getCTFTimeLimit() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.GameBots2004Ini
-
Returns time limit of the capture-the-flag game in minutes (or null if not specified).
- getCurrentDate() - Static method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004Match
-
May be used for file names.
- getDemoSpectatorClass() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.UT2004Ini
-
Returns UnrealScript class that is used for demo recording.
- getDMFragLimit() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.GameBots2004Ini
-
Gets frag limit of the death match game (or null if not specified).
- getDMTimeLimit() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.GameBots2004Ini
-
Returns time limit of the death match game in minutes (or null if not specified).
- getException() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatch1v1
-
- getException() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004Match
-
If exception occures during the match execution, it is stored and made available through this method.
- getExceptions() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchRepeater
-
- getExceptions() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchTournament
-
If some match fails, the exception reported is stored within this map.
- getExceptions() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004MatchExecutor
-
If some match fails, the exception reported is stored within this map.
- getFinalScores() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag.UT2004CaptureTheFlagResult
-
Final scores of bots.
- getFinalScores() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchResult
-
Final scores of bots.
- getFinalScores() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch.UT2004TeamDeathMatchResult
-
Final scores of bots.
- getFragLimit() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatch1v1
-
- getFragLimit() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchConfig
-
Returns frag limit (score limit) of the match.
- getFragLimit() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchTournamentConfig
-
- getGb2004Ini() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004MatchConfig
-
Preinitialized automatically.
- getGB2004IniFile() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004Match
-
Returns file that is pointing to GameBots2004.ini that will be used by ucc.exe.
- getHumanId() - Method in interface cz.cuni.amis.pogamut.ut2004.tournament.match.IUT2004HumanConfig
-
Returns ID of this human configuration.
- getHumanId() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004HumanConfig
-
- getHumans() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag.UT2004CaptureTheFlagResult
-
Returns list with humans.
- getHumans() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchResult
-
Returns list with humans.
- getHumans() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004MatchConfig
-
- getHumans() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch.UT2004TeamDeathMatchResult
-
Returns list with humans.
- getKey() - Method in enum cz.cuni.amis.pogamut.ut2004.tournament.utils.UT2004TournamentProperty
-
- getKillCounts() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag.UT2004CaptureTheFlagResult
-
Who -> killed Whom -> How many times, i.e., map.get(killerId).get(victimId) == how many time killer killed the victim.
- getKillCounts() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchResult
-
Who -> killed Whom -> How many times, i.e., map.get(killerId).get(victimId) == how many time killer killed the victim.
- getKillCounts() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch.UT2004TeamDeathMatchResult
-
Who -> killed Whom -> How many times, i.e., map.get(killerId).get(victimId) == how many time killer killed the victim.
- getLog() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatch1v1
-
Logger used for outputting info about the match.
- getLog() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchRepeater
-
Log that is being used.
- getLog() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004Match
-
Returns logger used for outputting stuff.
- getMapName() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatch1v1
-
Used as UCCWrapperConf.setMapName(String).
- getMatchConfig() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchRepeater
-
Which match we're going to evaluate.
- getMatchId() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004Match
-
Returns ID of the match.
- getMatchId() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004MatchConfig
-
- getMatchName() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatch1v1
-
- getMatchTimeEnd() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag.UT2004CaptureTheFlagResult
-
When the match has ended (in seconds).
- getMatchTimeEnd() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchResult
-
When the match has ended (in seconds).
- getMatchTimeEnd() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch.UT2004TeamDeathMatchResult
-
When the match has ended (in seconds).
- getNames() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag.UT2004CaptureTheFlagResult
-
Returns mapping ID to Name the bot/human had in the game.
- getNames() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchResult
-
Returns mapping ID to Name the bot/human had in the game.
- getNames() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch.UT2004TeamDeathMatchResult
-
Returns mapping ID to Name the bot/human had in the game.
- getNativeBots() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag.UT2004CaptureTheFlagResult
-
Returns list with native bots (bots from UT2004 itself).
- getNativeBots() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchResult
-
Returns list with native bots (bots from UT2004 itself).
- getNativeBots() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchTournamentConfig
-
Map with native UT2004 bots that are enlisted to the tournament.
- getNativeBots() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004MatchConfig
-
- getNativeBots() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch.UT2004TeamDeathMatchResult
-
Returns list with native bots (bots from UT2004 itself).
- getNum(int, int) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchRepeater
-
- getNumBotsInOneMatch() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchTournamentConfig
-
How many bots should be present in one match.
- getOutputDir() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatch1v1
-
- getOutputDir() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchTournamentConfig
-
- getOutputDirectory() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004MatchConfig
-
- getOutputPath() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchTournament
-
Returns directory where all tournament matches will be output.
- getOutputPath() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004Match
-
Parent path of all files that should be output by the class as results.
- getOutputPath(String) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004Match
-
- getPort() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.UT2004Ini
-
Returns port where UT2004 dedicated server will be listening at / announcing itself.
- getPriority() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.utils.UT2004TournamentPropertiesProvider
-
- getRepeats() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchRepeater
-
- getResult() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatch1v1
-
Last result of the match.
- getResult() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004Match
-
- getResults() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchRepeater
-
- getResults() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchTournament
-
This map holds the results of respective matches.
- getResults() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004MatchExecutor
-
This map holds the results of respective matches.
- getScoreLimit() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag.UT2004CaptureTheFlagConfig
-
Returns score limit of the match.
- getScoreLimit() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch.UT2004TeamDeathMatchConfig
-
Returns score limit of the match.
- getServerName() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.UT2004Ini
-
Returns "server name", string that will appear when advertising the server via LAN.
- getServerShortName() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.UT2004Ini
-
Returns "short server name", dunno when is that used.
- getSuicides() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag.UT2004CaptureTheFlagResult
-
How many times the bot (key == botId) has commit suicide.
- getSuicides() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchResult
-
How many times the bot (key == botId) has commit suicide.
- getSuicides() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch.UT2004TeamDeathMatchResult
-
How many times the bot (key == botId) has commit suicide.
- getTDMFragLimit() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.GameBots2004Ini
-
Gets frag limit of the team death match game (or null if not specified).
- getTDMTimeLimit() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.GameBots2004Ini
-
Returns time limit of the team death match game in minutes (or null if not specified).
- getTDMWeaponStay() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.GameBots2004Ini
-
Returns TeamDeathMatch weapon stay config.
- getTeamBlueId() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch.UT2004TeamDeathMatchConfig
-
- getTeamNumber() - Method in interface cz.cuni.amis.pogamut.ut2004.tournament.match.IUT2004HumanConfig
-
Returns the team where the human should be in.
- getTeamNumber() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004HumanConfig
-
- getTeamRedId() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch.UT2004TeamDeathMatchConfig
-
- getTeamScores() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag.UT2004CaptureTheFlagResult
-
Returns scores of respective teams that were in the game.
- getTeamScores() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch.UT2004TeamDeathMatchResult
-
Returns scores of respective teams that were in the game.
- getTimeLimit() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag.UT2004CaptureTheFlagConfig
-
Returns time limit of the match in seconds.
- getTimeLimit() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchConfig
-
Returns time limit of the match in seconds.
- getTimeLimit() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch.UT2004TeamDeathMatchConfig
-
Returns time limit of the match in seconds.
- getTimeLimitInMinutes() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatch1v1
-
- getTimeLimitInMinutes() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchTournamentConfig
-
- getToken(IToken, int, int) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchRepeater
-
- getTotalKills() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag.UT2004CaptureTheFlagResult
-
How many times one bot killed another bot.
- getTotalKills() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchResult
-
How many times one bot killed another bot.
- getTotalKills() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch.UT2004TeamDeathMatchResult
-
How many times one bot killed another bot.
- getTournamentId() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchTournamentConfig
-
Used for unique identification of the tournament (optional).
- getType(IToken) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004Match.Bots
-
- getType(UnrealId) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004Match.Bots
-
- getUccConf() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchTournamentConfig
-
UccConfiguration used for running ucc.exe for respective matches.
- getUccConf() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004MatchConfig
-
- getUccHome() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004Match
-
Returns file that is pointing to a directory that contains ucc.exe.
- getUnrealHome() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatch1v1
-
Used as UCCWrapperConf.setMapName(String).
- getUnrealId(IToken) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004Match.Bots
-
- getUT2004Ini() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004MatchConfig
-
Preinitialized automatically.
- getUT2004IniFile() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004Match
-
Returns file that is pointing to GameBots2004.ini that will be used by ucc.exe.
- getWasKilled() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag.UT2004CaptureTheFlagResult
-
How many times some bot was killed by ANOTHER bot (== without suicides).
- getWasKilled() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchResult
-
How many times some bot was killed by ANOTHER bot (== without suicides).
- getWasKilled() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch.UT2004TeamDeathMatchResult
-
How many times some bot was killed by ANOTHER bot (== without suicides).
- getWinnerBot() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.result.UT2004IndividualMatchResult
-
- getWinnerTeam() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.result.UT2004TeamMatchResult
-
- gladiatorBot(int, int) - Static method in class cz.cuni.amis.pogamut.ut2004.tournament.playground.Main
-
- gladiatorBot(int, int, int) - Static method in class cz.cuni.amis.pogamut.ut2004.tournament.playground.Main
-
- scoreLimit - Variable in class cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag.UT2004CaptureTheFlagConfig
-
- scoreLimit - Variable in class cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch.UT2004TeamDeathMatchConfig
-
- Section_Engine_DemoRecDriver - Static variable in class cz.cuni.amis.pogamut.ut2004.tournament.UT2004Ini
-
- Section_Engine_GameInfo - Static variable in class cz.cuni.amis.pogamut.ut2004.tournament.GameBots2004Ini
-
- Section_Engine_GameReplicationInfo - Static variable in class cz.cuni.amis.pogamut.ut2004.tournament.UT2004Ini
-
- Section_GameBots2004_BotConnection - Static variable in class cz.cuni.amis.pogamut.ut2004.tournament.GameBots2004Ini
-
- Section_GameBots2004_BotCTFGame - Static variable in class cz.cuni.amis.pogamut.ut2004.tournament.GameBots2004Ini
-
- Section_GameBots2004_BotDeathMatch - Static variable in class cz.cuni.amis.pogamut.ut2004.tournament.GameBots2004Ini
-
- Section_GameBots2004_BotDoubleDomination - Static variable in class cz.cuni.amis.pogamut.ut2004.tournament.GameBots2004Ini
-
- Section_GameBots2004_BotScenario - Static variable in class cz.cuni.amis.pogamut.ut2004.tournament.GameBots2004Ini
-
- Section_GameBots2004_BotTeamGame - Static variable in class cz.cuni.amis.pogamut.ut2004.tournament.GameBots2004Ini
-
- Section_GameBots2004_ControlConnection - Static variable in class cz.cuni.amis.pogamut.ut2004.tournament.GameBots2004Ini
-
- Section_GameBots2004_ControlServer - Static variable in class cz.cuni.amis.pogamut.ut2004.tournament.GameBots2004Ini
-
- Section_GameBots2004_GBHUD - Static variable in class cz.cuni.amis.pogamut.ut2004.tournament.GameBots2004Ini
-
- Section_GameBots2004_GBScenarioMutator - Static variable in class cz.cuni.amis.pogamut.ut2004.tournament.GameBots2004Ini
-
- Section_GameBots2004_RemoteBot - Static variable in class cz.cuni.amis.pogamut.ut2004.tournament.GameBots2004Ini
-
- Section_UnrealGame_DeathMatch - Static variable in class cz.cuni.amis.pogamut.ut2004.tournament.GameBots2004Ini
-
- Section_UnrealGame_UnrealMPGameInfo - Static variable in class cz.cuni.amis.pogamut.ut2004.tournament.GameBots2004Ini
-
- Section_URL - Static variable in class cz.cuni.amis.pogamut.ut2004.tournament.UT2004Ini
-
- setBot(UT2004BotConfig...) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag.UT2004CaptureTheFlagConfig
-
- setBot(UT2004BotConfig...) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchConfig
-
- setBot(UT2004BotConfig...) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchTournamentConfig
-
Sets bot configuration into the object, does not checks whether there is BotId clash.
- setBot(UT2004BotConfig...) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004MatchConfig
-
Sets bot configuration into the object, does not checks whether there is BotId clash.
- setBot(UT2004BotConfig...) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch.UT2004TeamDeathMatchConfig
-
- setBot1JarPath(String) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatch1v1
-
- setBot1Name(String) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatch1v1
-
- setBot1Skill(Integer) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatch1v1
-
- setBot1Skin(String) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatch1v1
-
- setBot2JarPath(String) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatch1v1
-
- setBot2Name(String) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatch1v1
-
- setBot2Skill(Integer) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatch1v1
-
- setBot2Skin(String) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatch1v1
-
- setBotClass(String) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004NativeBotConfig
-
not used right now
- setBotId(IToken) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004NativeBotConfig
-
Sets ID of this bot configuration.
- setBotId(String) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004NativeBotConfig
-
Sets ID of this bot configuration.
- setBotName(String) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004BotConfig
-
Name to give the bot within the game.
- setBotObservers(Map<IToken, UT2004AnalyzerObsStats>) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag.UT2004CaptureTheFlagResult
-
Map with observers (custom bots only!)
- setBotObservers(Map<IToken, UT2004AnalyzerObsStats>) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchResult
-
Map with observers (custom bots only!)
- setBotObservers(Map<IToken, UT2004AnalyzerObsStats>) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch.UT2004TeamDeathMatchResult
-
Map with observers (custom bots only!)
- setBots(Map<IToken, UT2004BotConfig>) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag.UT2004CaptureTheFlagConfig
-
- setBots(List<IToken>) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag.UT2004CaptureTheFlagResult
-
List with custom bots (run by Pogamut platform).
- setBots(Map<IToken, UT2004BotConfig>) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchConfig
-
- setBots(List<IToken>) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchResult
-
List with custom bots (run by Pogamut platform).
- setBots(Map<IToken, UT2004BotConfig>) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchTournamentConfig
-
- setBots(Map<IToken, UT2004BotConfig>) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004MatchConfig
-
- setBots(Map<IToken, UT2004BotConfig>) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch.UT2004TeamDeathMatchConfig
-
- setBots(List<IToken>) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch.UT2004TeamDeathMatchResult
-
List with custom bots (run by Pogamut platform).
- setBotSkill(Integer) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004BotConfig
-
Sets desired skill level for the bot (0 ...
- setBotSkin(String) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004BotConfig
-
Set desired (custom) bot skin.
- setBotTeam(Integer) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004BotConfig
-
Sets team number the bot should play for.
- setControlConnectionUpdateTime(double) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.GameBots2004Ini
-
Sets frequency of updates for control connection.
- setCTFScoreLimit(int) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.GameBots2004Ini
-
Sets score limit of the capture-the-flag game.
- setCTFTimeLimit(int) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.GameBots2004Ini
-
Sets time limit of the capture-the-flag game in minutes.
- setDemoSpectatorClass(String) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.UT2004Ini
-
Sets UnrealScript class that is used for demo recording.
- setDesiredSkill(int) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004NativeBotConfig
-
Sets desired skill level that the bot should have.
- setDMFragLimit(int) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.GameBots2004Ini
-
Sets frag limit of the death match game.
- setDMTimeLimit(int) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.GameBots2004Ini
-
Sets time limit of the death match game in minutes.
- setDraw(boolean) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.result.UT2004IndividualMatchResult
-
- setDraw(boolean) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.result.UT2004TeamMatchResult
-
- setFinalScores(Map<IToken, PlayerScore>) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag.UT2004CaptureTheFlagResult
-
Final scores of bots.
- setFinalScores(Map<IToken, PlayerScore>) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchResult
-
Final scores of bots.
- setFinalScores(Map<IToken, PlayerScore>) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch.UT2004TeamDeathMatchResult
-
Final scores of bots.
- setFragLimit(int) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatch1v1
-
- setFragLimit(int) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchConfig
-
Alters GB2004Ini as well.
- setFragLimit(int) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchTournamentConfig
-
- setGb2004Ini(GameBots2004Ini) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag.UT2004CaptureTheFlagConfig
-
Values from current Frag/Time limit are automatically copied into the ini.
- setGb2004Ini(GameBots2004Ini) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchConfig
-
Values from current Frag/Time limit are automatically copied into the ini.
- setGb2004Ini(GameBots2004Ini) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004MatchConfig
-
No need to call, preinitialized automatically.
- setGb2004Ini(GameBots2004Ini) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch.UT2004TeamDeathMatchConfig
-
Values from current Frag/Time limit are automatically copied into the ini.
- setHuman(UT2004HumanConfig...) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004MatchConfig
-
Sets human configuration into the object, does not checks whether there is BotId clash.
- setHumanId(IToken) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004HumanConfig
-
Sets ID of this human configuration.
- setHumanId(String) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004HumanConfig
-
Sets ID of this bot configuration.
- setHumanLikeLogEnabled(boolean) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatch1v1
-
- setHumanLikeLogEnabled(boolean) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchConfig
-
- setHumanLikeLogEnabled(boolean) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004MatchConfig
-
- setHumans(List<IToken>) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag.UT2004CaptureTheFlagResult
-
List with humans.
- setHumans(List<IToken>) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchResult
-
List with humans.
- setHumans(List<IToken>) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch.UT2004TeamDeathMatchResult
-
List with humans.
- setKillCounts(HashMapMap<IToken, IToken, Integer>) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag.UT2004CaptureTheFlagResult
-
Who -> killed Whom -> How many times, i.e., map.get(killerId).get(victimId) == how many time killer killed the victim.
- setKillCounts(HashMapMap<IToken, IToken, Integer>) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchResult
-
Who -> killed Whom -> How many times, i.e., map.get(killerId).get(victimId) == how many time killer killed the victim.
- setKillCounts(HashMapMap<IToken, IToken, Integer>) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch.UT2004TeamDeathMatchResult
-
Who -> killed Whom -> How many times, i.e., map.get(killerId).get(victimId) == how many time killer killed the victim.
- setLog(LogCategory) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatch1v1
-
Sets logger used for outputting info about the match.
- setLog(LogCategory) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchRepeater
-
- setMapName(String) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatch1v1
-
- setMapName(String) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchTournamentConfig
-
- setMatchConfig(UT2004DeathMatchConfig) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchRepeater
-
- setMatchId(IToken) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004MatchConfig
-
- setMatchId(String) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004MatchConfig
-
- setMatchName(String) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatch1v1
-
- setMatchTimeEnd(double) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag.UT2004CaptureTheFlagResult
-
When the match has ended (in seconds).
- setMatchTimeEnd(double) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchResult
-
When the match has ended (in seconds).
- setMatchTimeEnd(double) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch.UT2004TeamDeathMatchResult
-
When the match has ended (in seconds).
- setNames(Map<IToken, String>) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag.UT2004CaptureTheFlagResult
-
Sets mapping ID to Name the bot/human had in the game.
- setNames(Map<IToken, String>) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchResult
-
Sets mapping ID to Name the bot/human had in the game.
- setNames(Map<IToken, String>) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch.UT2004TeamDeathMatchResult
-
Sets mapping ID to Name the bot/human had in the game.
- setNativeBot(UT2004NativeBotConfig...) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag.UT2004CaptureTheFlagConfig
-
- setNativeBot(UT2004NativeBotConfig...) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchConfig
-
- setNativeBot(UT2004NativeBotConfig...) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchTournamentConfig
-
Sets native bot configuration into the object, does not checks whether there is BotId clash.
- setNativeBot(UT2004NativeBotConfig...) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004MatchConfig
-
Sets native bot configuration into the object, does not checks whether there is BotId clash.
- setNativeBot(UT2004NativeBotConfig...) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch.UT2004TeamDeathMatchConfig
-
- setNativeBots(Map<IToken, UT2004NativeBotConfig>) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag.UT2004CaptureTheFlagConfig
-
- setNativeBots(List<IToken>) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag.UT2004CaptureTheFlagResult
-
List with native bots (bots from UT2004 itself).
- setNativeBots(Map<IToken, UT2004NativeBotConfig>) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchConfig
-
- setNativeBots(List<IToken>) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchResult
-
List with native bots (bots from UT2004 itself).
- setNativeBots(Map<IToken, UT2004NativeBotConfig>) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchTournamentConfig
-
- setNativeBots(Map<IToken, UT2004NativeBotConfig>) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004MatchConfig
-
- setNativeBots(Map<IToken, UT2004NativeBotConfig>) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch.UT2004TeamDeathMatchConfig
-
- setNativeBots(List<IToken>) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch.UT2004TeamDeathMatchResult
-
List with native bots (bots from UT2004 itself).
- setNumBotsInOneMatch(int) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchTournamentConfig
-
- setOutputDir(String) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatch1v1
-
- setOutputDir(String) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchTournamentConfig
-
- setOutputDirectory(File) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag.UT2004CaptureTheFlagConfig
-
- setOutputDirectory(File) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchConfig
-
- setOutputDirectory(File) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004MatchConfig
-
- setOutputDirectory(File) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch.UT2004TeamDeathMatchConfig
-
- setPathToBotJar(String) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004BotConfig
-
- setPort(int) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.UT2004Ini
-
Sets port where UT2004 dedicated server will be listening at / announcing itself.
- setRedirectStdErr(boolean) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004BotConfig
-
- setRedirectStdOut(boolean) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004BotConfig
-
- setRepeats(int) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchRepeater
-
- setScoreLimit(int) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag.UT2004CaptureTheFlagConfig
-
Alters GB2004Ini as well.
- setScoreLimit(int) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch.UT2004TeamDeathMatchConfig
-
Alters GB2004Ini as well.
- setServerName(String, String) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.UT2004Ini
-
Sets (short) server name for the server that will get advertised via LAN.
- setStartTCServer(boolean) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004MatchConfig
-
- setSuicides(Map<IToken, Integer>) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag.UT2004CaptureTheFlagResult
-
How many times the bot (key == botId) has commit suicide.
- setSuicides(Map<IToken, Integer>) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchResult
-
How many times the bot (key == botId) has commit suicide.
- setSuicides(Map<IToken, Integer>) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch.UT2004TeamDeathMatchResult
-
How many times the bot (key == botId) has commit suicide.
- setTDMFragLimit(int) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.GameBots2004Ini
-
Sets frag limit of the team death match game.
- setTDMTimeLimit(int) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.GameBots2004Ini
-
Sets time limit of the team death match game in minutes.
- setTDMWeaponStay(boolean) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.GameBots2004Ini
-
Sets TeamDeathMatch weapon stay.
- setTeamBlueId(String) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch.UT2004TeamDeathMatchConfig
-
- setTeamNumber(int) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004HumanConfig
-
Sets team number of the team the bot should join.
- setTeamNumber(int) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004NativeBotConfig
-
Sets team number of the team the bot should join.
- setTeamRedId(String) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch.UT2004TeamDeathMatchConfig
-
- setTeamScores(Map<Integer, TeamScore>) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag.UT2004CaptureTheFlagResult
-
Sets team scores.
- setTeamScores(Map<Integer, TeamScore>) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch.UT2004TeamDeathMatchResult
-
Sets team scores.
- setTimeLimit(int) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag.UT2004CaptureTheFlagConfig
-
Alters GB2004Ini as well.
- setTimeLimit(int) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchConfig
-
Alters GB2004Ini as well.
- setTimeLimit(int) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch.UT2004TeamDeathMatchConfig
-
Alters GB2004Ini as well.
- setTimeLimitInMinutes(int) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatch1v1
-
- setTimeLimitInMinutes(int) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchTournamentConfig
-
- setTotalKills(Map<IToken, Integer>) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag.UT2004CaptureTheFlagResult
-
How many times one bot killed another bot.
- setTotalKills(Map<IToken, Integer>) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchResult
-
How many times one bot killed another bot.
- setTotalKills(Map<IToken, Integer>) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch.UT2004TeamDeathMatchResult
-
How many times one bot killed another bot.
- setTournamentId(IToken) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchTournamentConfig
-
- setTournamentId(String) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchTournamentConfig
-
- setUccConf(UCCWrapperConf) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag.UT2004CaptureTheFlagConfig
-
- setUccConf(UCCWrapperConf) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchConfig
-
- setUccConf(UCCWrapperConf) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchTournamentConfig
-
- setUccConf(UCCWrapperConf) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004MatchConfig
-
- setUccConf(UCCWrapperConf) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch.UT2004TeamDeathMatchConfig
-
- setUnrealHome(String) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatch1v1
-
- setUnrealHome(String) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchTournamentConfig
-
- setupLogger() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004Match
-
Usually STEP 0 that set up logger to output to file.
- setWasKilled(Map<IToken, Integer>) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag.UT2004CaptureTheFlagResult
-
How many times some bot was killed by ANOTHER bot (== without suicides).
- setWasKilled(Map<IToken, Integer>) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchResult
-
How many times some bot was killed by ANOTHER bot (== without suicides).
- setWasKilled(Map<IToken, Integer>) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch.UT2004TeamDeathMatchResult
-
How many times some bot was killed by ANOTHER bot (== without suicides).
- setWinnerBot(IToken) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.result.UT2004IndividualMatchResult
-
- setWinnerTeam(int) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.result.UT2004TeamMatchResult
-
- shutdownAll(UCCWrapper, UT2004Server, UT2004Analyzer, UT2004Match.Bots) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004Match
-
Usually STEP 13 ... shutdowns everything
- startAnalyzer(UCCWrapper, UT2004Match.Bots, File, boolean) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004Match
-
Optional (usually) STEP 6 ... it is nice to collect some data about bots, that is done by the analyzer that automatically
observe any custom-bot.
- startBots(UCCWrapper, UT2004Server) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004Match
-
Usually STEP 5.1 ... starts all custom & native bots + changes their teams if needed.
- startControlServer(UCCWrapper) - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004Match
-
Usually STEP 4 ... after the UCC has started up, you usually want to connect to it to confirm it is up and running
and be able to observe any changes in the environment / alter the environment, etc.
- startUCC() - Method in class cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004Match
-
Usually STEP 3 ... it starts up the UCC, it is a blocking method that waits until UCC is up and running.