Age | Commit message (Expand) | Author | Files | Lines |
2018-08-06 | Play item usage sound to every player around. | Andrei Karas | 3 | -13/+62 |
2018-08-06 | Move InventoryRecv::processPlayerInventoryUse from ea namespace into tmwa and... | Andrei Karas | 8 | -29/+55 |
2018-08-06 | Dont disable keyboard input in pincode dialogs. | Andrei Karas | 2 | -8/+1 |
2018-08-06 | Fix possible double free in zip reading code if zip file corrupted. | Andrei Karas | 1 | -1/+1 |
2018-08-06 | Add possible workaround for realpath overflow. | Andrei Karas | 1 | -4/+11 |
2018-07-30 | Split updateprotocol.cpp into files for lower memory usage in compilation. | Andrei Karas | 9 | -7/+246 |
2018-07-28 | Fix deheader include issue [ci skip]. | Andrei Karas | 1 | -0/+1 |
2018-07-28 | Disable warning deprecated-copy in gcc-snapshot builds [ci skip]. | Andrei Karas | 4 | -4/+8 |
2018-07-28 | Limit parallel build jobs in gcc-4.9 with asan flags on i386 arch. | Andrei Karas | 1 | -0/+2 |
2018-07-28 | Remove depricated flag from gcc-snapshot flags [ci skip] | Andrei Karas | 1 | -1/+2 |
2018-07-27 | Send talk request from context menu by being id. | Andrei Karas | 2 | -2/+14 |
2018-07-27 | Fix moving between slots in character selection dialog. | Andrei Karas | 1 | -4/+4 |
2018-07-27 | Dont allow buy items with amount 0 from markets. | Andrei Karas | 1 | -1/+9 |
2018-07-27 | Fix packet SMSG_PARTY_INFO for 2017+ packet version. | Andrei Karas | 1 | -6/+8 |
2018-07-27 | Add support for main/re/zero packet versions in MessageIn class. | Andrei Karas | 2 | -2/+32 |
2018-07-27 | Add packet CMSG_PLAYER_SELECT_STYLE 0x0afc. | Andrei Karas | 6 | -5/+19 |
2018-07-27 | Fix code style. | Andrei Karas | 3 | -8/+8 |
2018-07-27 | Add new chanaged packet where item id with size int32 was introduced. | Andrei Karas | 4 | -7/+51 |
2018-07-27 | Add packet SMSG_LOGIN_ERROR2 0x0b02 | Andrei Karas | 1 | -0/+7 |
2018-07-26 | Fix version check in packet RouletteRecv::processRouletteInfoAckType. | Andrei Karas | 1 | -1/+1 |
2018-07-26 | Update shuffle packets for new packet versions. | Andrei Karas | 6 | -102/+11693 |
2018-07-26 | Fix version check for packet CMSG_NPC_CASH_SHOP_REQUEST_TAB. | Andrei Karas | 1 | -1/+4 |
2018-07-26 | Revert "Try add workaround for gitlab include bug [ci skip]" | Andrei Karas | 1 | -2/+0 |
2018-07-26 | Remove server version check for outdated server version. | Andrei Karas | 1 | -1/+1 |
2018-07-26 | Add support for changed item id size in packets. | Andrei Karas | 36 | -132/+223 |
2018-07-23 | Try add workaround for gitlab include bug [ci skip] | Andrei Karas | 1 | -0/+2 |
2018-07-20 | Update asan library name. | Andrei Karas | 1 | -2/+2 |
2018-07-14 | Update packet SMSG_ROULETTE_INFO_ACK_TYPE 0x0a1c. | Andrei Karas | 2 | -2/+17 |
2018-07-14 | Update versions for packet SMSG_PRIVATE_AIRSHIP_RESPONSE 0x0A4A. | Andrei Karas | 1 | -0/+6 |
2018-07-14 | Update packet CMSG_PRIVATE_AIRSHIP_REQUEST 0x0a49. | Andrei Karas | 2 | -1/+11 |
2018-07-14 | Update packet SMSG_SEARCHSTORE_SEARCH_ACK 0x0836 for new versions. | Andrei Karas | 2 | -0/+15 |
2018-07-14 | Rename packet CMSG_PLAYER_SET_EQUIPMENT_VISIBLE into CMSG_SET_CONFIG_OPTION. | Andrei Karas | 6 | -9/+14 |
2018-07-14 | Add packet SMSG_PET_EVOLUTION_RESULT 0x09fc | Andrei Karas | 3 | -0/+10 |
2018-07-14 | Add packet CMSG_PET_EVOLUTION 0x09fb. | Andrei Karas | 6 | -0/+35 |
2018-07-14 | Add packet SMSG_CHAR_PINCODE_STATUS2 0x0ae9. | Andrei Karas | 5 | -31/+93 |
2018-07-11 | Use correct images in gcc-6 tests with valgrind.s20180713 | Andrei Karas | 1 | -3/+2 |
2018-07-11 | Ignore wrong check by clang-tidy in sdl2. | Andrei Karas | 1 | -1/+1 |
2018-07-11 | Fix ci_site branch ci script. [ci skip] | Andrei Karas | 1 | -0/+2 |
2018-07-11 | Exclude header doctest.h from deheader. | Andrei Karas | 3 | -0/+3 |
2018-07-11 | Disable some new flags in clang-tidy. | Andrei Karas | 1 | -2/+2 |
2018-07-11 | Use unsigned enum values in inputcondition.h | Andrei Karas | 1 | -26/+26 |
2018-07-10 | Disable valgrind in most branches. With gcc-6 replace to stable debian image. | Andrei Karas | 3 | -6/+36 |
2018-07-10 | Switch to gcc-6 in gcov reports due broken gcovr and/or gcc in debian unstable. | Andrei Karas | 1 | -12/+12 |
2018-07-10 | Add package python-pkg-resources into ci builds what using gcovr [ci skip] | Andrei Karas | 2 | -3/+2 |
2018-07-10 | Update translations. | Andrei Karas | 23 | -137/+52 |
2018-07-10 | Disable valgrind in run tests due performance issue. | Andrei Karas | 1 | -8/+9 |
2018-07-01 | Update translations. | Andrei Karas | 25 | -1330/+1169 |
2018-06-30 | Rename "other" gender into "hidden" gender. | Andrei Karas | 14 | -30/+30 |
2018-06-21 | Disable some doctest builds with gcc-8 and asan due asan or doctest bug. | Andrei Karas | 1 | -2/+4 |
2018-06-19 | Add gcc-8 sanitized with with glibc debug flags and doctest [ci skip]. | Andrei Karas | 1 | -0/+16 |