summaryrefslogtreecommitdiff
path: root/src/net/eathena
AgeCommit message (Expand)AuthorFilesLines
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-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 ChatMsgType 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 Karas3-3/+3
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-7/+8
2015-05-29Convert AttackType enum into strong typed enum.Andrei Karas1-2/+3
2015-05-29Convert ActorType enum into strong typed enum.Andrei Karas1-1/+1
2015-05-29Use BeingTypeId in Being for subtypeid.Andrei Karas3-9/+11
2015-05-29Add strong typed int type BeingId.Andrei Karas35-211/+251
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-24Add strong typed bool type TryRemoveColors.Andrei Karas1-4/+4
2015-05-24Add strong typed bool type IgnoreRecord.Andrei Karas1-4/+12
2015-05-24Add strong typed bool type Online.Andrei Karas2-3/+3
2015-05-22Fix code style.Andrei Karas1-1/+4
2015-05-21Call postInit after each window creation.Andrei Karas5-8/+12
2015-05-20eathena: impliment packet CMSG_GUILD_REQUEST_EMBLEM.Andrei Karas2-0/+8
2015-05-20eathena: impliment packet CMSG_GUILD_CHANGE_EMBLEM.Andrei Karas2-0/+12
2015-05-20eathena: impliment packet CMSG_GUILD_BREAK.Andrei Karas2-0/+8
2015-05-20eathena: impliment packet CMSG_GUILD_OPPOSITION.Andrei Karas2-0/+11
2015-05-20eathena: impliment packet CMSG_GUILD_CHANGE_POS_INFO.Andrei Karas2-0/+21
2015-05-20eathena: impliment packet CMSG_GUILD_ALLIANCE_DELETE.Andrei Karas2-0/+11
2015-05-20eathena: impliment packet CMSG_GUILD_ALLIANCE_REPLY.Andrei Karas2-0/+11
2015-05-20eathena: impliment packet CMSG_GUILD_ALLIANCE_REQUEST.Andrei Karas2-0/+13
2015-05-18Remove useless check.Andrei Karas1-1/+1
2015-05-17Fix some issues after automatic checks.Andrei Karas1-9/+10
2015-05-13Replace succesfully to successfully.Andrei Karas1-1/+1
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-08Fix code style.Andrei Karas3-19/+20
2015-05-06Add strong typed bool type Enable.Andrei Karas1-3/+5
2015-05-06Add strong typed bool type Modifiable.Andrei Karas4-12/+17
2015-05-05Replace most bools usage in playerinfo to strong typed bools.Andrei Karas7-17/+20
2015-05-05Add strong typed bool type in OkDialog.Andrei Karas1-4/+4
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-4/+16
2015-05-04Fix code style.Andrei Karas1-2/+1
2015-05-03Remove useless dynamic_cast.Andrei Karas1-1/+1
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-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