summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2016-02-24Add chat command /spawnclone. Also add it to player context menu.Andrei Karas5-0/+15
2016-02-24Add chat command /spawnslave. Also add it to monster context menu.Andrei Karas5-0/+15
2016-02-24Add chat command /spawn. Also add it to monster context menu.Andrei Karas3-0/+9
2016-02-24Add chat command /showaccountinfo. Also add it to player context menu.Andrei Karas5-0/+16
2016-02-24Add chat command /locate. Also add locate to player context menu.Andrei Karas5-0/+16
2016-02-24Add chat command /showinventory. Also add show inventory to player context menu.Andrei Karas5-0/+19
2016-02-24Add chat command /showcart. Also add show cart to player context menu.Andrei Karas5-0/+19
2016-02-24Add chat command /showstorage. Also add show storage to player context menu.Andrei Karas5-0/+19
2016-02-24Add chat command /showstats. Also add show level stats to player context menu.Andrei Karas5-0/+18
2016-02-24Add chat command /showlevel. Also add show level commands to player context m...Andrei Karas5-0/+18
2016-02-24Add chat command /gmcharcommands. Also add show char commands to player conte...Andrei Karas5-0/+20
2016-02-24Add chat command /gmcommands. Also add show commands to player context menu.Andrei Karas5-1/+20
2016-02-24Add chat command /mobspawnsearch. Add it to monster gm context menu.Andrei Karas5-0/+16
2016-02-24Add chat command for gm /mobsearchAndrei Karas5-0/+15
2016-02-24Add gm chat command /whodropsAndrei Karas5-0/+15
2016-02-23Add chat command for gms /iteminfoAndrei Karas5-0/+15
2016-02-23Add chat command /monsterinfoAndrei Karas5-0/+19
2016-02-23Fix compilation with gcc 4.4 or older.Andrei Karas1-3/+3
2016-02-23Add pragmas for disable -Wswitch-bool in some places.Andrei Karas1-0/+3
2016-02-22Add more missing consts.Andrei Karas9-9/+9
2016-02-21Fix code style.Andrei Karas1-1/+1
2016-02-21Change some int constants to unsigned.Andrei Karas1-2/+2
2016-02-21Remove useless checks.Andrei Karas2-3/+2
2016-02-20Add some more missing consts.Andrei Karas14-24/+25
2016-02-20Add missing const in net directory.Andrei Karas86-198/+228
2016-02-14Add server feature haveExtendedDropsPosition.Andrei Karas5-0/+16
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