summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2015-05-24From ChatTab::chatLog removed default parameter for message owner type.Andrei Karas3-4/+4
2015-05-24Add strong typed bool type TryRemoveColors.Andrei Karas2-7/+7
2015-05-24Add strong typed bool type IgnoreRecord.Andrei Karas2-9/+26
2015-05-24Add strong typed bool type Online.Andrei Karas5-8/+8
2015-05-24Fix compilation erorrs in inventoryitem.hAndrei Karas1-0/+4
2015-05-24Remove simpletypes.h.Andrei Karas3-3/+0
2015-05-24Move type Keep into separate file.Andrei Karas3-0/+3
2015-05-24Move type Notify into separate file.Andrei Karas1-0/+2
2015-05-24Move simpletypes.h into directory simpletypes.Andrei Karas3-3/+3
2015-05-22Fix code style.Andrei Karas1-1/+4
2015-05-21Enable mobhp server feature only for feature tmwa server versions.Andrei Karas1-1/+1
2015-05-21Call postInit after each window creation.Andrei Karas10-17/+23
2015-05-20update serverfeatures for tmwa.mekolat1-3/+3
2015-05-20eathena: impliment packet CMSG_GUILD_REQUEST_EMBLEM.Andrei Karas5-0/+16
2015-05-20eathena: impliment packet CMSG_GUILD_CHANGE_EMBLEM.Andrei Karas5-0/+20
2015-05-20eathena: impliment packet CMSG_GUILD_BREAK.Andrei Karas5-0/+16
2015-05-20eathena: impliment packet CMSG_GUILD_OPPOSITION.Andrei Karas5-0/+19
2015-05-20eathena: impliment packet CMSG_GUILD_CHANGE_POS_INFO.Andrei Karas5-0/+41
2015-05-20eathena: impliment packet CMSG_GUILD_ALLIANCE_DELETE.Andrei Karas7-9/+21
2015-05-20eathena: impliment packet CMSG_GUILD_ALLIANCE_REPLY.Andrei Karas7-12/+20
2015-05-20eathena: impliment packet CMSG_GUILD_ALLIANCE_REQUEST.Andrei Karas7-10/+20
2015-05-20Send net code version also to login server in tmwa net code.Andrei Karas1-1/+11
2015-05-20Enable haveMove3 server feature in tmwa server with version 0x0f0512.Andrei Karas1-1/+1
2015-05-18Remove useless check.Andrei Karas1-1/+1
2015-05-18Enable haveMove3 server feature for tmwa server with verison 0x0f0518.Andrei Karas2-2/+2
2015-05-17Fix some issues after automatic checks.Andrei Karas1-9/+10
2015-05-17Fix code style.Andrei Karas1-3/+3
2015-05-13Replace succesfully to successfully.Andrei Karas2-2/+2
2015-05-11Fix crash if close client with joined chat room.Andrei Karas1-1/+1
2015-05-10eathena: impliment packet SMSG_MAP_TYPE.Andrei Karas1-3/+7
2015-05-10Add missing unimplimented packets notifications.Andrei Karas1-0/+8
2015-05-10Move guildmanager into net/tmwa directory.Andrei Karas4-2/+659
2015-05-08Fix code style.Andrei Karas7-48/+47
2015-05-07Remove bot checker window.Andrei Karas1-3/+0
2015-05-06Add strong typed bool type Enable.Andrei Karas2-4/+7
2015-05-06Add strong typed bool type Modifiable.Andrei Karas8-21/+31
2015-05-05Replace most bools usage in playerinfo to strong typed bools.Andrei Karas20-48/+61
2015-05-05Add strong typed bool type in OkDialog.Andrei Karas4-8/+8
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas4-8/+32
2015-05-04tmwa: change net code version to 2.Andrei Karas1-1/+1
2015-05-04Fix code style.Andrei Karas1-2/+1
2015-05-03Remove useless dynamic_cast.Andrei Karas2-2/+2
2015-05-01eathena: add support for send chat command from server.Andrei Karas5-2/+30
2015-05-01eathena: fix packet SMSG_PLAYER_STORAGE_ITEMS.Andrei Karas1-1/+1
2015-05-01Fix possible crash on exit with opened storage window.Andrei Karas1-2/+2
2015-04-30fix compilation error.Andrei Karas1-1/+1
2015-04-30eathena: refresh mail list on getting notification about new mail.Andrei Karas1-0/+1
2015-04-30Impliment packet SMSG_MAIL_NEW_MAIL.Andrei Karas1-4/+6
2015-04-30eathena: impliment packet SMSG_MAIL_GET_ATTACHMENT.Andrei Karas1-3/+15
2015-04-29eathena: impliment packet SMSG_MAIL_DELETE_MAIL_ACK.Andrei Karas1-4/+11