summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-02-28Change version to 1.5.2.28.v1.5.2.28Andrei Karas1-2/+2
2015-02-27fix cmake file.Andrei Karas1-2/+2
2015-02-27fix code style.Andrei Karas20-22/+55
2015-02-27Fix compilation with eathena only.Andrei Karas4-43/+57
2015-02-27Build friendshandler only if eathena enabled.Andrei Karas7-11/+18
2015-02-27Build familyhandler only if eathena enabled.Andrei Karas8-12/+18
2015-02-27Build elementalhandler only if eathena enabled.Andrei Karas7-14/+22
2015-02-27Build cashshophandler only if eathena enabled.Andrei Karas8-19/+28
2015-02-27Fix compilation for eathena only.Andrei Karas2-13/+24
2015-02-27Build buyingstorehandler only if eathena enabled.Andrei Karas5-5/+14
2015-02-27Build bankhandler only if eathena enabled.Andrei Karas4-6/+12
2015-02-27Build auctionhandler only if eathena enabled.Andrei Karas7-6/+20
2015-02-25eathena: add packet CMSG_HOMMERC_DIRECTION 0x0b15.Andrei Karas11-0/+57
2015-02-25Add command and action for show homunculus/mercenary emotes.Andrei Karas7-1/+533
2015-02-25eathena: add packet CMSG_HOMMERC_EMOTE 0x0b14.Andrei Karas11-0/+33
2015-02-25Add command for homunculus/mercenary talk.Andrei Karas4-0/+19
2015-02-25eathena: add packet CMSG_HOMMERC_TALK 0x0b13.Andrei Karas11-0/+51
2015-02-24Read whole bytes from packet SMSG_NPC_COMMAND.Andrei Karas1-11/+7
2015-02-24eathena: read all bytes from packet SMSG_LOGIN_ERROR2.Andrei Karas1-0/+1
2015-02-24Split crazy move functions to smaller functions.Andrei Karas2-240/+274
2015-02-23Move crazy moves code from local player into separate file.Andrei Karas9-696/+822
2015-02-23Move crazy move state into settings class.Andrei Karas4-73/+66
2015-02-23eathena: fix crash if pet went outside of visible area.Andrei Karas5-8/+20
2015-02-22Auto close egg selection window.Andrei Karas1-0/+1
2015-02-22Allow rename pet from context menu.Andrei Karas1-0/+4
2015-02-22Allow send rename pet chat command without new pet name.Andrei Karas5-0/+133
2015-02-22Show popup menu pet control commands only for pet owner.Andrei Karas2-14/+20
2015-02-22eathena: allow move pet by left shift + cursor keys.Andrei Karas3-4/+23
2015-02-22eathena: add messages about pet feed result.Andrei Karas3-1/+15
2015-02-22eathena: fix pet set direction for old server versions.Andrei Karas1-0/+2
2015-02-22eathena: convert direction to server format before sending it to server.Andrei Karas3-5/+4
2015-02-22add function for convert server direction into client direction.Andrei Karas4-66/+41
2015-02-22eathena: add packet CMSG_PET_DIRECTION 0x0b12.Andrei Karas6-7/+11
2015-02-22eathena: add packet CMSG_PET_MOVE_TO 0x0b11.Andrei Karas3-10/+17
2015-02-22Add server feature haveMovePet.Andrei Karas5-0/+16
2015-02-22Dont attack targets by click if pressed "stop attack key".Andrei Karas1-4/+6
2015-02-22Allow move pet on big distances by hold stop attack (left shift) + mouse click.Andrei Karas1-0/+10
2015-02-22Add chat command for move pet to give position.Andrei Karas4-0/+24
2015-02-20Fix cart enable/disable status effect.Andrei Karas2-1/+4
2015-02-20eathena: add support for online list packets.Andrei Karas8-70/+78
2015-02-20eathena: add packet CMSG_SET_STATUS.Andrei Karas4-5/+12
2015-02-19Fix overload virtual function SetupItem::action.Andrei Karas2-3/+3
2015-02-19Fix overload virtual function BasicContainer2::add.Andrei Karas5-8/+10
2015-02-19Fix virtual overload function closeStorage.Andrei Karas4-4/+4
2015-02-19Fix virtual overload function handleCommand.Andrei Karas6-8/+8
2015-02-18Add missing override keywords.Andrei Karas73-120/+123
2015-02-18Fix crash with player popup.Andrei Karas1-1/+1
2015-02-18Add key to heal most damaged playerJoseph Botosh7-0/+67
2015-02-17eathena: add pet emote command.Andrei Karas3-6/+6
2015-02-17eathena: add pet talk commandAndrei Karas4-16/+17