summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2015-04-24Fix code style.Andrei Karas7-53/+28
2015-04-21Added popup hints for Chat tab of Setup window settings.t3st3r1-29/+126
2015-04-20Add action for open yellow bar settings page (quick page).Andrei Karas1-0/+2
2015-04-20Add quick settings page for yellow bar options.Andrei Karas7-10/+401
2015-04-18Add eathena defines into being.Andrei Karas3-1/+13
2015-04-17Use ActorType for being type.Andrei Karas2-13/+13
2015-04-17Add eathena defines into inventorytype enum.Andrei Karas3-0/+14
2015-04-17Add eathena defines into actortype enum.Andrei Karas3-5/+12
2015-04-15From killstats window remove information about jacko.Andrei Karas2-126/+9
2015-04-15Fix kill stats on levelup.Andrei Karas1-0/+1
2015-04-15Remove hideShield setting.Andrei Karas1-4/+0
2015-04-15fix missing characters in list after password change selection.Andrei Karas1-1/+1
2015-04-13Add mirror support for servers list.Andrei Karas1-0/+3
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