Implementing ticket #2 - optionally remove players from games after it was finished. This breaks protocol compatibility with 0.8. Config file option is NetAutoLeaveGameAfterFinish.

This commit is contained in:
lotodore
2011-02-06 13:17:07 +00:00
parent 851528f290
commit e823b7b788
73 changed files with 318 additions and 242 deletions
+2 -1
View File
@@ -280,7 +280,8 @@ JoinGameRequestMessage ::= [APPLICATION 11] SEQUENCE {
joinExistingGame [0] JoinExistingGame,
joinNewGame [1] JoinNewGame
},
password UTF8String (SIZE(1..64)) OPTIONAL
password UTF8String (SIZE(1..64)) OPTIONAL,
autoLeave BOOLEAN
}
JoinExistingGame ::= SEQUENCE {