summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-19Fix cast issue in macosx.v1.7.8.19Andrei Karas1-6/+8
2017-08-19Change verstion to 1.7.8.19.Andrei Karas9-9/+22
2017-08-19Update translations.Andrei Karas25-10464/+10730
2017-08-18Fix compilation with some compilers.Andrei Karas2-4/+2
2017-08-18Add missing std::move.Andrei Karas1-1/+1
2017-08-18Remove extra includes.Andrei Karas8-6/+15
2017-08-18Add missing type casts.Andrei Karas2-5/+12
2017-08-18Allow set type for strong typed enum with values.Andrei Karas2-1/+7
2017-08-17Add -j8 to nightly linux build script.Andrei Karas1-1/+1
2017-08-17Add some other surface flags into dumping surface format function.Andrei Karas1-1/+10
2017-08-17Add missing image format fields into SDLImageHelper::load.Andrei Karas1-0/+14
2017-08-16Load evol packet offset from first packet from server.Andrei Karas2-1/+8
2017-08-15Add gcc-4.9 tests with asan flags into .gitlab-ci.ymlAndrei Karas2-0/+86
2017-08-15Add builds with gcc 4.9 and asan flags.Andrei Karas2-0/+96
2017-08-15Disable some asan jobs due gitlab.com bug https://gitlab.com/gitlab-com/suppo...Andrei Karas1-14/+28
2017-08-15Add missing asan builds for i386 into .gitlab-ci.ymlAndrei Karas1-1/+17
2017-08-14Fix type in previous commit.Andrei Karas1-1/+1
2017-08-14Replace bswap_16/32 to __builtin_bswap16/32.Andrei Karas1-6/+2
2017-08-14Dont try to draw hidden rows by filter in item container.Andrei Karas1-4/+4
2017-08-14Add new gcc snapshot flags.Andrei Karas1-0/+1
2017-08-14Fix some pointer to bool conversions.Andrei Karas7-13/+13
2017-08-14Replace build with curl-7_55_0 to curl-7_55_1.Andrei Karas1-2/+2
2017-08-14Replace static members usage from pointers to direct classes.Andrei Karas45-171/+134
2017-08-13Add offset for all defined evol packets.Andrei Karas10-40/+55
2017-08-13Change height in item containers if some items hidden by filter.Andrei Karas2-6/+22
2017-08-12Remove extra include and fix namespace comment.Andrei Karas2-2/+1
2017-08-12Add MailOpenType enum for different open types.Andrei Karas8-42/+80
2017-08-11Allow send mail2 packets to plain hercules.Andrei Karas1-13/+13
2017-08-11Add packet CMSG_MAIL2_CANCEL_WRITE_MAIL 0x0a03.Andrei Karas6-0/+22
2017-08-11Add packet CMSG_MAIL2_CLOSE_MAILBOX 0x09e9.Andrei Karas6-0/+27
2017-08-11Add packet CMSG_MAIL2_OPEN_MAILBOX 0x09e8.Andrei Karas6-0/+29
2017-08-11Add packet CMSG_MAIL2_REFRESH_MAIL_LIST 0x09ef.Andrei Karas6-0/+29
2017-08-11Add packet CMSG_MAIL2_REQUEST_ITEMS 0x09f3.Andrei Karas6-0/+29
2017-08-11Add packet CMSG_MAIL2_REQUEST_MONEY 0x09f1.Andrei Karas6-0/+34
2017-08-11Add packet CMSG_MAIL2_DELETE_MAIL 0x09f5.Andrei Karas6-0/+29
2017-08-11Add packet CMSG_MAIL2_READ_MAIL 0x09ea.Andrei Karas6-0/+33
2017-08-11Add packet CMSG_MAIL2_NEXT_PAGE 0x09ee.Andrei Karas6-0/+32
2017-08-11Add packet CMSG_MAIL2_SEND_MAIL 0x09ec.Andrei Karas6-0/+67
2017-08-11Add function for send int64 fields into network.Andrei Karas2-0/+20
2017-08-11Fix added MAIL2 packets limits by packet version and plugin version.Andrei Karas3-1/+25
2017-08-11Add packet CMSG_CHECK_NAME 0x0a13.Andrei Karas6-0/+25
2017-08-11Add packet CMSG_MAIL2_REMOVE_ITEM_MAIL 0x0a06.Andrei Karas6-0/+28
2017-08-11Add packet CMSG_MAIL2_ADD_ITEM_TO_MAIL 0x0a04.Andrei Karas6-0/+34
2017-08-11Add packet CMSG_MAIL2_OPEN_WRITE_MAIL 0x0a08.Andrei Karas6-0/+22
2017-08-11Change in packet names rodex to mail2.Andrei Karas1-12/+12
2017-08-11Add packet SMSG_RODEX_REQUEST_ITEMS 0x09f4.Andrei Karas3-0/+10
2017-08-11Add packet SMSG_RODEX_REQUEST_MONEY 0x09f2.Andrei Karas3-0/+12
2017-08-11Add packet SMSG_RODEX_MAIL_DELETE 0x09f6.Andrei Karas3-0/+9
2017-08-11Add packet SMSG_RODEX_READ_MAIL 0x09eb.Andrei Karas3-0/+35
2017-08-11Add packet SMSG_RODEX_MAIL_LIST_PAGE 0x09f0.Andrei Karas3-0/+29