summaryrefslogtreecommitdiff
path: root/src/net/eathena
AgeCommit message (Expand)AuthorFilesLines
2016-04-01Add packet version number into packet SMSG_SELECT_CART.Andrei Karas1-1/+1
2016-04-01Add packet SMSG_BEING_ACTION2 0x02e1.Andrei Karas2-15/+14
2016-04-01Add packet SMSG_PLAYER_SHORTCUTS 0x07d9.Andrei Karas2-3/+6
2016-04-01Add packet SMSG_MAP_LOGIN_SUCCESS 0x02eb.Andrei Karas2-3/+11
2016-04-01Add versions to packets where inside exists version checks.Andrei Karas5-40/+49
2016-04-01Fix formatting in packetin.inc files.Andrei Karas1-443/+443
2016-04-01Set packet version based on packet id and current packet version into version...Andrei Karas3-3/+16
2016-03-31Add version field in each receive packet define.Andrei Karas2-450/+451
2016-03-26Fix code style.Andrei Karas3-6/+1
2016-03-25Fix compilation without C++11 flags.Andrei Karas9-33/+34
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