More work on sending/receiving avatars. Introduces low priority send queue, so that the server send thread is not stalled when sending loads of avatars. Not functional yet.

This commit is contained in:
lotodore
2007-10-06 12:50:19 +00:00
parent 7dd1013396
commit 3bb28de5ae
7 changed files with 147 additions and 25 deletions
+4 -3
View File
@@ -44,9 +44,10 @@ enum PlayerRights
enum AvatarFileType
{
AVATAR_TYPE_PNG = 1,
AVATAR_TYPE_JPG,
AVATAR_TYPE_GIF
AVATAR_FILE_TYPE_UNKNOWN = 0,
AVATAR_FILE_TYPE_PNG,
AVATAR_FILE_TYPE_JPG,
AVATAR_FILE_TYPE_GIF
};
struct PlayerInfo