Age | Commit message (Expand) | Author | Files | Lines |
2018-02-16 | Remove extra includes. | Andrei Karas | 4 | -8/+0 |
2018-02-16 | Fix compilation with clang. | Andrei Karas | 2 | -0/+3 |
2018-02-16 | Add -D_GLIBCXX_CONCEPT_CHECKS into glibc debug flags. | Andrei Karas | 1 | -2/+2 |
2018-02-16 | Add flush in logger for improve log saving. | Andrei Karas | 1 | -0/+5 |
2018-02-16 | Replace file type from stream to FILE in logger. | Andrei Karas | 15 | -69/+136 |
2018-02-15 | Remove unused channel parameter from talk methods.s20180215 | Andrei Karas | 12 | -52/+30 |
2018-02-14 | Add unit test for creation clan window. | Andrei Karas | 1 | -1/+9 |
2018-02-14 | Add unit test for creation window CharCreateDialog. | Andrei Karas | 3 | -13/+14 |
2018-02-14 | Remove extra includes. | Andrei Karas | 6 | -13/+0 |
2018-02-13 | Add claninfo.h into make files. | Andrei Karas | 2 | -0/+2 |
2018-02-13 | Show clan name in player popup. | Andrei Karas | 1 | -0/+10 |
2018-02-13 | Store clan names into each player being. | Andrei Karas | 3 | -0/+24 |
2018-02-13 | Change client protocol version to 24. | Andrei Karas | 1 | -1/+1 |
2018-02-13 | Add support for show clan badge. | Andrei Karas | 5 | -0/+51 |
2018-02-13 | Show clan window in buttons at top right corner. | Andrei Karas | 1 | -0/+5 |
2018-02-13 | Allow set shortcut to clan window. | Andrei Karas | 1 | -0/+6 |
2018-02-13 | Add clan window. | Andrei Karas | 19 | -3/+564 |
2018-02-12 | Dont allow add same window into delete list more than once. | Andrei Karas | 2 | -2/+19 |
2018-02-12 | Fix code style. Add missing actorManager null checks. | Andrei Karas | 18 | -16/+57 |
2018-02-11 | Fix compilation with enabled debug images. | Andrei Karas | 2 | -2/+5 |
2018-02-11 | Add clandb support. | Andrei Karas | 8 | -0/+251 |
2018-02-11 | Move reading and combining item stats into separate file. | Andrei Karas | 10 | -46/+152 |
2018-02-11 | Rename clanInfo into localClan. | Andrei Karas | 6 | -24/+24 |
2018-02-11 | Add basic support for clans. | Andrei Karas | 15 | -9/+184 |
2018-02-09 | Collect clan info information in clan object. | Andrei Karas | 5 | -10/+113 |
2018-02-09 | Impliment packet CMSG_CLAN_MESSAGE 0x098d. | Andrei Karas | 13 | -0/+275 |
2018-02-09 | Add packet SMSG_CLAN_CHAT 0x098e. | Andrei Karas | 3 | -0/+13 |
2018-02-09 | Add packet SMSG_CLAN_LEAVE 0x0989. | Andrei Karas | 3 | -0/+7 |
2018-02-09 | Add packet SMSG_CLAN_ONLINE_COUNT 0x0988. | Andrei Karas | 3 | -0/+14 |
2018-02-08 | Add packet SMSG_CLAN_INFO 0x098a. | Andrei Karas | 6 | -0/+100 |
2018-02-08 | Add shuffle packets for version 20180207. | Andrei Karas | 2 | -0/+68 |
2018-02-01 | Fix compilation with clang. | Andrei Karas | 1 | -2/+3 |
2018-01-31 | Update shuffle packets for zero packet version. | Andrei Karas | 1 | -0/+34 |
2018-01-31 | Convert function isWordSeparator into constexpr function. | Andrei Karas | 2 | -10/+8 |
2018-01-25 | Add new shuffle packets for versions 20180117, 20180124. | Andrei Karas | 2 | -0/+102 |
2018-01-17 | Show error message if bank check action failed. | Andrei Karas | 3 | -1/+8 |
2018-01-17 | Add packet SMSG_SHOW_PROGRESS_BAR_FREE 0x09d1. | Andrei Karas | 3 | -0/+13 |
2018-01-16 | Add packet SMSG_PARTY_INFO 0x0ae5. | Andrei Karas | 2 | -0/+3 |
2018-01-16 | Add packet SMSG_PARTY_MEMBER_INFO 0x0ae4. | Andrei Karas | 2 | -0/+8 |
2018-01-16 | Add packet SMSG_CHANGE_MAP_SERVER 0x0ac7. | Andrei Karas | 2 | -0/+11 |
2018-01-16 | Add packet SMSG_ITEM_DROPPED 0x0add for zero clients.s20180116 | Andrei Karas | 3 | -0/+14 |
2018-01-16 | Fix code style. | Andrei Karas | 7 | -14/+9 |
2018-01-13 | Dont allow use realpath function if in path present "(unreachable)". | Andrei Karas | 1 | -0/+4 |
2018-01-13 | Dont allow "(unreachable)" in update files paths. | Andrei Karas | 1 | -1/+2 |
2018-01-09 | Remove useless A_CONST attributes. | Andrei Karas | 66 | -300/+261 |
2018-01-08 | Fix int to bool conversion in loginrecv.cpp | Andrei Karas | 1 | -2/+2 |
2018-01-06 | Add shuffle packets for main and zero clients. | Andrei Karas | 5 | -220/+4710 |
2018-01-05 | Add shuffle packets for new client versions. | Andrei Karas | 1 | -0/+272 |
2018-01-05 | Split packets file into normal and shuffle packets. | Andrei Karas | 5 | -6970/+7008 |
2018-01-05 | Add support for packets type flag. | Andrei Karas | 3 | -0/+23 |