summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2016-03-05Remove outdated protocol version checks from tmwa net code.Andrei Karas3-23/+6
2016-03-05Disable server features incomplete chat messages for tmwa server version more...Andrei Karas1-1/+1
2016-03-05Replace in Being speed field from vector to int.Andrei Karas7-18/+15
2016-03-03Add server feature secure trades.Andrei Karas5-0/+16
2016-03-01Add chat command /guildrecall. Also add it to player context menu.Andrei Karas5-0/+15
2016-03-01Add chat command /breakguild. Also add it to player context menu.Andrei Karas5-0/+15
2016-03-01Fix reading packet SMSG_BEING_FAKE_NAME.Andrei Karas1-1/+1
2016-02-29Add chat command /partyrecall. Also add it to npc context menu.Andrei Karas5-0/+15
2016-02-29Add chat command /gmpartyleader. Also add it to npc context menu.Andrei Karas5-0/+16
2016-02-28Add chat command /shownpc.Andrei Karas5-0/+15
2016-02-28Add chat command /hidenpc. Also add it to npc context menu.Andrei Karas5-0/+15
2016-02-28Add chat command /npcmove. Also add it to npc context menu.Andrei Karas5-6/+36
2016-02-26Add chat command /unjail. Also add it to player context menu.Andrei Karas5-0/+15
2016-02-26Add chat command /jail. Also add it to player context menu.Andrei Karas5-0/+15
2016-02-25Add chat command /kill. Also add it to player context menu.Andrei Karas5-0/+15
2016-02-25Add chat command /nuke. Also add it to player context menu.Andrei Karas5-0/+15
2016-02-25Add chat command /hide. Also add it to player context menu.Andrei Karas5-0/+16
2016-02-25Add chat command /immortal. Also add it to player context menu.Andrei Karas5-0/+15
2016-02-25Add chat command /disguise. Also add it to player context menu.Andrei Karas5-0/+14
2016-02-25Add chat command /alive. Also add it to player context menu.Andrei Karas7-8/+16
2016-02-25Add chat command /gmheal. Also add it to player context menu.Andrei Karas5-0/+15
2016-02-25Add chat command /killable. Also add it to player context menu.Andrei Karas5-0/+15
2016-02-25Add chat command /killer. Also add it to player context menu.Andrei Karas5-0/+15
2016-02-25Add chat command /gotonpc. Also add it to npc context menu.Andrei Karas5-0/+15
2016-02-25Add chat command /randomwarp. Also add it to player context menu.Andrei Karas5-0/+15
2016-02-25Add chat command /loadposition. Also add it to player context menu.Andrei Karas5-0/+16
2016-02-25Replace direct gm commands to gm command functions.Andrei Karas4-70/+40
2016-02-25Add chat command /saveposition. Also add it to player context menu.Andrei Karas5-0/+19
2016-02-24Add chat command /spawnevilclone. Also add it to player context menu.Andrei Karas5-0/+16
2016-02-24Add chat command /spawnslaveclone. Also add it to player context menu.Andrei Karas5-0/+16
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