summaryrefslogtreecommitdiff
path: root/src/gui/windows
AgeCommit message (Expand)AuthorFilesLines
2015-04-30Add support for open mail message by double click.Andrei Karas2-0/+15
2015-04-30Use scrollarea for mail list.Andrei Karas2-1/+8
2015-04-30In mail view window show item amount.Andrei Karas1-1/+9
2015-04-30In mail view window add buttons for open previous and next message.Andrei Karas4-3/+74
2015-04-29eathena: impliment packet SMSG_MAIL_RETURN.Andrei Karas2-0/+33
2015-04-29Add ability for return mail message to sender.Andrei Karas2-0/+12
2015-04-29Add ability to delete mail message.Andrei Karas1-0/+8
2015-04-29Add ability to get attach from mail message.Andrei Karas1-3/+11
2015-04-29Rename mailview into mailviewwindow.Andrei Karas3-16/+16
2015-04-29Rename mailedit into maileditwindow.Andrei Karas4-18/+18
2015-04-29Fix time in mail view window.Andrei Karas5-12/+42
2015-04-29Allos send items by mail.Andrei Karas6-11/+104
2015-04-29Allow send money by mail.Andrei Karas2-4/+18
2015-04-29Show mail view window for open mail button.Andrei Karas2-1/+19
2015-04-29Add ability to send new mail.Andrei Karas1-0/+8
2015-04-29Add incomplete window for view mail message.Andrei Karas2-0/+201
2015-04-27eathena: impliment packet SMSG_MAIL_MAILS_LIST.Andrei Karas2-0/+27
2015-04-27Add incomplete mail edit window.Andrei Karas3-0/+160
2015-04-26Add incomplete mail window.Andrei Karas2-0/+164
2015-04-24Fix code style.Andrei Karas2-4/+0
2015-04-20Add quick settings page for yellow bar options.Andrei Karas2-9/+23
2015-04-17Add eathena defines into inventorytype enum.Andrei Karas1-0/+8
2015-04-17Add eathena defines into actortype enum.Andrei Karas1-2/+4
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-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 Karas1-0/+2
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 Karas1-0/+2
2015-04-09Add skill attributes with effect id what will play on caster and target while...Andrei Karas2-0/+34
2015-04-08Simplify using rotational particle effect.Andrei Karas2-16/+8
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-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-25Add particle effect for removing skill. (hercules).Andrei Karas2-14/+43
2015-03-25Allow set for each skill own levelup particle effect.Andrei Karas1-3/+15
2015-03-25eathena: impliment packet SMSG_PLAYER_DELETE_SKILL.Andrei Karas2-0/+20
2015-03-24Fix possible division by zero in kill stats window.Andrei Karas1-1/+1
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-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 Karas31-46/+22
2015-03-16Remove useless includes from cpp filesAndrei Karas26-87/+35
2015-03-13fix code style.Andrei Karas1-1/+5