summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-07-28Fix values in enum private_airship.Andrei Karas1-2/+2
2018-07-28Update packet CZ_NPC_MARKET_PURCHASE.Andrei Karas1-0/+4
2018-07-28Update HPM.Andrei Karas5-8/+111
2018-07-28Add packet ZC_GROUP_ISALIVE.Andrei Karas4-1/+31
2018-07-28Add missing field into packet ZC_NPCACK_SERVERMOVE.Andrei Karas3-4/+13
2018-07-28Fix check for packet 0xa43 and related packets.Andrei Karas2-9/+6
2018-07-28Update struct for packet CZ_REQ_OPEN_MAIL.Andrei Karas2-3/+4
2018-07-28Update packet ZC_WARPLIST.Andrei Karas3-16/+55
2018-07-28Fix packet version for packets 0xacb and 0xacc.Andrei Karas1-6/+5
2018-07-28Add support for chat commands /changedress and /nocosplay for remove costumesAndrei Karas4-2/+24
2018-07-28Add over weight packet.Andrei Karas4-0/+21
2018-07-28Update packets and keys up to 2018-07-25.Andrei Karas6-11/+23
2018-07-28Update messages table up to 2018-07-25.Andrei Karas3-10611/+10662
2018-07-28Merge pull request #2147 from MishimaHaruna/fixcooldownHaru1-10/+4
2018-07-28HPM Hooks UpdateHercules.ws11-1/+2502
2018-07-28Merge pull request #2067 from dastgirp/1-achievementHaru34-84/+3426
2018-07-26Fix an issue that causes skill cooldowns to get stuck indefinitelyHaru1-10/+4
2018-07-26Merge pull request #2143 from dastgirp/plugin/unit_layoutHaru4-11/+11
2018-07-25Merge pull request #2093 from AnnieRuru/47-MAX_ARRAYSIZEHaru2-3/+3
2018-07-25HPM Hooks UpdateHercules.ws4-0/+34
2018-07-25Merge pull request #2138 from Asheraf/stylistupdateHaru5-5/+25
2018-07-24Implemented Title System.Dastgir11-99/+274
2018-07-24Implementation of the official Achievement System.smokexyz29-12/+711
2018-07-24Add achievement source files.smokexyz6-6/+2474
2018-07-24add support for PACKETVER >= 20180704 pet evolutionAsheraf2-1/+8
2018-07-24Correct wrong attribute used for pet evolution egg hidingAsheraf4-3/+16
2018-07-24HPMHook UpdateDastgir2-8/+8
2018-07-24Added missing parameter to init_unit_layout_unknownDastgir2-3/+3
2018-07-24HPM Hooks UpdateHercules.ws5-0/+407
2018-07-24Merge pull request #2107 from Asheraf/questinfo_vecHaru10-94/+527
2018-07-24Update the constdb2doc plugin for compatibility with the reloadable constdbHaru1-1/+1
2018-07-24Questinfo System overhaulAsheraf10-71/+511
2018-07-24Merge pull request #2130 from mekolat/reloadconstHaru4-23/+21
2018-07-24Convert questinfo data into a vectorAsheraf5-34/+27
2018-07-24Merge pull request #2088 from guilherme-gm/fix-ghostmonstersHaru5-2/+17
2018-07-23Merge pull request #2127 from sctnightcore/FixDateHaru10-10/+10
2018-07-19Fixing detecting item id or item name in string.Andrei Karas3-7/+7
2018-07-19Update HPM.Andrei Karas5-91/+198
2018-07-19Add new constant MAX_ITEM_ID for maximum allowed item id.Andrei Karas4-24/+117
2018-07-19Dont show non existing item id=0 errors in rodex.Andrei Karas1-3/+5
2018-07-19Changed MAX_ITEMDB to 0xFFFF.Andrei Karas1-1/+11
2018-07-19Update db2sql plugin with support for 32 bit item id.Andrei Karas1-1/+1
2018-07-19Replace item id shorts to int in map server.Andrei Karas29-153/+175
2018-07-19Add support for bodystyle in stylist shop uiAsheraf5-5/+25
2018-07-17Replace item id shorts to int in char server.Andrei Karas5-26/+26
2018-07-16Replace item id shorts to int in mmo.hAndrei Karas4-14/+15
2018-07-16Change all int item fields in packet structs into unsigned int.Andrei Karas1-41/+41
2018-07-16Fix issues found by coverity in last commits.Andrei Karas1-0/+4
2018-07-15HPM Hooks UpdateHercules.ws2-5/+5
2018-07-15Do attendace check only if packet requested open attendance ui (closes #2129).Andrei Karas1-11/+11