Located in bb5/arbiter directory.
More...
|
Classes | |
| class | OpStack |
| Operation Stack (no lorry inside) for the server.This is a facility to delay operations and process them later. More... | |
| class | SBall |
| Ball for the server.It symbolizes the ball, checks all ball manipulations. More... | |
| class | SMatch |
| Match implementation for the server.It symbolizes the state of a BB match, including teams, turns, timer, turnover and score. More... | |
| class | SPlayer |
| Player implementation for the server.It symbolizes player and valids and applies action requests. More... | |
| class | SPlayerMsg |
| Message handler for SPlayer.Forwards messages to requested player, send messages as requested. Checks player existence and game state before forwarding to player. More... | |
| class | SRules |
| Rules implementation for the server.It symbolizes the main referee, making sure the game goes smoothly. More... | |
| class | STeam |
| Team management for the server.It symbolizes team and checks the validity of coach's decisions (reroll and block dices). More... | |
| class | STeamMsg |
| Message handler for STeam.Forwards messages to requested team, send messages as requested. Checks team existence and game state before forwarding to team. More... | |
| class | SWeather |
| Weather management for the server. More... | |
Typedefs | |
| typedef Field< SPlayer > | SField |
| Field for the server. | |
Located in bb5/arbiter directory.
1.6.3