summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-23Update translationsv1.9.3.23Andrei Karas24-1014/+1016
2019-03-23Change version to 1.9.3.23Andrei Karas9-9/+20
2019-03-21Add missing check in ActorManager::addCharAndrei Karas1-1/+2
2019-03-21Remove extra include from generalhandlerAndrei Karas1-1/+0
2019-03-21Remove useless explicit keyword from BeingHandler constructors.Andrei Karas3-3/+3
2019-03-21Possible fix for desync in movingAndrei Karas14-29/+65
2019-03-19Remove extra includeAndrei Karas1-1/+0
2019-03-18Fix badges state in legacy server online list packetAndrei Karas1-15/+1
2019-03-18Remove deprecated std::mem_funAndrei Karas1-2/+8
2019-03-16Remove extra check from guildrecv.cppAndrei Karas1-10/+7
2019-03-16Sort fields in class InventoryItemAndrei Karas1-15/+15
2019-03-15Update shuffle packetsAndrei Karas3-0/+136
2019-03-11Update packet SMSG_SKILL_CASTINGAndrei Karas1-0/+12
2019-03-07Fix map gat name on windowss20190311Andrei Karas1-1/+1
2019-03-07Add function for find first right separatorAndrei Karas3-0/+54
2019-03-05Remove .whitesource due useless serviceAndrei Karas1-8/+0
2019-03-05Remove extra includes.Andrei Karas2-3/+0
2019-03-05Fix jemalloc package name in ci malloc branchAndrei Karas1-12/+12
2019-03-05Fix code styleAndrei Karas2-8/+9
2019-03-04Rename packet SMSG_PLAYER_EQUIP_TICK_ACK into SMSG_PLAYER_ZC_CONFIGAndrei Karas3-5/+4
2019-03-04Fix player names in guild in new packets.Andrei Karas2-2/+16
2019-03-03Impliment packet SMSG_INVENTORY_END 0x0b0bAndrei Karas2-7/+74
2019-03-02Impliment packet SMSG_PLAYER_COMBINED_EQUIPMENT 0x0b0aAndrei Karas3-25/+85
2019-03-02Impliment packet SMSG_PLAYER_COMBINED_INVENTORY1 0x0b09Andrei Karas1-13/+60
2019-03-02Impliment packet SMSG_INVENTORY_START 0x0b08Andrei Karas9-21/+78
2019-03-02Fix reading packet len in inventory related packetsAndrei Karas1-4/+5
2019-03-01Update shuffle packetsAndrei Karas3-0/+952
2019-02-12Define constants USE_TINYXML_OLD in deheader builds with tinyxml2Andrei Karas1-2/+2
2019-02-12Use debian stretch in cicrcle ci build for gcc-6Andrei Karas3-10/+10
2019-02-12Use debian stretch for gcc-6 builds in travis ciAndrei Karas1-8/+8
2019-02-12Use debian stretch in gcc-6 ci buildsAndrei Karas4-10/+29
2019-02-12Add packet CMSG_CLIENT_VERSION 0x044aAndrei Karas6-0/+25
2019-02-12Add packet SMSG_SKILL_CASTING 0x0b1aAndrei Karas3-8/+64
2019-02-02Remove useless cast in messageout.cpps20190211Andrei Karas1-1/+1
2019-01-27Use artfull in all deheader ci jobs.Andrei Karas1-4/+0
2019-01-27Remove useless strprintf from actions/chat.cppAndrei Karas1-1/+1
2019-01-27Remove xcode 10 builds from azureAndrei Karas1-6/+0
2019-01-27Possible fix for SDL 1.2 build on fedoraAndrei Karas1-3/+3
2019-01-27Remove compiler flag -Wchkp from fedora buildsAndrei Karas1-1/+2
2019-01-27Fix wrong extern in loginhandler.cppAndrei Karas1-1/+1
2019-01-27Remove extra strprintf usage from clanwindowtabs.cppAndrei Karas1-1/+1
2019-01-27Remove extra include from barterrecv.cppAndrei Karas1-2/+0
2019-01-27Fix travis and azure ci config filesAndrei Karas2-3/+3
2019-01-26Use cosmic in circle ci buildsAndrei Karas1-4/+4
2019-01-26Use cosmic for travis gcc-5 buildsAndrei Karas1-10/+10
2019-01-26Replace in azure builds xcode 8 to xcode 10Andrei Karas1-2/+2
2019-01-26Replace in gcc-5 ci builds unstable to cosmicAndrei Karas4-21/+37
2019-01-26Add icomplete packet CMSG_NPC_BARTER_BUY 0x0b0fAndrei Karas6-0/+96
2019-01-26Add packet SMSG_NPC_BARTER_OPEN 0x0b0eAndrei Karas4-0/+36
2019-01-26Add packet SMSG_ENCHANT_EQUIPMENT 0x0a3fAndrei Karas3-0/+25