summaryrefslogtreecommitdiff
path: root/src/net/tmwa
AgeCommit message (Expand)AuthorFilesLines
2015-05-29Convert Pickup enum into strong typed enum.Andrei Karas1-1/+1
2015-05-29Convert Gender enum into strong typed enum.Andrei Karas2-2/+2
2015-05-29Convert CookingType enum into strong typed enum.Andrei Karas2-2/+2
2015-05-29Convert BeingAction enum into strong typed enum.Andrei Karas2-2/+2
2015-05-29Convert Attributes enum into strong typed enum.Andrei Karas3-8/+9
2015-05-29Use BeingTypeId in Being for subtypeid.Andrei Karas2-8/+8
2015-05-29Add strong typed int type BeingId.Andrei Karas28-110/+140
2015-05-28Remove support for split button from inventory.Andrei Karas1-2/+0
2015-05-28Add strong typed bool type Visible.Andrei Karas1-1/+1
2015-05-24From ChatTab::chatLog removed default parameter for message owner type.Andrei Karas2-3/+3
2015-05-24Add strong typed bool type TryRemoveColors.Andrei Karas1-3/+3
2015-05-24Add strong typed bool type IgnoreRecord.Andrei Karas1-5/+14
2015-05-24Add strong typed bool type Online.Andrei Karas3-5/+5
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 Karas2-2/+3
2015-05-20update serverfeatures for tmwa.mekolat1-3/+3
2015-05-20eathena: impliment packet CMSG_GUILD_REQUEST_EMBLEM.Andrei Karas2-0/+6
2015-05-20eathena: impliment packet CMSG_GUILD_CHANGE_EMBLEM.Andrei Karas2-0/+6
2015-05-20eathena: impliment packet CMSG_GUILD_BREAK.Andrei Karas2-0/+6
2015-05-20eathena: impliment packet CMSG_GUILD_OPPOSITION.Andrei Karas2-0/+6
2015-05-20eathena: impliment packet CMSG_GUILD_CHANGE_POS_INFO.Andrei Karas2-0/+14
2015-05-20eathena: impliment packet CMSG_GUILD_ALLIANCE_DELETE.Andrei Karas2-0/+9
2015-05-20eathena: impliment packet CMSG_GUILD_ALLIANCE_REPLY.Andrei Karas2-0/+7
2015-05-20eathena: impliment packet CMSG_GUILD_ALLIANCE_REQUEST.Andrei Karas2-0/+6
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-18Enable haveMove3 server feature for tmwa server with verison 0x0f0518.Andrei Karas2-2/+2
2015-05-17Fix code style.Andrei Karas1-3/+3
2015-05-13Replace succesfully to successfully.Andrei Karas1-1/+1
2015-05-10Move guildmanager into net/tmwa directory.Andrei Karas4-2/+659
2015-05-08Fix code style.Andrei Karas2-18/+18
2015-05-06Add strong typed bool type Enable.Andrei Karas1-1/+2
2015-05-06Add strong typed bool type Modifiable.Andrei Karas2-7/+12
2015-05-05Replace most bools usage in playerinfo to strong typed bools.Andrei Karas7-15/+19
2015-05-05Add strong typed bool type in OkDialog.Andrei Karas1-1/+1
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-1/+4
2015-05-04tmwa: change net code version to 2.Andrei Karas1-1/+1
2015-05-03Remove useless dynamic_cast.Andrei Karas1-1/+1
2015-04-29Allow send money by mail.Andrei Karas2-0/+6
2015-04-24Fix code style.Andrei Karas2-1/+1
2015-04-17Add eathena defines into rank enum.Andrei Karas2-0/+4
2015-04-17Add eathena defines into cookingtype enum.Andrei Karas2-0/+4
2015-04-15From killstats window remove information about jacko.Andrei Karas1-6/+0
2015-04-15Remove hideShield setting.Andrei Karas2-32/+11
2015-04-15Add server feature haveChangePassword.Andrei Karas2-0/+7
2015-04-15eathena: add support for change password.Andrei Karas2-5/+2
2015-04-10Fix code style.Andrei Karas2-2/+2
2015-04-04Show unimplimented packet debug message on each unsupported packets parameters.Andrei Karas9-28/+27
2015-04-03Add server feature haveMute.Andrei Karas2-0/+7
2015-03-29Remove unused guildid parameter from guild handler.Andrei Karas2-17/+11