summaryrefslogtreecommitdiff
path: root/src/gui/windows
AgeCommit message (Expand)AuthorFilesLines
2017-10-10Remove most unused files.Andrei Karas107-31439/+0
2017-10-06remove extra includes if build without tmwa support.Andrei Karas4-3/+11
2017-09-29Fix code style.Andrei Karas3-6/+8
2017-09-28Remove extra include.Andrei Karas1-1/+0
2017-09-28Fix too long line int killstats.cppAndrei Karas1-1/+2
2017-09-27Fix some issues with int64 to int32 implicit conversions.Andrei Karas4-10/+11
2017-09-27Rename Attributes::PLAYER_JOB to Attributes::PLAYER_JOB_LEVEL.Andrei Karas2-5/+9
2017-09-27Change player job level, exp from stat object to attribute.Andrei Karas5-108/+102
2017-09-27Rename Attributes::PLAYER_LEVEL to Attributes::PLAYER_BASE_LEVEL.Andrei Karas5-8/+8
2017-09-27Change attributes value type to int64.Andrei Karas11-75/+120
2017-09-15Fix code style.Andrei Karas1-1/+1
2017-09-11Rename setup_other.cpp into setup_misc.cppAndrei Karas1-2/+2
2017-09-07Fix possible thread structure memory leak on SDL2 if thread terminated before...Andrei Karas1-11/+6
2017-09-05Fix drawing emotes button in chat input field.Andrei Karas1-5/+12
2017-09-03Fixed all "buttom" into "bottom".Alige2-3/+3
2017-09-02Add missing translators comment into mailviewwindow.cppAndrei Karas1-1/+1
2017-09-02Remove unused define.Andrei Karas1-2/+0
2017-09-02Fix compilation with old compilers again.Andrei Karas1-11/+3
2017-09-02Fix compilation for old compilers.Andrei Karas1-0/+6
2017-09-01Add missing include for some compilers.Andrei Karas1-0/+4
2017-09-01Add some checks after automatic check code by tools.Andrei Karas2-2/+2
2017-09-01Fix code style.Andrei Karas3-18/+14
2017-08-30Add missing check.Andrei Karas1-0/+2
2017-08-30Move some variables to better scope.Andrei Karas2-11/+13
2017-08-28Remove extra includes.Andrei Karas1-8/+0
2017-08-27Add missing translators comment.Andrei Karas1-1/+1
2017-08-26Show attached item in item container in old mail system.Andrei Karas1-1/+0
2017-08-26Fix sending mail from mail edit window for old mail system.Andrei Karas1-1/+2
2017-08-26In mail view window use own items scroll area xml configuration.Andrei Karas1-1/+1
2017-08-26Fix moving to previous/next mail message in mail view window.Andrei Karas1-4/+12
2017-08-26Add support for getting attached money from mail message.Andrei Karas2-0/+27
2017-08-26Add support for getting attached items from mail message.Andrei Karas4-5/+50
2017-08-26In mail view window show buttons for get attach and money.Andrei Karas2-5/+21
2017-08-26Show/hide get attach button in mail view window based on attached items and m...Andrei Karas2-15/+21
2017-08-26Add inventory type for mail view window. Not allow drag from/to this inventory.Andrei Karas3-2/+6
2017-08-26Rename InventoryType::Mail into InventoryType::MailEdit.Andrei Karas2-5/+5
2017-08-26Allow request to load old mail messages by pages.Andrei Karas2-7/+32
2017-08-26Add support for mail deletion.Andrei Karas1-1/+4
2017-08-26Close mail edit window on success send.Andrei Karas1-0/+1
2017-08-26Cancel mail writing on server if mail edit window was closed.Andrei Karas1-1/+3
2017-08-25Validate destination name after it entered in mail edit window.Andrei Karas2-2/+40
2017-08-25Add basic support for view mail message.Andrei Karas4-48/+76
2017-08-25Use int64 for mail messages ids.Andrei Karas2-9/+9
2017-08-25Show message information in mail list.Andrei Karas2-2/+13
2017-08-25Add support for show mail list for new mail system.Andrei Karas2-9/+37
2017-08-25Update item container after each change in mail edit window.Andrei Karas2-0/+7
2017-08-25Improve item container size in mail edit window.Andrei Karas1-2/+1
2017-08-24Refresh mail list from new mail system.Andrei Karas2-3/+18
2017-08-24Fix duplicating assert message created after connected to server for some sec...Andrei Karas2-0/+8
2017-08-24Add sending mail to new mail system.Andrei Karas2-29/+50