summaryrefslogtreecommitdiff
path: root/src/actions/pets.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-24Remove useless includes.Andrei Karas1-3/+0
2016-08-24Remove some more local pet related code.Andrei Karas1-12/+0
2016-08-24Remove unused pet handler methods and fields.Andrei Karas1-21/+7
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-4/+0
2016-06-03Fix code style.Andrei Karas1-2/+1
2016-03-07Add into mobs and foring pets context menu item for timing pet.Andrei Karas1-2/+14
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-1/+1
2016-01-04Add missing TRANSLATORS comments to translation strings.Andrei Karas1-0/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-20Move shortcuts files into gui/shortcut directory.Andrei Karas1-1/+2
2015-12-14Move chatconsts into const directory.Andrei Karas1-1/+1
2015-06-06Fix code style.Andrei Karas1-1/+2
2015-05-31Convert InputAction enum into strong typed enum.Andrei Karas1-0/+2
2015-05-29Add strong typed int type BeingId.Andrei Karas1-2/+2
2015-05-22Fix code style.Andrei Karas1-0/+2
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