summaryrefslogtreecommitdiff
path: root/src/net/tmwa
AgeCommit message (Expand)AuthorFilesLines
2015-06-20Fix code style.Andrei Karas7-7/+13
2015-06-16Add team id into beings cache.Andrei Karas1-0/+1
2015-06-16Set being team id from packet SMSG_PVP_SET (tmwa)Andrei Karas1-1/+8
2015-06-16Add server feature haveTeamId.Andrei Karas2-0/+7
2015-06-16Move processPvpSet from ea namespace into eathena and tmwa.Andrei Karas2-0/+17
2015-06-15Fix code style.Andrei Karas3-2/+4
2015-06-14Use CREATEWIDGET macro in npchandler.Andrei Karas1-2/+3
2015-06-14Use CREATEWIDGET macro in charserverhandler.Andrei Karas1-3/+8
2015-06-14Use CREATEWIDGET macro in buysellhandler.Andrei Karas1-2/+3
2015-06-14Replace packet direct defines to macro with constants.Andrei Karas1-268/+273
2015-06-08Check usePersistentIP when switching map serversRawng1-1/+9
2015-06-07Remove useless parameter from PartyHandler::inviteResponse.Andrei Karas2-4/+2
2015-06-06Fix code style.Andrei Karas8-21/+9
2015-06-03Convert StoreSearchType enum into strong typed enum.Andrei Karas2-2/+2
2015-06-03Convert PacketShare enum into strong typed enum.Andrei Karas2-10/+10
2015-06-03Rename packettypes.h into packettype.hAndrei Karas1-1/+1
2015-06-03User full enum name in packets type.Andrei Karas1-3/+3
2015-06-01Convert BattleGroundType enum into strong typed enum.Andrei Karas2-2/+2
2015-06-01Convert AuctionSearchType enum into strong typed enum.Andrei Karas2-2/+2
2015-05-30Convert Rank enum into strong typed enum.Andrei Karas2-2/+2
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