summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2016-02-12Fix code style.Andrei Karas2-2/+4
2016-02-12Show also last seen in memory nick for invisible players chat messages (tmwa)Andrei Karas1-0/+5
2016-02-08Improve some empty string checks.Andrei Karas3-5/+5
2016-02-08Add some missing const.Andrei Karas21-25/+32
2016-02-08Stop cast animation also if got skill error message.Andrei Karas1-0/+2
2016-02-08Add missing operator= in classes with copy constructors.Andrei Karas1-0/+18
2016-02-07Fix code style.Andrei Karas1-2/+0
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas70-527/+527
2016-02-07Read whole SMSG_BEING_RESURRECT if being not exists.Andrei Karas2-0/+3
2016-02-07Read whole SMSG_BEING_SELFEFFECT packet if being not exists.Andrei Karas2-0/+4
2016-02-06Add missing check.Andrei Karas1-1/+2
2016-02-05Fix old compilers again.Andrei Karas1-1/+1
2016-02-05Fix old compilers again.Andrei Karas1-1/+1
2016-02-05Impliment packet SMSG_NPC_CUTIN. Add support for cutins.Andrei Karas1-3/+6
2016-02-03Add option for saving mapping between account id and nicks.Andrei Karas2-7/+10
2016-02-03Read full packet SMSG_BEING_EMOTION in all cases.Andrei Karas1-0/+2
2016-02-03Fix packets mapping for plain hercules.Andrei Karas1-1/+1
2016-02-01Add debug messages to some packets.Andrei Karas1-1/+2
2016-02-01Fix status effects change for invisible players (tmwa)Andrei Karas1-0/+7
2016-02-01Show chat messages in public chat from hidden gms. (tmwa)Andrei Karas1-13/+14
2016-01-28Improver error message about old client. Now it show also what server type ca...Andrei Karas2-2/+2
2016-01-28Impliment packet SMSG_MAIL_OPEN_WINDOW 0x0260.Andrei Karas1-1/+11
2016-01-27In undress command remove all known slots (hercules).Andrei Karas1-0/+8
2016-01-25Fix packet SMSG_WHO_ANSWER (hercules).Andrei Karas1-1/+8
2016-01-22Add packet CMSG_QUICK_IDENTIFY_ITEM 0x0a35.Andrei Karas6-0/+20
2016-01-17Move cards constants into separate file.Andrei Karas12-51/+63
2016-01-15Fix code style.Andrei Karas2-4/+2
2016-01-13Impliment packet CMSG_SELECT_CART 0x0980.Andrei Karas6-0/+27
2016-01-13Add packet SMSG_SELECT_CART 0x00c2Andrei Karas3-0/+14
2016-01-13Add support for packet version 20150513.Andrei Karas3-1/+15
2016-01-13Add missing id for packets for server version 20150226.Andrei Karas1-0/+1
2016-01-08Add function for return current npc dialog.Andrei Karas3-0/+10
2016-01-07Add partial implimentation for craft inventory. For now almost same with npc ...Andrei Karas2-0/+10
2016-01-07Move invetory into inventory directory.Andrei Karas5-5/+9
2016-01-06Add packet SMSG_DRESS_ROOM_OPEN 0x0a02.Andrei Karas3-0/+13
2016-01-06Impliment packet CMSG_SHORTCUTS_ROW_SHIFT 0x0a01.Andrei Karas6-0/+19
2016-01-05Change packet version to 11. Impliment fixed packets for same version.Andrei Karas3-5/+30
2016-01-04Fix some typos.Andrei Karas1-1/+1
2016-01-04Add missing TRANSLATORS comments to translation strings.Andrei Karas7-7/+89
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