summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2015-12-09Add per char gender into tmwa.Andrei Karas2-4/+8
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 Karas2-0/+5
2015-11-23Impliment packet SMSG_SKILL_WARP_POINT (hercules)Andrei Karas1-6/+16
2015-11-20Fix code style.Andrei Karas2-3/+6
2015-11-18Fix party invite response (hercules)Andrei Karas1-14/+2
2015-11-16Convert State enum into strong typed.Andrei Karas17-36/+36
2015-11-16Convert InventoryType enum into strong typed.Andrei Karas8-36/+41
2015-11-16Switch camera to default mode after slide.Andrei Karas1-0/+4
2015-11-16Add slide function in adminhandler.Andrei Karas3-0/+20
2015-11-16Add server feature haveSlide.Andrei Karas5-0/+16
2015-11-16Fix code style.Andrei Karas2-0/+2
2015-11-15Add server feature haveCharOtherGender.Andrei Karas5-0/+16
2015-11-15Rename haveOtherGender into haveAccountOtherGenderAndrei Karas5-5/+5
2015-11-14Add cast action to beings.Andrei Karas1-2/+5
2015-11-13Remove manaserv related RegistrationOptions.Andrei Karas7-67/+0
2015-11-13Impliment packet SMSG_GRAFFITI_VISIBLE.Andrei Karas5-15/+23
2015-11-12Remove manaserv related flag for use mana bar.Andrei Karas2-5/+0
2015-11-12Remove old manaserv related code from status window.Andrei Karas3-9/+0
2015-11-10Add support for casting status effect on ground.Andrei Karas1-2/+4
2015-11-10Add fail summon skill error handling.Andrei Karas2-1/+6
2015-11-10Decode some more skill errors.Andrei Karas2-0/+44
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 Karas5-1/+42
2015-11-04Allow buy from npc shop or from market more than one of item at one transaction.Andrei Karas20-0/+164
2015-11-01Fix cart inventory initialisation if was no items in cart inventory.Andrei Karas1-1/+16
2015-10-31Add support for dead trick status effect (hercules)Andrei Karas1-0/+1
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-23Fix read size for packet SMSG_BEING_REMOVE.Andrei Karas1-1/+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 Karas5-0/+16
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-14Add option for show why player disappeared. Can be usefull for GM's.Andrei Karas1-0/+38
2015-10-13Add npc attribute what allow or prevent removing npc after out of sight.Andrei Karas1-1/+8
2015-10-09Fix code style.Andrei Karas1-1/+0
2015-09-28Add packet SMSG_BATTLE_EMBLEM2 0x0b1a.Andrei Karas4-2/+20
2015-09-26Fix moving animation issue with move3 packets enabled.Andrei Karas1-0/+4
2015-09-25Fix being states (hercules)Andrei Karas2-1/+37