summaryrefslogtreecommitdiff
path: root/src/net/eathena/mailrecv.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-3/+3
2018-10-29Fix code style.s20181102Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-09-01Fix code style.Andrei Karas1-3/+3
2017-08-30Move some variables to better scope.Andrei Karas1-0/+1
2017-08-30Remove some cards number to constants.Andrei Karas1-1/+1
2017-08-26Remove unused fields from MailMessage struct.Andrei Karas1-0/+2
2017-08-26Show attached item in item container in old mail system.Andrei Karas1-12/+48
2017-08-26Show/hide get attach button in mail view window based on attached items and m...Andrei Karas1-0/+4
2017-08-25Add basic support for view mail message.Andrei Karas1-1/+1
2017-08-25Add support for show mail list for new mail system.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-8/+8
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-11-11Fix typo implimented -> implemented.Andrei Karas1-3/+3
2016-05-13Add into network code function readUInt16. Also fix reading cards id.Andrei Karas1-1/+1
2016-03-10For unknown packet field values show packet id and field value.Andrei Karas1-5/+7
2016-02-20Add missing const in net directory.Andrei Karas1-1/+1
2016-01-28Impliment packet SMSG_MAIL_OPEN_WINDOW 0x0260.Andrei Karas1-1/+11
2016-01-17Move cards constants into separate file.Andrei Karas1-1/+1
2016-01-04Add missing TRANSLATORS comments to translation strings.Andrei Karas1-0/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-08-29Fix code style.Andrei Karas1-4/+2
2015-08-27Move receive code from mailhandler into separate file.Andrei Karas1-0/+197