summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-17Add server feature haveTalkPet.Andrei Karas6-0/+20
2015-02-16Move talkPet from ea namespace into eathena and tmwa.Andrei Karas6-11/+22
2015-02-16Build vendingslotslistener only if eathena support enabled.Andrei Karas5-16/+23
2015-02-16Build vendingmodelistener only if eathena support enabled.Andrei Karas5-16/+19
2015-02-16Build shoprenamelistener only if eathena support enabled.Andrei Karas3-4/+7
2015-02-16Build pincodelistener only if eathena support enabled.Andrei Karas4-4/+9
2015-02-16Build buyingstoreslotslistener only if eathena support enabled.Andrei Karas5-13/+16
2015-02-16Build buyingstoremodelistener only if eathena support enabled.Andrei Karas5-4/+15
2015-02-16Build banklistener only if eathena support enabled.Andrei Karas3-4/+7
2015-02-16Build shopselldialog only if tmwa support enabled.Andrei Karas3-4/+7
2015-02-16Build eggselectiondialog only if eathena support enabled.Andrei Karas3-4/+7
2015-02-16Build buyingstoreselldialog only if eathena support enabled.Andrei Karas3-4/+7
2015-02-16Build BankWindow only if eathena support enabled.Andrei Karas5-5/+16
2015-02-16Move processBeingChat from ea namespace into eathena and tmwa.Andrei Karas6-81/+145
2015-02-16Use some tmwa related code in whoisonline only if build for tmwa.Andrei Karas2-0/+13
2015-02-16Use guildmanager only if build with tmwa support.Andrei Karas12-19/+62
2015-02-16Move processWhisperContinue from ea namespace into eathena and tmwa.Andrei Karas6-127/+160
2015-02-16Not allow hide storage window by hide windows actions (h key).Andrei Karas1-1/+1
2015-02-15Fix drop/store window in inventory.Andrei Karas3-8/+16
2015-02-15Dont show emoty tooltips in inventory.Andrei Karas1-1/+3
2015-02-15fix enable/disable add/remove buttons in shop window in buy dialog.Andrei Karas1-2/+3