Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
EMPTY_GAMELIST |
"No games found!" |
public static final String |
ERROR_COMMAND_PARAM_MISSSING |
"Command parameter missing!" |
public static final String |
ERROR_CONNECTION_CONNECTION |
"ConnectionException :: Could not connect to server! " |
public static final String |
ERROR_CONNECTION_IO |
"IOException :: Server IP invalid! " |
public static final String |
ERROR_DEFAULT |
"An unknown error occured!" |
public static final String |
ERROR_JOIN_GAME |
"Game join failed! Reason : " |
public static final String |
ERROR_JOINGAME_IN_QUEUE |
"Client already queued!" |
public static final String |
ERROR_JOINGAME_NOT_CONNECTED |
"Not connected to a server!" |
public static final String |
ERROR_JOINGAME_NUMBERFORMAT |
"This is not a valid gameID!" |
public static final String |
ERROR_NO_RESPONSE |
"No response!" |
public static final String |
ERROR_NOT_CONNECTED |
"Client not connected to a server!" |
public static final String |
ERROR_SETIP_CONNECTED |
"IP cannot be set while a connection is active!" |
public static final String |
ERROR_SETNAME_QUEUED |
"Name cannot be set while the client is queued for a game!" |
public static final String |
ERROR_UNKNOWN_COMMAND |
"Unknown command!" |
public static final String |
INFO_CALLBACK |
"Received callback :" |
public static final String |
INFO_CONNECTED |
"Connection established :" |
public static final String |
INFO_CONTROLLER_INIT |
"Controller initialized!" |
public static final String |
INFO_FETCHED_TILE |
"Result fetch successful!" |
public static final String |
INFO_GAME_OVER |
"Game over!" |
public static final String |
INFO_GAME_STARTED |
"Game ready!" |
public static final String |
INFO_GAME_STARTING |
"Game started by host!" |
public static final String |
INFO_GAMELIST |
"Server returned game list :" |
public static final String |
INFO_GM_UPDATE |
"GameModel update!" |
public static final String |
INFO_GOT_KICKED |
"Player got kicked by Server! Kicked player ::" |
public static final String |
INFO_JOIN_GAME_SUCCESS |
"Game join successful!" |
public static final String |
INFO_NEXT_TURN |
"Next Turn! Expecting " |
public static final String |
INFO_PAUSED |
"Game paused." |
public static final String |
INFO_STRATEGY_INIT |
"Strategy initialized!" |
public static final String |
INFO_TILE_PLACED |
"result pushed to stack!" |
public static final String |
INFO_UNPAUSED |
"Game continues" |
public static final String |
INFO_WATCH_STARTED |
"Stopwatch started!" |
public static final String |
MESSAGE_BOOT |
"------------| smarten AI module V0 |------------" |
public static final String |
MESSAGE_CONFIG |
"--- current configuration :: -------------------" |
public static final String |
MESSAGE_CONNECT |
"Connecting to server..." |
public static final String |
MESSAGE_DISCONNECT |
"-------------- [DISCONNECTING ...] -------------" |
public static final String |
MESSAGE_EXIT |
"------------- [APPLICATION CLOSED] -------------" |
public static final String |
MESSAGE_GAMELIST |
"Fetching game list..." |
public static final String |
MESSAGE_HELP |
"--- available commands :: ----------------------" |
public static final String |
MESSAGE_JOINGAME |
"Sending join request..." |
public static final String |
MESSAGE_SETIP |
"Set server IP to " |
public static final String |
MESSAGE_SETNAME |
"Set name to " |
public static final String |
MESSAGE_STATUS |
"--- current status :: --------------------------" |
public static final String |
PROGRESS_JOINING_GAME |
"Attempting to join game..." |
public static final String |
PROGRESS_LOBBY_WAITING |
"Waiting for game to start..." |
public static final String |
REQUEST_CLIENT_NAME |
"Please enter a client name:" |
public static final String |
REQUEST_GAME_ID |
"Please enter a game you wish to join:" |
public static final String |
REQUEST_IP |
"Please enter the game server\'s IP address:" |
public static final String |
SEPARATOR |
"------------------------------------------------" |
public static final String |
WARN_CLOSING_CONNECTION |
"Closing old connections..." |
public static final String |
WARN_FALLBACK_FAIL |
"The fallback strategy didn\'t provide any results either. Using failsafe!" |
public static final String |
WARN_TIME_LOW |
"Turn almost over. Fetching results..." |
public static final String |
WARN_USING_FALLBACK |
"The strategy didn\'t provide any results. Using fallback!" |
Copyright © 2017 smarTen. All rights reserved.