summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2016-01-02Update copyrights year.Andrei Karas406-406/+406
2016-01-01Fix code style.Andrei Karas1-0/+2
2015-12-30Fix animation time for new animated sprites.Andrei Karas1-0/+1
2015-12-29Move flooritem into being directory.Andrei Karas1-1/+1
2015-12-29Move shopitem into item directory.Andrei Karas6-10/+11
2015-12-29Move item into item directory.Andrei Karas10-15/+19
2015-12-23Add const attribute to net classes.Andrei Karas44-245/+267
2015-12-18Fix code style.Andrei Karas19-33/+0
2015-12-18Move inventory index related constants into separate file.Andrei Karas18-3/+34
2015-12-14Move netconsts.h into const directory.Andrei Karas1-36/+0
2015-12-14Move chatconsts into const directory.Andrei Karas6-7/+7
2015-12-14Move skillconsts from resources int consts directory.Andrei Karas2-2/+2
2015-12-14Move skill error defines into separate file.Andrei Karas3-34/+9
2015-12-13Move equipment related constants into separate file.Andrei Karas1-0/+3
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