summaryrefslogtreecommitdiff
path: root/src/net/eathena
AgeCommit message (Expand)AuthorFilesLines
2016-03-24Add enum for item types.Andrei Karas11-30/+69
2016-03-23Add packet SMSG_ACK_MERGE_ITEMS 0x096f.Andrei Karas3-1/+11
2016-03-23Add packet SMSG_MERGE_ITEM 0x096d.Andrei Karas3-1/+11
2016-03-23Add booking and some other not implimented packets (hercules)Andrei Karas1-1/+23
2016-03-22Not allow moving from sit state if server not support it.Andrei Karas2-0/+7
2016-03-22Read whole some guild related packets in all cases.Andrei Karas1-0/+6
2016-03-22Fix packet version usage for hercules without evol plugin.Andrei Karas3-12/+36
2016-03-22Add support for packet version in servers list xml and in editor.Andrei Karas3-1/+9
2016-03-22Add check for from equip index.Andrei Karas1-0/+2
2016-03-21Move status effects start/end calls into separate functions in actorsprite.Andrei Karas1-44/+32
2016-03-21Fix some status effects packet field names.Andrei Karas1-3/+3
2016-03-21Fix typo also in .inc files.Andrei Karas1-3/+3
2016-03-21Fix typo Plater -> Player.Andrei Karas2-6/+6
2016-03-21Remove commented code from beingrecv.Andrei Karas1-24/+6
2016-03-20Not allow close warp dialog until select warp target.Andrei Karas1-1/+2
2016-03-20Update being packets for packet version >= 20150513.Andrei Karas1-0/+9
2016-03-20Impliment packet SMSG_SKILL_MEMO_MESSAGE.Andrei Karas1-2/+16
2016-03-20Impliment packet SMSG_FAMILY_ASK_FOR_CHILD_REPLY.Andrei Karas1-2/+16
2016-03-20Impliment packets SMSG_FAMILY_ASK_FOR_CHILD.Andrei Karas3-13/+53
2016-03-20Add server feature haveFamily.Andrei Karas2-0/+7
2016-03-19Impliment packet SMSG_FAMILY_CALL_PARTNER (hercules).Andrei Karas1-2/+11
2016-03-19Impliment packet SMSG_FAMILY_DIVORCED (hercules).Andrei Karas1-2/+5
2016-03-16Split ParticleEngine from Particle class.Andrei Karas1-2/+2
2016-03-15Add support for unknown skill error (hercules).release2016-03-15Andrei Karas1-0/+7
2016-03-14Drop support for evol plugin 1 - 3 versions.Andrei Karas1-8/+8
2016-03-13For skill units in context menu show creator name or id.Andrei Karas1-2/+4
2016-03-11Fix code style.Andrei Karas15-17/+15
2016-03-10For unknown packet field values show packet id and field value.Andrei Karas9-25/+27
2016-03-08Rename Sp attributes to server values. Also add missing values for hercules.Andrei Karas3-78/+274
2016-03-08Move stat constants from ea namespace into tmwa and eathena.Andrei Karas4-55/+128
2016-03-08Move setStat from ea namespace into eathena and tmwa.Andrei Karas1-1/+212
2016-03-08Fix packet SMSG_PLAYER_HEAL. Now it also update hp/sp.Andrei Karas1-2/+21
2016-03-07Fix ping if player in party or guild (hercules).Andrei Karas1-0/+4
2016-03-07Add server feature haveServerPets.Andrei Karas2-0/+7
2016-03-07Add server feature haveMail.Andrei Karas2-0/+7
2016-03-06Add server feature haveMultyStatusUp.Andrei Karas2-0/+7
2016-03-06Add into increaseAttribute parameter with about of attributes to up.Andrei Karas2-3/+5
2016-03-06Fix some slot conversion tables and add comments (hercules).Andrei Karas2-32/+34
2016-03-06Move InventoryRecv::getSlot form ea namespace into tmwa and eathena.Andrei Karas2-3/+55
2016-03-06Add support for two new equipment slots in hercules.Andrei Karas4-1/+17
2016-03-06Add comment in BeingRecv::processBeingChangeLookContinueAndrei Karas1-0/+3
2016-03-05Add constant values for enum SPRITE_* in eathena net code.Andrei Karas1-16/+16
2016-03-05Replace in Being speed field from vector to int.Andrei Karas2-4/+4
2016-03-03Add server feature secure trades.Andrei Karas2-0/+7
2016-03-01Add chat command /guildrecall. Also add it to player context menu.Andrei Karas2-0/+7
2016-03-01Add chat command /breakguild. Also add it to player context menu.Andrei Karas2-0/+7
2016-03-01Fix reading packet SMSG_BEING_FAKE_NAME.Andrei Karas1-1/+1
2016-02-29Add chat command /partyrecall. Also add it to npc context menu.Andrei Karas2-0/+7
2016-02-29Add chat command /gmpartyleader. Also add it to npc context menu.Andrei Karas2-0/+7
2016-02-28Add chat command /shownpc.Andrei Karas2-0/+7