summaryrefslogtreecommitdiff
path: root/src/net/ea
AgeCommit message (Collapse)AuthorFilesLines
2015-06-20Move processMapMask from ea namespace to eathena.Andrei Karas2-11/+0
2015-06-20Move processOnlineList from ea namespace into eathena.Andrei Karas2-65/+0
2015-06-20Move processUpdateHost2 from ea namespace into eathena.Andrei Karas2-25/+0
2015-06-20Move processNameResponse2 from ea namespace into eathena.Andrei Karas2-48/+0
2015-06-20Fix code style.Andrei Karas4-3/+9
2015-06-16Move processPvpSet from ea namespace into eathena and tmwa.Andrei Karas2-17/+0
2015-06-15Fix code style.Andrei Karas2-0/+2
2015-06-14Use CREATEWIDGET macro in tradehandler.Andrei Karas1-4/+7
2015-06-14Use CREATEWIDGET macro in charserverhandler.Andrei Karas1-6/+13
2015-06-14Use CREATEWIDGET macro in gamehandler.Andrei Karas1-2/+6
2015-06-14Use CREATEWIDGET macro in buysellhandler.Andrei Karas1-4/+4
2015-06-14Use CREATEWIDGET macro in inventoryhandler.Andrei Karas1-2/+3
2015-06-14Replace packet direct defines to macro with constants.Andrei Karas1-6/+0
2015-06-06Fix code style.Andrei Karas9-12/+11
2015-06-03Convert PacketShare enum into strong typed enum.Andrei Karas2-32/+30
2015-05-29Convert Gender enum into strong typed enum.Andrei Karas2-2/+2
2015-05-29Convert Attributes enum into strong typed enum.Andrei Karas2-4/+5
2015-05-29Convert AttackType enum into strong typed enum.Andrei Karas1-5/+6
2015-05-29Convert ActorType enum into strong typed enum.Andrei Karas1-1/+1
2015-05-29Use BeingTypeId in Being for subtypeid.Andrei Karas2-3/+4
2015-05-29Add strong typed int type BeingTypeId.Andrei Karas1-1/+1
2015-05-29Add strong typed int type BeingId.Andrei Karas14-43/+50
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
This reverts commit 4688d64d9881d296193b03d3dd6f5a7305bbf3a7.