summaryrefslogtreecommitdiff
path: root/src/net/ea
AgeCommit message (Expand)AuthorFilesLines
2015-05-28Add strong typed bool type Visible.Andrei Karas1-4/+4
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 Karas1-1/+1
2015-05-24Fix compilation erorrs in inventoryitem.hAndrei Karas1-0/+4
2015-05-24Remove simpletypes.h.Andrei Karas1-1/+0
2015-05-24Move simpletypes.h into directory simpletypes.Andrei Karas1-1/+1
2015-05-21Call postInit after each window creation.Andrei Karas3-7/+8
2015-05-20eathena: impliment packet CMSG_GUILD_ALLIANCE_DELETE.Andrei Karas2-8/+0
2015-05-20eathena: impliment packet CMSG_GUILD_ALLIANCE_REPLY.Andrei Karas2-9/+0
2015-05-20eathena: impliment packet CMSG_GUILD_ALLIANCE_REQUEST.Andrei Karas2-8/+0
2015-05-10Add missing unimplimented packets notifications.Andrei Karas1-0/+8
2015-05-07Remove bot checker window.Andrei Karas1-3/+0
2015-05-06Add strong typed bool type Modifiable.Andrei Karas2-2/+2
2015-05-05Replace most bools usage in playerinfo to strong typed bools.Andrei Karas3-12/+12
2015-05-05Add strong typed bool type in OkDialog.Andrei Karas2-3/+3
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas2-3/+12
2015-05-01Fix possible crash on exit with opened storage window.Andrei Karas1-2/+2
2015-04-25Fix compilation error in old gcc.Andrei Karas1-0/+2
2015-04-24Fix code style.Andrei Karas1-2/+0
2015-04-21While updating stats Use INT_MAX as unset value for mod stat.Andrei Karas2-5/+7
2015-04-15From killstats window remove information about jacko.Andrei Karas1-2/+0
2015-04-15Remove hideShield setting.Andrei Karas2-3/+0
2015-04-10Fix code style.Andrei Karas1-2/+0
2015-04-09On skill attacks on target for show effect use skill attribute skillHitEffectId.Andrei Karas1-2/+3
2015-04-08Add missing unimplimented packet debug line.Andrei Karas1-0/+1
2015-04-04Show unimplimented packet debug message on each unsupported packets parameters.Andrei Karas8-28/+24
2015-04-02Remove useless virtual keywords.Andrei Karas4-36/+32
2015-03-21Revert "Move processBeingAction from ea namespace into tmwa."Andrei Karas2-0/+93
2015-03-18Move processBeingAction from ea namespace into tmwa.Andrei Karas2-93/+0
2015-03-17Remove useless includes from .h files.Andrei Karas9-11/+5
2015-03-16Remove useless includes from cpp filesAndrei Karas5-13/+0
2015-03-11Rename packet SMSG_GUILD_EMBLEM into SMSG_GUILD_EMBLEM_DATA.Andrei Karas2-2/+2
2015-03-10Rename packet SMSG_MVP into SMSG_MVP_EFFECT.Andrei Karas2-4/+4
2015-03-01Move sendSellRequest from ea namespace into eathena and tmwa.Andrei Karas2-32/+1
2015-03-01Move sendBuyRequest from ea namespace into eathena and tmwa.Andrei Karas2-22/+0
2015-03-01Move requestBuyList from ea namespace into eathena and tmwa.Andrei Karas2-26/+1
2015-03-01Move requestSellList from ea namespace into eathena and tmwa.Andrei Karas2-24/+0
2015-02-27Fix compilation with eathena only.Andrei Karas1-1/+6
2015-02-24Read whole bytes from packet SMSG_NPC_COMMAND.Andrei Karas1-11/+7
2015-02-20eathena: add support for online list packets.Andrei Karas2-0/+65
2015-02-19Fix virtual overload function closeStorage.Andrei Karas2-2/+2
2015-02-18Add missing override keywords.Andrei Karas2-3/+3
2015-02-16Move talkPet from ea namespace into eathena and tmwa.Andrei Karas2-11/+0
2015-02-16Move processBeingChat from ea namespace into eathena and tmwa.Andrei Karas2-81/+0
2015-02-16Move processWhisperContinue from ea namespace into eathena and tmwa.Andrei Karas2-126/+0
2015-02-11Add typed bool type Equipped.Andrei Karas3-5/+5
2015-02-11Add typed bool type Equipm.Andrei Karas1-2/+2
2015-02-11Add typed bool type Favorite.Andrei Karas1-2/+2
2015-02-10Add typed bool type Damaged.Andrei Karas1-2/+2
2015-02-10Add typed bool type Identified.Andrei Karas1-2/+4