summaryrefslogtreecommitdiff
path: root/src/net/tmwa
AgeCommit message (Expand)AuthorFilesLines
2017-10-10Remove most unused files.Andrei Karas117-13514/+0
2017-09-27Rename Attributes::PLAYER_JOB to Attributes::PLAYER_JOB_LEVEL.Andrei Karas2-2/+3
2017-09-27Change player job level, exp from stat object to attribute.Andrei Karas3-14/+7
2017-09-27Rename Attributes::PLAYER_LEVEL to Attributes::PLAYER_BASE_LEVEL.Andrei Karas2-2/+2
2017-08-31Fix compilation warning.Andrei Karas1-1/+1
2017-08-30Move some variables to better scope.Andrei Karas3-7/+21
2017-08-30Remove some cards number to constants.Andrei Karas1-4/+4
2017-08-26Show in debug log last packet sent buffer position.Andrei Karas2-0/+7
2017-08-25Validate destination name after it entered in mail edit window.Andrei Karas2-0/+7
2017-08-24Add support for removing item from mail.Andrei Karas2-2/+2
2017-08-23Add mailqueuetype enum for mail queue types.Andrei Karas2-9/+10
2017-08-23Add ability to send new mail by /sendmail chat command.Andrei Karas2-0/+13
2017-08-22Move requestCheckName from BeingHandler into Mail2Handler.Andrei Karas4-6/+6
2017-08-21Remove useless else.Andrei Karas1-30/+27
2017-08-18Remove extra includes.Andrei Karas1-1/+2
2017-08-14Replace static members usage from pointers to direct classes.Andrei Karas6-30/+22
2017-08-12Add MailOpenType enum for different open types.Andrei Karas2-14/+14
2017-08-11Add packet CMSG_MAIL2_CANCEL_WRITE_MAIL 0x0a03.Andrei Karas2-0/+6
2017-08-11Add packet CMSG_MAIL2_CLOSE_MAILBOX 0x09e9.Andrei Karas2-0/+6
2017-08-11Add packet CMSG_MAIL2_OPEN_MAILBOX 0x09e8.Andrei Karas2-0/+6
2017-08-11Add packet CMSG_MAIL2_REFRESH_MAIL_LIST 0x09ef.Andrei Karas2-0/+8
2017-08-11Add packet CMSG_MAIL2_REQUEST_ITEMS 0x09f3.Andrei Karas2-0/+8
2017-08-11Add packet CMSG_MAIL2_REQUEST_MONEY 0x09f1.Andrei Karas2-0/+8
2017-08-11Add packet CMSG_MAIL2_DELETE_MAIL 0x09f5.Andrei Karas2-0/+8
2017-08-11Add packet CMSG_MAIL2_READ_MAIL 0x09ea.Andrei Karas2-0/+8
2017-08-11Add packet CMSG_MAIL2_NEXT_PAGE 0x09ee.Andrei Karas2-0/+8
2017-08-11Add packet CMSG_MAIL2_SEND_MAIL 0x09ec.Andrei Karas2-0/+12
2017-08-11Add packet CMSG_CHECK_NAME 0x0a13.Andrei Karas2-0/+6
2017-08-11Add packet CMSG_MAIL2_REMOVE_ITEM_MAIL 0x0a06.Andrei Karas2-0/+8
2017-08-11Add packet CMSG_MAIL2_ADD_ITEM_TO_MAIL 0x0a04.Andrei Karas2-0/+8
2017-08-11Add packet CMSG_MAIL2_OPEN_WRITE_MAIL 0x0a08.Andrei Karas2-0/+6
2017-08-10Add empty mail2handler.Andrei Karas4-0/+84
2017-08-09Add different use actions for items.Andrei Karas2-0/+15
2017-08-03Remove network handlers in general handler was deleted.Andrei Karas61-0/+235
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas14-18/+18
2017-07-13Remove extra include from beingrecv.cppAndrei Karas1-1/+0
2017-07-13Add default gm level for legacy server, because real level almost always hidden.Andrei Karas1-1/+2
2017-07-13Set group id from net code to not only local player.Andrei Karas1-6/+28
2017-07-12Rename gm level into group id in localplayer.cppAndrei Karas1-1/+1
2017-06-30Remove extra includes again.Andrei Karas1-1/+0
2017-06-30Remove extra includes from headers.Andrei Karas4-0/+5
2017-06-29Move foreach macroses into separate file.Andrei Karas1-0/+2
2017-06-20Fix sdl warning hiding pragmas for old compilers.Andrei Karas1-3/+3
2017-06-20Prevent Wshadow varnings in SDL code.Andrei Karas1-0/+3
2017-06-19Auto close death dialog if local player resurrected.Andrei Karas1-1/+10
2017-06-11Rename player_relations into playerRelations.Andrei Karas2-5/+5
2017-06-09Fix code style.Andrei Karas34-65/+0
2017-06-09Fix code style.Andrei Karas1-2/+4
2017-06-08Remove useless extern declarations.Andrei Karas34-34/+34
2017-06-08Replace size() to empty() where is possibleAndrei Karas1-1/+0