summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2015-04-10Fix code style.Andrei Karas1-2/+0
2015-04-10Fix compilation with different flags.Andrei Karas3-0/+6
2015-04-09Add to skills miss effect.Andrei Karas3-1/+5
2015-04-09On skill attacks on target for show effect use skill attribute skillHitEffectId.Andrei Karas2-0/+16
2015-04-09Add to skill attribute for hit effect on target.Andrei Karas3-1/+5
2015-04-09Add skill attributes with effect id what will play on caster and target while...Andrei Karas4-0/+38
2015-04-08Simplify using rotational particle effect.Andrei Karas2-16/+8
2015-04-05Show chat room name in player popup.Andrei Karas2-5/+41
2015-04-05On room creation show room name in general tab caption.Andrei Karas2-9/+13
2015-04-04Add chat command for create chat room (incomplete).Andrei Karas2-0/+9
2015-04-03Remove debug string.Andrei Karas1-1/+0
2015-04-03Add mute/unmute gm context menu for 1,5,10,15,30 minutes.Andrei Karas1-0/+61
2015-04-02Remove useless virtual keywords.Andrei Karas11-37/+35
2015-03-29Remove unused guildid parameter from guild handler.Andrei Karas2-4/+3
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