summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2015-03-16remove useless includes from unit tests.Andrei Karas1-6/+0
2015-03-16Remove useless includes from cpp filesAndrei Karas55-160/+43
2015-03-13fix code style.Andrei Karas2-1/+7
2015-03-10Add option in settings to enable/disable logging unimplimented packets.Andrei Karas1-0/+5
2015-03-10Add UNIMPLIMENTEDPACKET macroAndrei Karas1-1/+0
2015-03-09Impliment DebugMessageListener in chat window.Andrei Karas2-1/+12
2015-03-09Disable reading online list url from config.xml.Andrei Karas1-3/+0
2015-03-08Remove handler "add attack ignore" from popup menu.Andrei Karas1-10/+1
2015-03-08Remove handler "add priority attack" from popup menu.Andrei Karas1-10/+1
2015-03-08Remove handler "add attack" from popup menu.Andrei Karas1-10/+1
2015-03-08Remove handler "remove attack" from popup menu.Andrei Karas1-10/+1
2015-03-08Move guild-kick from popup manager into actions.Andrei Karas1-25/+10
2015-03-02Fix crash in tests without translator created.Andrei Karas1-7/+4
2015-03-02Translate item name in links if item name was added by client.Andrei Karas1-2/+8
2015-03-01Show item links with empty item name.Andrei Karas1-0/+11
2015-03-01Fix skills display if mixed alwaysVisible attribute and level attribute.Andrei Karas1-1/+2
2015-02-28Build vendinghandler only if eathena enabled.Andrei Karas1-0/+4
2015-02-28Build mercenaryhandler only if eathena enabled.Andrei Karas1-1/+1
2015-02-28Build markethandler only if eathena enabled.Andrei Karas1-2/+2
2015-02-28Build homunculushandler only if eathena enabled.Andrei Karas1-0/+2
2015-02-27fix code style.Andrei Karas2-4/+7
2015-02-27Fix compilation with eathena only.Andrei Karas2-42/+49
2015-02-27Build cashshophandler only if eathena enabled.Andrei Karas1-0/+2
2015-02-22Auto close egg selection window.Andrei Karas1-0/+1
2015-02-22Allow rename pet from context menu.Andrei Karas1-0/+4
2015-02-22Show popup menu pet control commands only for pet owner.Andrei Karas1-14/+17
2015-02-22Dont attack targets by click if pressed "stop attack key".Andrei Karas1-4/+6
2015-02-22Allow move pet on big distances by hold stop attack (left shift) + mouse click.Andrei Karas1-0/+10
2015-02-19Fix overload virtual function SetupItem::action.Andrei Karas2-3/+3
2015-02-19Fix overload virtual function BasicContainer2::add.Andrei Karas5-8/+10
2015-02-19Fix virtual overload function closeStorage.Andrei Karas1-1/+1
2015-02-19Fix virtual overload function handleCommand.Andrei Karas6-8/+8
2015-02-18Add missing override keywords.Andrei Karas37-55/+56
2015-02-18Fix crash with player popup.Andrei Karas1-1/+1
2015-02-16Build vendingslotslistener only if eathena support enabled.Andrei Karas2-12/+16
2015-02-16Build vendingmodelistener only if eathena support enabled.Andrei Karas2-12/+12
2015-02-16Build pincodelistener only if eathena support enabled.Andrei Karas1-0/+2
2015-02-16Build buyingstoreslotslistener only if eathena support enabled.Andrei Karas2-9/+9
2015-02-16Build buyingstoremodelistener only if eathena support enabled.Andrei Karas2-0/+8
2015-02-16Build shopselldialog only if tmwa support enabled.Andrei Karas1-0/+3
2015-02-16Build eggselectiondialog only if eathena support enabled.Andrei Karas1-0/+3
2015-02-16Build buyingstoreselldialog only if eathena support enabled.Andrei Karas1-0/+3
2015-02-16Build BankWindow only if eathena support enabled.Andrei Karas1-0/+3
2015-02-16Use some tmwa related code in whoisonline only if build for tmwa.Andrei Karas2-0/+13
2015-02-16Use guildmanager only if build with tmwa support.Andrei Karas3-0/+23
2015-02-16Not allow hide storage window by hide windows actions (h key).Andrei Karas1-1/+1
2015-02-15Fix drop/store window in inventory.Andrei Karas1-4/+4
2015-02-15Dont show emoty tooltips in inventory.Andrei Karas1-1/+3
2015-02-15fix enable/disable add/remove buttons in shop window in buy dialog.Andrei Karas1-2/+3
2015-02-15Allow add to buying shop item from inventory. Before was from cart.Andrei Karas1-1/+1