Age | Commit message (Expand) | Author | Files | Lines |
2015-02-27 | Build bankhandler only if eathena enabled. | Andrei Karas | 4 | -6/+12 |
2015-02-27 | Build auctionhandler only if eathena enabled. | Andrei Karas | 7 | -6/+20 |
2015-02-25 | eathena: add packet CMSG_HOMMERC_DIRECTION 0x0b15. | Andrei Karas | 11 | -0/+57 |
2015-02-25 | Add command and action for show homunculus/mercenary emotes. | Andrei Karas | 7 | -1/+533 |
2015-02-25 | eathena: add packet CMSG_HOMMERC_EMOTE 0x0b14. | Andrei Karas | 11 | -0/+33 |
2015-02-25 | Add command for homunculus/mercenary talk. | Andrei Karas | 4 | -0/+19 |
2015-02-25 | eathena: add packet CMSG_HOMMERC_TALK 0x0b13. | Andrei Karas | 11 | -0/+51 |
2015-02-24 | Read whole bytes from packet SMSG_NPC_COMMAND. | Andrei Karas | 1 | -11/+7 |
2015-02-24 | eathena: read all bytes from packet SMSG_LOGIN_ERROR2. | Andrei Karas | 1 | -0/+1 |
2015-02-24 | Split crazy move functions to smaller functions. | Andrei Karas | 2 | -240/+274 |
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 |