summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2015-05-30Convert Rank enum into strong typed enum.Andrei Karas5-5/+5
2015-05-29Convert Pickup enum into strong typed enum.Andrei Karas2-2/+2
2015-05-29Convert Gender enum into strong typed enum.Andrei Karas9-9/+9
2015-05-29Convert CookingType enum into strong typed enum.Andrei Karas5-5/+5
2015-05-29Convert BeingAction enum into strong typed enum.Andrei Karas5-5/+5
2015-05-29Convert Attributes enum into strong typed enum.Andrei Karas9-21/+25
2015-05-29Convert AttackType enum into strong typed enum.Andrei Karas2-7/+9
2015-05-29Convert ActorType enum into strong typed enum.Andrei Karas2-2/+2
2015-05-29Use BeingTypeId in Being for subtypeid.Andrei Karas7-20/+23
2015-05-29Add strong typed int type BeingTypeId.Andrei Karas1-1/+1
2015-05-29Add strong typed int type BeingId.Andrei Karas87-388/+494
2015-05-28Remove support for split button from inventory.Andrei Karas2-4/+0
2015-05-28Add strong typed bool type Visible.Andrei Karas3-6/+6
2015-05-26Fix possible crash if disconnecting from server.Andrei Karas1-1/+1
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