summaryrefslogtreecommitdiff
path: root/src/net/ea
AgeCommit message (Expand)AuthorFilesLines
2015-08-29Fix code style.Andrei Karas44-231/+53
2015-08-28Move receive code from partyhandler into separate file.Andrei Karas4-196/+294
2015-08-27Move receive code from npchandler into separate file.Andrei Karas4-198/+276
2015-08-27Move receive code from loginhandler into separate file.Andrei Karas4-157/+263
2015-08-27Move receive code from itemhandler into separate file.Andrei Karas4-15/+89
2015-08-27Move receive code from inventoryhandler into separate file.Andrei Karas4-239/+347
2015-08-26Move receive code from guildhandler into separate file.Andrei Karas4-535/+609
2015-08-26Move receive code from gamehandler into separate file.Andrei Karas4-51/+138
2015-08-25Move receive code from chathandler into separate file.Andrei Karas4-167/+256
2015-08-25Move all receive (process) methods into protected.Andrei Karas6-26/+27
2015-08-25Move receive code from charserverhandler into separate file.Andrei Karas4-110/+188
2015-08-24Move receive code from buysellhandler into separate file.Andrei Karas4-84/+169
2015-08-24Rename being receive handler into beingrecv.Andrei Karas3-58/+58
2015-08-24Rename admin receive handler into adminrecv.Andrei Karas2-3/+3
2015-08-24Fix compilation warnings.Andrei Karas1-1/+1
2015-08-24Move receive code from beinghandler into separate file.Andrei Karas4-455/+536
2015-08-23Move receive code from adminhandler into separate file.Andrei Karas4-11/+85
2015-08-22Show skill effects with packet SMSG_SKILL_NO_DAMAGE.Andrei Karas1-6/+10
2015-08-21Add support for send item indexes to server. Change protocol version to 11.Andrei Karas1-0/+9
2015-08-17Dont use item palettes in createitems command.Andrei Karas1-11/+3
2015-08-16Move processItemVisible from ea namespace into eathena and tmwa.Andrei Karas2-27/+0
2015-08-16Add missing fields into flooritem.Andrei Karas1-2/+5
2015-08-16Add strong typed int for item color.Andrei Karas6-10/+17
2015-07-15Fix some style issues.Andrei Karas1-3/+3
2015-07-11Add missing checks into other files.Andrei Karas1-0/+5
2015-07-02Move mapitemtype into enums directory.Andrei Karas1-2/+2
2015-06-30Fix code style.Andrei Karas1-1/+1
2015-06-29Move notifytypes.h into enums directory.Andrei Karas9-18/+18
2015-06-25Add missing checks into net directory.Andrei Karas1-0/+2
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