summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2015-03-29Fix memory leak in shop window on exit.Andrei Karas1-0/+1
2015-03-28In sell dialog send close packet before closing this dialog.Andrei Karas2-0/+9
2015-03-28In buy dialog send close packet before closing this dialog.Andrei Karas2-0/+22
2015-03-25Show popup on mercenary with name.Andrei Karas1-0/+1
2015-03-25eathena: show in homunculus popup intimacy and hunger counters.Andrei Karas2-1/+23
2015-03-25Add particle effect for removing skill. (hercules).Andrei Karas4-15/+47
2015-03-25Allow set for each skill own levelup particle effect.Andrei Karas2-3/+18
2015-03-25eathena: impliment packet SMSG_PLAYER_DELETE_SKILL.Andrei Karas2-0/+20
2015-03-25Fix compilation without eathena support.Andrei Karas1-0/+2
2015-03-24Fix possible division by zero in kill stats window.Andrei Karas1-1/+1
2015-03-24eathena: show in pet popup intimacy and hunger counters.Andrei Karas2-76/+103
2015-03-23Fix memory leak in ShopWindow.Andrei Karas1-0/+2
2015-03-23Fix memory leak in equipment window.Andrei Karas1-0/+1
2015-03-23Fix chat tab visibility if close some tab with scrolled tabs.Andrei Karas1-1/+1
2015-03-22Dont use server type in server comparator.Andrei Karas1-0/+1
2015-03-22Fix crash if switch character with opened storage window.Andrei Karas1-0/+6
2015-03-17Remove useless includes from .h files.Andrei Karas94-154/+59
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