Age | Commit message (Expand) | Author | Files | Lines |
2015-03-10 | Add option in settings to enable/disable logging unimplimented packets. | Andrei Karas | 1 | -0/+5 |
2015-03-10 | Add UNIMPLIMENTEDPACKET macro | Andrei Karas | 1 | -1/+0 |
2015-03-09 | Impliment DebugMessageListener in chat window. | Andrei Karas | 2 | -1/+12 |
2015-03-09 | Disable reading online list url from config.xml. | Andrei Karas | 1 | -3/+0 |
2015-03-08 | Remove handler "add attack ignore" from popup menu. | Andrei Karas | 1 | -10/+1 |
2015-03-08 | Remove handler "add priority attack" from popup menu. | Andrei Karas | 1 | -10/+1 |
2015-03-08 | Remove handler "add attack" from popup menu. | Andrei Karas | 1 | -10/+1 |
2015-03-08 | Remove handler "remove attack" from popup menu. | Andrei Karas | 1 | -10/+1 |
2015-03-08 | Move guild-kick from popup manager into actions. | Andrei Karas | 1 | -25/+10 |
2015-03-02 | Fix crash in tests without translator created. | Andrei Karas | 1 | -7/+4 |
2015-03-02 | Translate item name in links if item name was added by client. | Andrei Karas | 1 | -2/+8 |
2015-03-01 | Show item links with empty item name. | Andrei Karas | 1 | -0/+11 |
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 | 1 | -0/+4 |
2015-02-28 | Build mercenaryhandler only if eathena enabled. | Andrei Karas | 1 | -1/+1 |
2015-02-28 | Build markethandler only if eathena enabled. | Andrei Karas | 1 | -2/+2 |
2015-02-28 | Build homunculushandler only if eathena enabled. | Andrei Karas | 1 | -0/+2 |
2015-02-27 | fix code style. | Andrei Karas | 2 | -4/+7 |
2015-02-27 | Fix compilation with eathena only. | Andrei Karas | 2 | -42/+49 |
2015-02-27 | Build cashshophandler only if eathena enabled. | Andrei Karas | 1 | -0/+2 |
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 | Show popup menu pet control commands only for pet owner. | Andrei Karas | 1 | -14/+17 |
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-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 | 1 | -1/+1 |
2015-02-19 | Fix virtual overload function handleCommand. | Andrei Karas | 6 | -8/+8 |
2015-02-18 | Add missing override keywords. | Andrei Karas | 37 | -55/+56 |
2015-02-18 | Fix crash with player popup. | Andrei Karas | 1 | -1/+1 |
2015-02-16 | Build vendingslotslistener only if eathena support enabled. | Andrei Karas | 2 | -12/+16 |
2015-02-16 | Build vendingmodelistener only if eathena support enabled. | Andrei Karas | 2 | -12/+12 |
2015-02-16 | Build pincodelistener only if eathena support enabled. | Andrei Karas | 1 | -0/+2 |
2015-02-16 | Build buyingstoreslotslistener only if eathena support enabled. | Andrei Karas | 2 | -9/+9 |
2015-02-16 | Build buyingstoremodelistener only if eathena support enabled. | Andrei Karas | 2 | -0/+8 |
2015-02-16 | Build shopselldialog only if tmwa support enabled. | Andrei Karas | 1 | -0/+3 |
2015-02-16 | Build eggselectiondialog only if eathena support enabled. | Andrei Karas | 1 | -0/+3 |
2015-02-16 | Build buyingstoreselldialog only if eathena support enabled. | Andrei Karas | 1 | -0/+3 |
2015-02-16 | Build BankWindow only if eathena support enabled. | Andrei Karas | 1 | -0/+3 |
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 | 3 | -0/+23 |
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 | 1 | -4/+4 |
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 selling item to buying store. | Andrei Karas | 1 | -0/+21 |
2015-02-15 | eathena: impliment packet SMSG_BUYINGSTORE_ITEMS_LIST. | Andrei Karas | 2 | -0/+103 |
2015-02-15 | Show buy or sell in player context menu based on enabled shop types. | Andrei Karas | 1 | -5/+12 |