Age | Commit message (Expand) | Author | Files | Lines |
2015-03-01 | Move requestBuyList from ea namespace into eathena and tmwa. | Andrei Karas | 6 | -26/+30 |
2015-03-01 | Move requestSellList from ea namespace into eathena and tmwa. | Andrei Karas | 6 | -24/+37 |
2015-03-01 | update translations. | Andrei Karas | 41 | -11886/+12474 |
2015-03-01 | Show item links with empty item name. | Andrei Karas | 1 | -0/+11 |
2015-03-01 | eathena: do not request warp name with evol plugin. | Andrei Karas | 6 | -1/+18 |
2015-03-01 | fix compilation warning. | Andrei Karas | 1 | -1/+1 |
2015-03-01 | Fix skills display if mixed alwaysVisible attribute and level attribute. | Andrei Karas | 1 | -1/+2 |
2015-02-28 | Build vendinghandler only if eathena enabled. | Andrei Karas | 9 | -14/+28 |
2015-02-28 | Build searchstorehandler only if eathena enabled. | Andrei Karas | 7 | -12/+19 |
2015-02-28 | Build mercenaryhandler only if eathena enabled. | Andrei Karas | 11 | -16/+30 |
2015-02-28 | Build markethandler only if eathena enabled. | Andrei Karas | 8 | -14/+20 |
2015-02-28 | Build mailhandler only if eathena enabled. | Andrei Karas | 7 | -12/+18 |
2015-02-28 | Build homunculushandler only if eathena enabled. | Andrei Karas | 11 | -12/+45 |
2015-02-28 | Change version to 1.5.2.28.v1.5.2.28 | Andrei Karas | 9 | -9/+23 |
2015-02-28 | update translations. | Andrei Karas | 43 | -12426/+13713 |
2015-02-27 | fix cmake file. | Andrei Karas | 1 | -2/+2 |
2015-02-27 | fix code style. | Andrei Karas | 20 | -22/+55 |
2015-02-27 | Fix compilation with eathena only. | Andrei Karas | 4 | -43/+57 |
2015-02-27 | Build friendshandler only if eathena enabled. | Andrei Karas | 7 | -11/+18 |
2015-02-27 | Build familyhandler only if eathena enabled. | Andrei Karas | 8 | -12/+18 |
2015-02-27 | Build elementalhandler only if eathena enabled. | Andrei Karas | 7 | -14/+22 |
2015-02-27 | Build cashshophandler only if eathena enabled. | Andrei Karas | 8 | -19/+28 |
2015-02-27 | Fix compilation for eathena only. | Andrei Karas | 2 | -13/+24 |
2015-02-27 | Build buyingstorehandler only if eathena enabled. | Andrei Karas | 5 | -5/+14 |
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 |