summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-05-05Replace most bools usage in playerinfo to strong typed bools.Andrei Karas34-137/+164
2015-05-05Add to left classes stong typed Modal enum.Andrei Karas8-13/+21
2015-05-05Add strong typed bool type in OkDialog.Andrei Karas22-39/+47
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas71-115/+240
2015-05-05Build parts of inventorytype.h only if supported server enabled.Andrei Karas5-15/+35
2015-05-05Build parts of dragdropsource.h only if supported server enabled.Andrei Karas3-4/+15
2015-05-04tmwa: change net code version to 2.Andrei Karas1-1/+1
2015-05-04Fix code style.Andrei Karas10-19/+6
2015-05-04Fix compilation with different options.Andrei Karas6-12/+24
2015-05-03Remove useless dynamic_cast.Andrei Karas8-26/+18
2015-05-03Add filter into buy dialogs.Andrei Karas6-3/+83
2015-05-01eathena: add support for send chat command from server.Andrei Karas5-2/+30
2015-05-01Add chat command to show server configuration variable in chat.Andrei Karas4-0/+19
2015-05-01Add chat command to show configuration variable in chat.Andrei Karas4-0/+19
2015-05-01Add chat command to set serverconfig variables.Andrei Karas4-0/+20
2015-05-01Add chat command to set config variables.Andrei Karas4-0/+20
2015-05-01Add string function for parse string into two strings.Andrei Karas2-0/+20
2015-05-01eathena: fix packet SMSG_PLAYER_STORAGE_ITEMS.Andrei Karas1-1/+1
2015-05-01Fix possible crash on exit with opened storage window.Andrei Karas4-2/+8
2015-04-30Fix compilation on not x86/amd64 arches.Andrei Karas1-1/+4
2015-04-30fix compilation error.Andrei Karas1-1/+1
2015-04-30eathena: refresh mail list on getting notification about new mail.Andrei Karas1-0/+1
2015-04-30Request mail list automatically on start.Andrei Karas3-0/+10
2015-04-30Fix default sizes for mail windows.Andrei Karas3-5/+5
2015-04-30Add reply button for reply to mail message.Andrei Karas5-2/+40
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-30Impliment packet SMSG_MAIL_NEW_MAIL.Andrei Karas3-4/+11
2015-04-30In mail view window add buttons for open previous and next message.Andrei Karas4-3/+74
2015-04-30eathena: impliment packet SMSG_MAIL_GET_ATTACHMENT.Andrei Karas3-3/+30
2015-04-29eathena: impliment packet SMSG_MAIL_DELETE_MAIL_ACK.Andrei Karas3-4/+21
2015-04-29eathena: impliment packet SMSG_MAIL_RETURN.Andrei Karas5-4/+54
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 Karas5-20/+20
2015-04-29Rename mailedit into maileditwindow.Andrei Karas6-22/+22
2015-04-29Fix time in mail view window.Andrei Karas5-12/+42
2015-04-29Allos send items by mail.Andrei Karas11-14/+126
2015-04-29eathena: implimente packet SMSG_MAIL_SET_ATTACHMENT_ACK.Andrei Karas3-4/+19
2015-04-29Allow send money by mail.Andrei Karas7-4/+35
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-29eathena: impliment packet SMSG_MAIL_READ_MAIL.Andrei Karas2-16/+36
2015-04-29Add incomplete window for view mail message.Andrei Karas4-0/+205
2015-04-27Add into mail message field with date in string format.Andrei Karas4-0/+18
2015-04-27eathena: impliment packet SMSG_MAIL_SEND_MAIL_ACK.Andrei Karas3-3/+25
2015-04-27eathena: impliment packet SMSG_MAIL_MAILS_LIST.Andrei Karas3-7/+39
2015-04-27Add mailmessage struct.Andrei Karas3-0/+47