summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-15Remove unused channel parameter from talk methods.s20180215Andrei Karas12-52/+30
2018-02-14Add unit test for creation clan window.Andrei Karas1-1/+9
2018-02-14Add unit test for creation window CharCreateDialog.Andrei Karas10-92/+222
2018-02-14Disable uninitialised memory valgrind reports in unit tests.Andrei Karas1-7/+8
2018-02-14Remove extra includes.Andrei Karas6-13/+0
2018-02-14Save any temporary logs in test builds into logs directory.Andrei Karas1-3/+3
2018-02-14Save valgrind tests log into logs directory.Andrei Karas1-6/+6
2018-02-13Add claninfo.h into make files.Andrei Karas2-0/+2
2018-02-13Show clan name in player popup.Andrei Karas1-0/+10
2018-02-13Store clan names into each player being.Andrei Karas3-0/+24
2018-02-13Change client protocol version to 24.Andrei Karas1-1/+1
2018-02-13Add support for show clan badge.Andrei Karas5-0/+51
2018-02-13Show clan window in buttons at top right corner.Andrei Karas1-0/+5
2018-02-13Allow set shortcut to clan window.Andrei Karas1-0/+6
2018-02-13Add clan window.Andrei Karas19-3/+564
2018-02-12Dont allow add same window into delete list more than once.Andrei Karas2-2/+19
2018-02-12Fix code style. Add missing actorManager null checks.Andrei Karas18-16/+57
2018-02-11Fix compilation with enabled debug images.Andrei Karas2-2/+5
2018-02-11Add clandb support.Andrei Karas8-0/+251
2018-02-11Move reading and combining item stats into separate file.Andrei Karas10-46/+152
2018-02-11Rename clanInfo into localClan.Andrei Karas6-24/+24
2018-02-11Add basic support for clans.Andrei Karas15-9/+184
2018-02-09Add clan chat tab colors into themes.Andrei Karas11-0/+49
2018-02-09Collect clan info information in clan object.Andrei Karas5-10/+113
2018-02-09Impliment packet CMSG_CLAN_MESSAGE 0x098d.Andrei Karas13-0/+275
2018-02-09Add packet SMSG_CLAN_CHAT 0x098e.Andrei Karas3-0/+13
2018-02-09Add packet SMSG_CLAN_LEAVE 0x0989.Andrei Karas3-0/+7
2018-02-09Add packet SMSG_CLAN_ONLINE_COUNT 0x0988.Andrei Karas3-0/+14
2018-02-08Add packet SMSG_CLAN_INFO 0x098a.Andrei Karas6-0/+100
2018-02-08Add shuffle packets for version 20180207.Andrei Karas2-0/+68
2018-02-01Fix compilation with clang.Andrei Karas1-2/+3
2018-01-31Update shuffle packets for zero packet version.Andrei Karas1-0/+34
2018-01-31Convert function isWordSeparator into constexpr function.Andrei Karas2-10/+8
2018-01-25Add new shuffle packets for versions 20180117, 20180124.Andrei Karas2-0/+102
2018-01-17Show error message if bank check action failed.Andrei Karas3-1/+8
2018-01-17Add packet SMSG_SHOW_PROGRESS_BAR_FREE 0x09d1.Andrei Karas3-0/+13
2018-01-16Add packet SMSG_PARTY_INFO 0x0ae5.Andrei Karas2-0/+3
2018-01-16Add packet SMSG_PARTY_MEMBER_INFO 0x0ae4.Andrei Karas2-0/+8
2018-01-16Add packet SMSG_CHANGE_MAP_SERVER 0x0ac7.Andrei Karas2-0/+11
2018-01-16Add packet SMSG_ITEM_DROPPED 0x0add for zero clients.s20180116Andrei Karas3-0/+14
2018-01-16Fix code style.Andrei Karas7-14/+9
2018-01-13Dont allow use realpath function if in path present "(unreachable)".Andrei Karas1-0/+4
2018-01-13Dont allow "(unreachable)" in update files paths.Andrei Karas1-1/+2
2018-01-12Update .gitlab-ci.yml for ci_gcc6.Andrei Karas1-0/+42
2018-01-09Remove useless A_CONST attributes.Andrei Karas66-300/+261
2018-01-08Fix int to bool conversion in loginrecv.cppAndrei Karas1-2/+2
2018-01-06Add shuffle packets for main and zero clients.Andrei Karas5-220/+4710
2018-01-05Add shuffle packets for new client versions.Andrei Karas1-0/+272
2018-01-05Split packets file into normal and shuffle packets.Andrei Karas5-6970/+7008
2018-01-05Add support for packets type flag.Andrei Karas3-0/+23