summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 Karas3-4/+58
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-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-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-16Merge pull request #2322 from MishimaHaruna/fix-allychat-leaveguildHaru7-73/+49
2018-11-15HPM Hooks UpdateHercules.ws10-0/+95
2018-11-15Merge pull request #2321 from 4144/packetlenHaru91-21323/+289624
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 Karas2-4/+4
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_DisplayHaru13-159/+301
2018-11-14Merge pull request #2255 from Emistry/doc_mob_modeHaru1-1/+1
2018-11-14Extend status->heal() with a flag to allow reviving a dead characterHaru3-3/+5
2018-11-14HPM Hooks UpdateHaru4-15/+83
2018-11-14Use an enum as flag for status->heal() and related functionsHaru7-127/+154
2018-11-14Fixes #889 & #840Jedzkie5-15/+60
2018-11-14Merge pull request #2320 from MishimaHaruna/improve-charlogHaru1-5/+27
2018-11-14Remove len field from shuffle packets.Andrei Karas3-17526/+17527
2018-11-14Remove empty #if blocks from packets.hAndrei Karas1-1138/+2
2018-11-14Remove useless packets lines from packets.hAndrei Karas1-1393/+3
2018-11-14Update HPM hooks.Andrei Karas11-21/+115
2018-11-14Add send packet validation for connections between server and clients.Andrei Karas7-16/+71