summaryrefslogtreecommitdiff
path: root/src/net/eathena
AgeCommit message (Expand)AuthorFilesLines
2016-01-02Update copyrights year.Andrei Karas158-158/+158
2015-12-29Move shopitem into item directory.Andrei Karas5-9/+10
2015-12-29Move item into item directory.Andrei Karas5-8/+10
2015-12-23Add const attribute to net classes.Andrei Karas6-35/+36
2015-12-18Fix code style.Andrei Karas11-21/+0
2015-12-18Move inventory index related constants into separate file.Andrei Karas10-0/+20
2015-12-14Move chatconsts into const directory.Andrei Karas1-2/+2
2015-12-14Move skillconsts from resources int consts directory.Andrei Karas1-1/+1
2015-12-14Move skill error defines into separate file.Andrei Karas1-0/+7
2015-11-24Impliment packet SMSG_SPIRIT_BALLS.Andrei Karas3-14/+6
2015-11-23Impliment packet SMSG_SKILL_SNAP (hercules).Andrei Karas3-10/+1
2015-11-23Add skill error about missing spirits.Andrei Karas1-0/+4
2015-11-23Impliment packet SMSG_SKILL_WARP_POINT (hercules)Andrei Karas1-6/+16
2015-11-20Fix code style.Andrei Karas1-1/+0
2015-11-18Fix party invite response (hercules)Andrei Karas1-14/+2
2015-11-16Convert State enum into strong typed.Andrei Karas7-18/+18
2015-11-16Convert InventoryType enum into strong typed.Andrei Karas2-15/+15
2015-11-16Switch camera to default mode after slide.Andrei Karas1-0/+4
2015-11-16Add server feature haveSlide.Andrei Karas2-0/+7
2015-11-16Fix code style.Andrei Karas1-0/+1
2015-11-15Add server feature haveCharOtherGender.Andrei Karas2-0/+7
2015-11-15Rename haveOtherGender into haveAccountOtherGenderAndrei Karas2-2/+2
2015-11-14Add cast action to beings.Andrei Karas1-2/+5
2015-11-13Remove manaserv related RegistrationOptions.Andrei Karas2-10/+0
2015-11-13Impliment packet SMSG_GRAFFITI_VISIBLE.Andrei Karas5-15/+23
2015-11-10Add support for casting status effect on ground.Andrei Karas1-2/+4
2015-11-10Add fail summon skill error handling.Andrei Karas1-1/+5
2015-11-10Decode some more skill errors.Andrei Karas1-0/+41
2015-11-09Impliment packets SMSG_SKILL_ENTRY and SMSG_BEING_REMOVE_SKILL.Andrei Karas1-11/+22
2015-11-09Impliment packet SMSG_BEING_SLIDE.Andrei Karas1-4/+14
2015-11-07fix code style.Andrei Karas1-1/+0
2015-11-04Allow sell to npc many items at one time (hercules).halloween2015Andrei Karas2-1/+34
2015-11-04Allow buy from npc shop or from market more than one of item at one transaction.Andrei Karas8-0/+121
2015-11-01Fix cart inventory initialisation if was no items in cart inventory.Andrei Karas1-1/+16
2015-10-28Add missing check in receiving being packets.Andrei Karas1-4/+4
2015-10-26Add packet SMSG_NPC_SKIN 0x0b1c.Andrei Karas4-1/+15
2015-10-23Fix code style.Andrei Karas1-4/+0
2015-10-21Add support for layers with conditional tiles.Andrei Karas1-4/+1
2015-10-19Add extended riding support (hercules)Andrei Karas1-9/+23
2015-10-19Allow support for different horses riding.Andrei Karas2-0/+7
2015-10-18Join "option" to opt2 (status effect) for using as effects (hercules)Andrei Karas1-10/+9
2015-10-17Add layer field to packet SMSG_MAP_SET_TILES_TYPE.Andrei Karas2-2/+4
2015-10-16Add protection attribute to input actions. Unsafe actions blocked from remote...Andrei Karas1-1/+1
2015-10-16Fix compilation errors.Andrei Karas1-1/+1
2015-10-16Fix compilation without C++11 flags.Andrei Karas1-1/+1
2015-10-16Impliment packet SMSG_MAP_SET_TILES_TYPE (hercules)Andrei Karas1-7/+26
2015-10-15Add packet SMSG_MAP_SET_TILES_TYPE 0x0b1b.Andrei Karas4-1/+14
2015-10-09Fix code style.Andrei Karas1-1/+0
2015-09-28Add packet SMSG_BATTLE_EMBLEM2 0x0b1a.Andrei Karas4-2/+20
2015-09-25Fix being states (hercules)Andrei Karas2-1/+37