Age | Commit message (Expand) | Author | Files | Lines |
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 |
2015-02-15 | fix enable/disable add/remove buttons in shop window in buy dialog. | Andrei Karas | 1 | -2/+3 |
2015-02-15 | Allow add to buying shop item from inventory. Before was from cart. | Andrei Karas | 1 | -1/+1 |
2015-02-15 | eathena: impliment packet SMSG_BUYINGSTORE_DELETE_ITEM. | Andrei Karas | 1 | -2/+17 |
2015-02-15 | eathena: impliment selling item to buying store. | Andrei Karas | 6 | -13/+32 |
2015-02-15 | eathena: impliment packet SMSG_BUYINGSTORE_ITEMS_LIST. | Andrei Karas | 6 | -8/+142 |
2015-02-15 | Show buy or sell in player context menu based on enabled shop types. | Andrei Karas | 3 | -7/+25 |
2015-02-15 | eathena: impliment packets SMSG_BUYINGSTORE_SHOW_BOARD, SMSG_BUYINGSTORE_HIDE... | Andrei Karas | 2 | -4/+17 |
2015-02-15 | Allow to shop buy board name on beings. | Andrei Karas | 4 | -9/+52 |
2015-02-15 | Rename being board into sell board. | Andrei Karas | 5 | -18/+18 |
2015-02-15 | allow unpublish buying store shop. | Andrei Karas | 2 | -7/+19 |
2015-02-15 | eathena: impliment packet SMSG_BUYINGSTORE_OWN_ITEMS. | Andrei Karas | 7 | -0/+98 |
2015-02-14 | Enable publish button in personal buy shop only if it allowed by server. | Andrei Karas | 7 | -6/+100 |
2015-02-14 | eathena: fix buying store packages. | Andrei Karas | 1 | -2/+3 |
2015-02-14 | Add basic support for buying store. | Andrei Karas | 1 | -47/+68 |
2015-02-14 | Change version to 1.5.2.14.v1.5.2.14 | Andrei Karas | 1 | -2/+2 |
2015-02-13 | Improve skill error messages. | Andrei Karas | 1 | -54/+50 |
2015-02-13 | Fix code style. | Andrei Karas | 4 | -6/+2 |
2015-02-11 | Remove steam voting link. | Andrei Karas | 1 | -8/+0 |
2015-02-11 | Add typed bool type Equipped. | Andrei Karas | 25 | -61/+64 |