summaryrefslogtreecommitdiff
path: root/src/actions/pets.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-03-16Remove useless includes from cpp filesAndrei Karas1-0/+6
2015-02-27fix code style.Andrei Karas1-1/+1
2015-02-23eathena: fix crash if pet went outside of visible area.Andrei Karas1-1/+4
2015-02-22Allow send rename pet chat command without new pet name.Andrei Karas1-0/+11
2015-02-22eathena: allow move pet by left shift + cursor keys.Andrei Karas1-4/+12
2015-02-22eathena: convert direction to server format before sending it to server.Andrei Karas1-3/+0
2015-02-22eathena: add packet CMSG_PET_MOVE_TO 0x0b11.Andrei Karas1-9/+8
2015-02-22Add chat command for move pet to give position.Andrei Karas1-0/+17
2015-02-17eathena: add pet emote command.Andrei Karas1-0/+3
2015-02-17eathena: add pet talk commandAndrei Karas1-11/+3
2015-02-17Add server feature haveTalkPet.Andrei Karas1-0/+4
2015-01-02Fix code style.Andrei Karas1-22/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-28Fix compilation warnings.Andrei Karas1-0/+2
2014-12-28Add chat command for stop and start pet ai.Andrei Karas1-0/+10
2014-12-28Add fake commands to change pet direction.Andrei Karas1-0/+24
2014-12-28Add fake pet moving commands.Andrei Karas1-0/+47
2014-12-27Move pets actions into pets.cpp.Andrei Karas1-0/+133