add initial SetChatFilterMessage packet and tests; gave FriendsResponse a valid action enumeration; changed continent id and building id in DensityUpdateLevel to use simple data type rather than PlanetSideGUID; worked these packet changes into WSA initialization workflow

This commit is contained in:
FateJH 2018-03-07 22:32:27 -05:00
parent 2526f15406
commit 0578d291a5
7 changed files with 224 additions and 24 deletions

View file

@ -49,4 +49,4 @@ class DensityLevelUpdateMessageTest extends Specification {
val msg1 = DensityLevelUpdateMessage(1, 19999, List(0,0, 0,0, 0,-1, 0,0))
PacketCoding.EncodePacket(msg1).isSuccessful mustEqual false
}
}
}