summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-01Fix compilation with NaCl.v1.8.9.1Andrei Karas1-0/+6
2018-09-01Change version to 1.8.9.1Andrei Karas9-9/+43
2018-08-31Update translations.Andrei Karas24-2584/+2592
2018-08-31Remove extra virtual.Andrei Karas1-1/+1
2018-08-31Fix code style.Andrei Karas2-2/+3
2018-08-19Remove extra includes.Andrei Karas3-9/+0
2018-08-07Disable errors "in cache other image" because here can be false positives.Andrei Karas1-2/+3
2018-08-06Play any item related sound as game sound and not as gui sounds.Andrei Karas1-1/+3
2018-08-06Play item usage sound to every player around.Andrei Karas3-13/+62
2018-08-06Move InventoryRecv::processPlayerInventoryUse from ea namespace into tmwa and...Andrei Karas8-29/+55
2018-08-06Dont disable keyboard input in pincode dialogs.Andrei Karas2-8/+1
2018-08-06Fix possible double free in zip reading code if zip file corrupted.Andrei Karas1-1/+1
2018-08-06Add possible workaround for realpath overflow.Andrei Karas1-4/+11
2018-07-30Split updateprotocol.cpp into files for lower memory usage in compilation.Andrei Karas9-7/+246
2018-07-28Fix deheader include issue [ci skip].Andrei Karas1-0/+1
2018-07-28Disable warning deprecated-copy in gcc-snapshot builds [ci skip].Andrei Karas4-4/+8
2018-07-28Limit parallel build jobs in gcc-4.9 with asan flags on i386 arch.Andrei Karas1-0/+2
2018-07-28Remove depricated flag from gcc-snapshot flags [ci skip]Andrei Karas1-1/+2
2018-07-27Send talk request from context menu by being id.Andrei Karas2-2/+14
2018-07-27Fix moving between slots in character selection dialog.Andrei Karas1-4/+4
2018-07-27Dont allow buy items with amount 0 from markets.Andrei Karas1-1/+9
2018-07-27Fix packet SMSG_PARTY_INFO for 2017+ packet version.Andrei Karas1-6/+8
2018-07-27Add support for main/re/zero packet versions in MessageIn class.Andrei Karas2-2/+32
2018-07-27Add packet CMSG_PLAYER_SELECT_STYLE 0x0afc.Andrei Karas6-5/+19
2018-07-27Fix code style.Andrei Karas3-8/+8
2018-07-27Add new chanaged packet where item id with size int32 was introduced.Andrei Karas4-7/+51
2018-07-27Add packet SMSG_LOGIN_ERROR2 0x0b02Andrei Karas1-0/+7
2018-07-26Fix version check in packet RouletteRecv::processRouletteInfoAckType.Andrei Karas1-1/+1
2018-07-26Update shuffle packets for new packet versions.Andrei Karas6-102/+11693
2018-07-26Fix version check for packet CMSG_NPC_CASH_SHOP_REQUEST_TAB.Andrei Karas1-1/+4
2018-07-26Revert "Try add workaround for gitlab include bug [ci skip]"Andrei Karas1-2/+0
2018-07-26Remove server version check for outdated server version.Andrei Karas1-1/+1
2018-07-26Add support for changed item id size in packets.Andrei Karas36-132/+223
2018-07-23Try add workaround for gitlab include bug [ci skip]Andrei Karas1-0/+2
2018-07-20Update asan library name.Andrei Karas1-2/+2
2018-07-14Update packet SMSG_ROULETTE_INFO_ACK_TYPE 0x0a1c.Andrei Karas2-2/+17
2018-07-14Update versions for packet SMSG_PRIVATE_AIRSHIP_RESPONSE 0x0A4A.Andrei Karas1-0/+6
2018-07-14Update packet CMSG_PRIVATE_AIRSHIP_REQUEST 0x0a49.Andrei Karas2-1/+11
2018-07-14Update packet SMSG_SEARCHSTORE_SEARCH_ACK 0x0836 for new versions.Andrei Karas2-0/+15
2018-07-14Rename packet CMSG_PLAYER_SET_EQUIPMENT_VISIBLE into CMSG_SET_CONFIG_OPTION.Andrei Karas6-9/+14
2018-07-14Add packet SMSG_PET_EVOLUTION_RESULT 0x09fcAndrei Karas3-0/+10
2018-07-14Add packet CMSG_PET_EVOLUTION 0x09fb.Andrei Karas6-0/+35
2018-07-14Add packet SMSG_CHAR_PINCODE_STATUS2 0x0ae9.Andrei Karas5-31/+93
2018-07-11Use correct images in gcc-6 tests with valgrind.s20180713Andrei Karas1-3/+2
2018-07-11Ignore wrong check by clang-tidy in sdl2.Andrei Karas1-1/+1
2018-07-11Fix ci_site branch ci script. [ci skip]Andrei Karas1-0/+2
2018-07-11Exclude header doctest.h from deheader.Andrei Karas3-0/+3
2018-07-11Disable some new flags in clang-tidy.Andrei Karas1-2/+2
2018-07-11Use unsigned enum values in inputcondition.hAndrei Karas1-26/+26
2018-07-10Disable valgrind in most branches. With gcc-6 replace to stable debian image.Andrei Karas3-6/+36