From 8cf3cf33faf9cff86a4807a7ad05053d7403f12d Mon Sep 17 00:00:00 2001 From: lotodore Date: Thu, 2 Oct 2008 21:26:43 +0000 Subject: [PATCH] Simplify vote-kick by disallowing abstentions. --- docs/net_protocol.txt | 79 +++++++++++++++++++++---------------------- 1 file changed, 39 insertions(+), 40 deletions(-) diff --git a/docs/net_protocol.txt b/docs/net_protocol.txt index 30797472..0cf576f7 100644 --- a/docs/net_protocol.txt +++ b/docs/net_protocol.txt @@ -506,7 +506,7 @@ Client Request: Kick Player +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Player ID | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ -[The game admin is allowed to do this only before the game has been started.] +[The game admin is allowed to do this only before the game has been started.] Client Request: Leave Current Game @@ -798,7 +798,7 @@ Server Notification: End Of Game +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Winner Player Id | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ - + Client Request: Ask Kick Player @@ -808,27 +808,27 @@ Client Request: Ask Kick Player | Message Type = 113 | Message Length = 8 | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Player ID | - +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ -[May be denied if sent too frequently, or if already in progress. -Otherwise, a petition is started.] - - + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ +[May be denied if sent too frequently, or if already in progress. +Otherwise, a petition is started.] + + Server Reply: Ask Kick Player Denied - + 0 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Message Type = 114 | Message Length = 12 | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Player ID | - +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Deny Reason | Reserved | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ -Deny Reason: - 0: Another kick cannot be requested at this time. - 1: Kick request is already in progress for this player. - - +Deny Reason: + 0: Another kick cannot be requested at this time. + 1: Kick request is already in progress for this player. + + Server Notification: Start Kick Player Petition 0 1 2 3 @@ -842,10 +842,10 @@ Server Notification: Start Kick Player Petition +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Kick Player ID | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ - - -Client Request: Vote Kick Player - + + +Client Request: Vote Kick Player + 0 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ @@ -855,14 +855,13 @@ Client Request: Vote Kick Player +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Vote | Reserved | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ -Vote: - 0: Vote against kicking player. - 1: Vote for kicking player. - 2: Abstention. - - +Vote: + 0: Vote against kicking player (timeout also implies this). + 1: Vote for kicking player. + + Server Reply: Vote Kick Player Confirmed - + 0 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ @@ -870,10 +869,10 @@ Server Reply: Vote Kick Player Confirmed +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Petition ID | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ - - + + Server Reply: Vote Kick Player Denied - + 0 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ @@ -883,13 +882,13 @@ Server Reply: Vote Kick Player Denied +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Deny Reason | Reserved | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ -Deny Reason: - 0: Invalid Petition Id - 1: Already voted. - - -Server Notification: End Kick Player Petition - +Deny Reason: + 0: Invalid Petition Id + 1: Already voted. + + +Server Notification: End Kick Player Petition + 0 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ @@ -899,12 +898,12 @@ Server Notification: End Kick Player Petition +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | # Votes for Kicking | # Votes against Kicking | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ - | # Abstentions | Vote Result | + | Vote Result | Reserved | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ -Vote Result: - 0: Player not kicked. - 1: Player kicked. - +Vote Result: + 0: Player not kicked. + 1: Player kicked. + Server Notification: Statistics Changed