// $Id: Reference.htm 119 2004-05-16 00:02:24Z ggs_mburo $
// This is a GGS file, licensed under the GPL
COsBoard | board, board type, and color to move |
COsBoardType | board shape and size |
COsClock | remaining time for one player |
COsFingerRating | rating type and rating for one player from a finger message |
COsGame | all information for one game |
COsMatchType | board type and match type (anti, synchro, etc.) |
COsMatch | Information about a match (but not including game data) |
COsMove | pass or square to play |
COsMoveList | vector of COsMoveListItems |
COsMoveListItem | move, time taken, and evaluation |
COsPlayerInfo | name and rating |
COsPosition | board, clocks, komi stuff |
COsRankData | one line of response from the 'rank' command |
COsRating | rating and standard deviation in rating |
COsRatingType | board type, anti, rand |
COsRequest | a match challenge |
COsStoredGame | information about a stored game |
CMsgOs | Base /os message class |
CMsgOsComment | Someone commented on a game |
CMsgOsEnd | Sent at the end of each game of a synchro match |
CMsgOsErr | /os error message |
CMsgOsFinger | Response to a 'finger' command |
CMsgOsJoin | You have joined (are playing or watching) a game |
CMsgOsMatchDelta | A match starts or ends |
CMsgOsRank | Response to a 'rank' command (get a player's ranking) |
CMsgOsRatingUpdate | Rating update after a rated game ends |
CMsgOsRequestDelta | Someone challenged someone else to a match |
CMsgOsStored | Response to a 'stored' command (unfinished games) |
CMsgOsTop | Response to a 'top' command (list top-ranked players) |
CMsgOsTrustViolation | Trust violation in a game |
CMsgOsUnknown | Unknown /os message |
CMsgOsUpdate | Someone moved in a game you are playing/watching |
CMsgOsWatch | Response to a 'watch' command (# of players watching games) |
CMsgOsWatchChange | Someone has started/stopped watching a game you are playing |