Age | Commit message (Expand) | Author | Files | Lines |
2015-02-23 | Move crazy moves code from local player into separate file. | Andrei Karas | 9 | -696/+822 |
2015-02-23 | Move crazy move state into settings class. | Andrei Karas | 4 | -73/+66 |
2015-02-23 | eathena: fix crash if pet went outside of visible area. | Andrei Karas | 5 | -8/+20 |
2015-02-22 | Auto close egg selection window. | Andrei Karas | 1 | -0/+1 |
2015-02-22 | Allow rename pet from context menu. | Andrei Karas | 1 | -0/+4 |
2015-02-22 | Allow send rename pet chat command without new pet name. | Andrei Karas | 5 | -0/+133 |
2015-02-22 | Show popup menu pet control commands only for pet owner. | Andrei Karas | 2 | -14/+20 |
2015-02-22 | eathena: allow move pet by left shift + cursor keys. | Andrei Karas | 3 | -4/+23 |
2015-02-22 | eathena: add messages about pet feed result. | Andrei Karas | 3 | -1/+15 |
2015-02-22 | eathena: fix pet set direction for old server versions. | Andrei Karas | 1 | -0/+2 |
2015-02-22 | eathena: convert direction to server format before sending it to server. | Andrei Karas | 3 | -5/+4 |
2015-02-22 | add function for convert server direction into client direction. | Andrei Karas | 4 | -66/+41 |
2015-02-22 | eathena: add packet CMSG_PET_DIRECTION 0x0b12. | Andrei Karas | 6 | -7/+11 |
2015-02-22 | eathena: add packet CMSG_PET_MOVE_TO 0x0b11. | Andrei Karas | 3 | -10/+17 |
2015-02-22 | Add server feature haveMovePet. | Andrei Karas | 5 | -0/+16 |
2015-02-22 | Dont attack targets by click if pressed "stop attack key". | Andrei Karas | 1 | -4/+6 |
2015-02-22 | Allow move pet on big distances by hold stop attack (left shift) + mouse click. | Andrei Karas | 1 | -0/+10 |
2015-02-22 | Add chat command for move pet to give position. | Andrei Karas | 4 | -0/+24 |
2015-02-20 | Fix cart enable/disable status effect. | Andrei Karas | 2 | -1/+4 |
2015-02-20 | eathena: add support for online list packets. | Andrei Karas | 8 | -70/+78 |
2015-02-20 | eathena: add packet CMSG_SET_STATUS. | Andrei Karas | 4 | -5/+12 |
2015-02-19 | Fix overload virtual function SetupItem::action. | Andrei Karas | 2 | -3/+3 |
2015-02-19 | Fix overload virtual function BasicContainer2::add. | Andrei Karas | 5 | -8/+10 |
2015-02-19 | Fix virtual overload function closeStorage. | Andrei Karas | 4 | -4/+4 |
2015-02-19 | Fix virtual overload function handleCommand. | Andrei Karas | 6 | -8/+8 |
2015-02-18 | Add missing override keywords. | Andrei Karas | 73 | -120/+123 |
2015-02-18 | Fix crash with player popup. | Andrei Karas | 1 | -1/+1 |
2015-02-18 | Add key to heal most damaged player | Joseph Botosh | 7 | -0/+67 |
2015-02-17 | eathena: add pet emote command. | Andrei Karas | 3 | -6/+6 |
2015-02-17 | eathena: add pet talk command | Andrei Karas | 4 | -16/+17 |
2015-02-17 | Add server feature haveTalkPet. | Andrei Karas | 6 | -0/+20 |
2015-02-16 | Move talkPet from ea namespace into eathena and tmwa. | Andrei Karas | 6 | -11/+22 |
2015-02-16 | Build vendingslotslistener only if eathena support enabled. | Andrei Karas | 5 | -16/+23 |
2015-02-16 | Build vendingmodelistener only if eathena support enabled. | Andrei Karas | 5 | -16/+19 |
2015-02-16 | Build shoprenamelistener only if eathena support enabled. | Andrei Karas | 3 | -4/+7 |
2015-02-16 | Build pincodelistener only if eathena support enabled. | Andrei Karas | 4 | -4/+9 |
2015-02-16 | Build buyingstoreslotslistener only if eathena support enabled. | Andrei Karas | 5 | -13/+16 |
2015-02-16 | Build buyingstoremodelistener only if eathena support enabled. | Andrei Karas | 5 | -4/+15 |
2015-02-16 | Build banklistener only if eathena support enabled. | Andrei Karas | 3 | -4/+7 |
2015-02-16 | Build shopselldialog only if tmwa support enabled. | Andrei Karas | 3 | -4/+7 |
2015-02-16 | Build eggselectiondialog only if eathena support enabled. | Andrei Karas | 3 | -4/+7 |
2015-02-16 | Build buyingstoreselldialog only if eathena support enabled. | Andrei Karas | 3 | -4/+7 |
2015-02-16 | Build BankWindow only if eathena support enabled. | Andrei Karas | 5 | -5/+16 |
2015-02-16 | Move processBeingChat from ea namespace into eathena and tmwa. | Andrei Karas | 6 | -81/+145 |
2015-02-16 | Use some tmwa related code in whoisonline only if build for tmwa. | Andrei Karas | 2 | -0/+13 |
2015-02-16 | Use guildmanager only if build with tmwa support. | Andrei Karas | 12 | -19/+62 |
2015-02-16 | Move processWhisperContinue from ea namespace into eathena and tmwa. | Andrei Karas | 6 | -127/+160 |
2015-02-16 | Not allow hide storage window by hide windows actions (h key). | Andrei Karas | 1 | -1/+1 |
2015-02-15 | Fix drop/store window in inventory. | Andrei Karas | 3 | -8/+16 |
2015-02-15 | Dont show emoty tooltips in inventory. | Andrei Karas | 1 | -1/+3 |