summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-12Use enum OPEN_ROULETTE_ACK in roulette open ack packet.Andrei Karas2-2/+2
2018-12-12Add missing enum values into roulette generate ack packet.Andrei Karas2-6/+10
2018-12-12Add some missing checks for inventory index variable.Andrei Karas2-0/+2
2018-12-12Add script command for insert cards into equipped items.Andrei Karas4-4/+69
2018-12-12Add packet ZC_ENCHANT_EQUIPMENTAndrei Karas3-0/+32
2018-12-12Update packet AC_LOGIN_OTP.Andrei Karas3-27/+50
2018-12-12Add support for 4 bytes item id fields in main clients.Andrei Karas4-69/+84
2018-12-12Update messages up to 2018-12-12Andrei Karas3-12/+104
2018-12-12Update shuffle packets up to 2018-12-12Andrei Karas3-7/+50
2018-12-12Update keys up to 2018-12-12Andrei Karas2-4/+11
2018-12-12Update packet len table up to 2018-12-12Andrei Karas6-15/+320
2018-12-12Fix packet ZC_CLANINFO.Andrei Karas2-9/+12
2018-12-12Fix some visual studio warnings.Andrei Karas2-3/+3
2018-12-12Add validation for buffer size in char_mmo_char_tobuf.Andrei Karas1-3/+6
2018-12-12Increase default value for MAX_PACKET_LOGIN_DB to 0xad0Andrei Karas1-1/+1
2018-12-12Move packets struct in login server into separate files for AC and CA packets.Andrei Karas7-300/+371
2018-12-12Update HPM.Andrei Karas5-15/+116
2018-12-12Rename structs packet_* into PACKET_*Andrei Karas2-56/+51
2018-12-12Rename defines PACKET_ID_* to HEADER_*Andrei Karas4-55/+53
2018-12-12Change max packet version in travis to 2018-12-12.Andrei Karas1-6/+6
2018-11-27Add incomplete packet CA_OTP_CODE.Andrei Karas2-1/+25
2018-11-27Add support for int32 item id fields in zero client 20181114.Andrei Karas4-71/+86
2018-11-27Add packet AC_REQ_MOBILE_OTPAndrei Karas3-2/+24
2018-11-27Add incomplete packet CA_ACK_MOBILE_OTP.Andrei Karas4-4/+39
2018-11-26fix map_forcountinmap using block size rather than cell sizegumi1-1/+1
2018-11-21Release v2018.11.18+1v2018.11.18+1Haru1-0/+6
2018-11-21Fix a regression that prevented characters from being resurrectedHaru1-1/+1
2018-11-20Change short group to bool is_group in s_add_dropskyleo3-17/+15
2018-11-19Release v2018.11.18v2018.11.18Haru1-0/+48
2018-11-16Merge pull request #2322 from MishimaHaruna/fix-allychat-leaveguildHaru7-73/+49
2018-11-15Merge pull request #2323 from MishimaHaruna/gitlab-ci-fixHaru1-6/+6
2018-11-15HPM Hooks UpdateHercules.ws10-0/+95
2018-11-15Merge pull request #2321 from 4144/packetlenHaru111-21343/+289790
2018-11-15Update Xcode project with the new common/packets filesHaru1-19/+129
2018-11-15Update keys up to 2018-11-14.Andrei Karas2-23/+26
2018-11-15Update messages to 2018-11-14.Andrei Karas1-1/+46
2018-11-15Update visual studio project files.Andrei Karas21-5/+41
2018-11-15Add packet validation for RFIFOSKIP.Andrei Karas1-0/+29
2018-11-15Add validation for WFIFOHEAD buffer allocations.Andrei Karas2-8/+23
2018-11-15Add packet versions for all server types into socket_datasync.Andrei Karas1-0/+5
2018-11-15Add packets from plugins into packets len table.Andrei Karas1-0/+5
2018-11-15Remove packet len field from packet macro and packet functions.Andrei Karas1-8/+6
2018-11-15Remove packet len fields from packets.hAndrei Karas4-18680/+18715
2018-11-14Merge pull request #1233 from dastgirp/r5-defenseHaru2-31/+36
2018-11-14Clarify the code around the def/flee reduction for multiple attackersHaru1-31/+35
2018-11-14Merge pull request #1215 from HerculesWS/HP_DisplayHaru14-159/+313
2018-11-14Merge pull request #2255 from Emistry/doc_mob_modeHaru3-114/+73
2018-11-14Merge pull request #2256 from Emistry/doc_quest_variableHaru2-108/+262
2018-11-14Extend status->heal() with a flag to allow reviving a dead characterHaru3-3/+5
2018-11-14HPM Hooks UpdateHaru4-15/+83