Completely rewriting all NetPacket stuff to use ASN.1. Finally this big chunk of work is completed. Compiles and links fine, but still partly non-functional.
PLEASE NOTE: This is NOT COMPATIBLE to 0.7.x, because it is a new network protocol.
This commit is contained in:
+2
-5
@@ -75,8 +75,7 @@ enum DenyKickPlayerReason
|
||||
KICK_DENIED_TOO_FEW_PLAYERS,
|
||||
KICK_DENIED_TEMPORARY,
|
||||
KICK_DENIED_OTHER_IN_PROGRESS,
|
||||
KICK_DENIED_INVALID_PLAYER_ID,
|
||||
KICK_DENIED_OTHER_REASON
|
||||
KICK_DENIED_INVALID_PLAYER_ID
|
||||
};
|
||||
|
||||
enum KickVote
|
||||
@@ -88,9 +87,7 @@ enum KickVote
|
||||
enum DenyVoteReason
|
||||
{
|
||||
VOTE_DENIED_INVALID_PETITION = 0,
|
||||
VOTE_DENIED_ALREADY_VOTED,
|
||||
VOTE_DENIED_IMPOSSIBLE,
|
||||
VOTE_DENIED_OTHER_REASON
|
||||
VOTE_DENIED_ALREADY_VOTED
|
||||
};
|
||||
|
||||
enum EndPetitionReason
|
||||
|
||||
Reference in New Issue
Block a user