summaryrefslogtreecommitdiff
path: root/src/net/eathena
AgeCommit message (Expand)AuthorFilesLines
2016-02-25Add chat command /alive. Also add it to player context menu.Andrei Karas2-0/+7
2016-02-25Add chat command /gmheal. Also add it to player context menu.Andrei Karas2-0/+7
2016-02-25Add chat command /killable. Also add it to player context menu.Andrei Karas2-0/+7
2016-02-25Add chat command /killer. Also add it to player context menu.Andrei Karas2-0/+7
2016-02-25Add chat command /gotonpc. Also add it to npc context menu.Andrei Karas2-0/+7
2016-02-25Add chat command /randomwarp. Also add it to player context menu.Andrei Karas2-0/+7
2016-02-25Add chat command /loadposition. Also add it to player context menu.Andrei Karas2-0/+7
2016-02-25Replace direct gm commands to gm command functions.Andrei Karas1-48/+22
2016-02-25Add chat command /saveposition. Also add it to player context menu.Andrei Karas2-0/+10
2016-02-24Add chat command /spawnevilclone. Also add it to player context menu.Andrei Karas2-0/+7
2016-02-24Add chat command /spawnslaveclone. Also add it to player context menu.Andrei Karas2-0/+7
2016-02-24Add chat command /spawnclone. Also add it to player context menu.Andrei Karas2-0/+7
2016-02-24Add chat command /spawnslave. Also add it to monster context menu.Andrei Karas2-0/+7
2016-02-24Add chat command /showaccountinfo. Also add it to player context menu.Andrei Karas2-0/+7
2016-02-24Add chat command /locate. Also add locate to player context menu.Andrei Karas2-0/+7
2016-02-24Add chat command /showinventory. Also add show inventory to player context menu.Andrei Karas2-0/+10
2016-02-24Add chat command /showcart. Also add show cart to player context menu.Andrei Karas2-0/+10
2016-02-24Add chat command /showstorage. Also add show storage to player context menu.Andrei Karas2-0/+10
2016-02-24Add chat command /showstats. Also add show level stats to player context menu.Andrei Karas2-0/+10
2016-02-24Add chat command /showlevel. Also add show level commands to player context m...Andrei Karas2-0/+10
2016-02-24Add chat command /gmcharcommands. Also add show char commands to player conte...Andrei Karas2-0/+11
2016-02-24Add chat command /gmcommands. Also add show commands to player context menu.Andrei Karas2-1/+11
2016-02-24Add chat command /mobspawnsearch. Add it to monster gm context menu.Andrei Karas2-0/+7
2016-02-24Add chat command for gm /mobsearchAndrei Karas2-0/+7
2016-02-24Add gm chat command /whodropsAndrei Karas2-0/+7
2016-02-23Add chat command for gms /iteminfoAndrei Karas2-0/+7
2016-02-23Add chat command /monsterinfoAndrei Karas2-0/+11
2016-02-22Add more missing consts.Andrei Karas4-4/+4
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 Karas5-10/+10
2016-02-20Add missing const in net directory.Andrei Karas35-88/+97
2016-02-14Add server feature haveExtendedDropsPosition.Andrei Karas2-0/+7
2016-02-08Improve some empty string checks.Andrei Karas1-2/+2
2016-02-08Add some missing const.Andrei Karas9-12/+16
2016-02-08Stop cast animation also if got skill error message.Andrei Karas1-0/+2
2016-02-07Fix code style.Andrei Karas1-2/+0
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas35-252/+252
2016-02-07Read whole SMSG_BEING_RESURRECT if being not exists.Andrei Karas1-0/+1
2016-02-07Read whole SMSG_BEING_SELFEFFECT packet if being not exists.Andrei Karas1-0/+2
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 Karas1-5/+7
2016-02-03Fix packets mapping for plain hercules.Andrei Karas1-1/+1
2016-01-28Improver error message about old client. Now it show also what server type ca...Andrei Karas1-1/+1
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