summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2018-12-14Add packet CZ_INVENTORY_EXPANDAndrei Karas4-0/+29
2018-12-14Add packet ZC_ACK_INVENTORY_EXPAND_RESULTAndrei Karas3-0/+32
2018-12-14Add packet ZC_ACK_INVENTORY_EXPANDAndrei Karas3-0/+34
2018-12-14Add packt ZC_INVENTORY_EXPANSION_INFOAndrei Karas5-0/+27
2018-12-12Add missing result values for packet ZC_PC_PURCHASE_RESULTAndrei Karas2-0/+6
2018-12-12Add packet CZ_STOP_USE_SKILLAndrei Karas4-0/+20
2018-12-12Add packet CZ_START_USE_SKILLAndrei Karas4-41/+74
2018-12-12Remove typedef from clr_type.Andrei Karas6-23/+23
2018-12-12Update packet ZC_AUTOSPELLLISTAndrei Karas2-20/+17
2018-12-12Add script command servicemessage.Andrei Karas1-0/+24
2018-12-12Add packet ZC_SERVICE_MESSAGE_COLORAndrei Karas3-0/+40
2018-12-12Fix packet ZC_PROPERTY_HOMUN for old clients.Andrei Karas2-11/+39
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 Karas3-4/+58
2018-12-12Add packet ZC_ENCHANT_EQUIPMENTAndrei Karas3-0/+32
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-12Fix packet ZC_CLANINFO.Andrei Karas2-9/+12
2018-11-27Add support for int32 item id fields in zero client 20181114.Andrei Karas4-71/+86
2018-11-27Add incomplete packet CA_ACK_MOBILE_OTP.Andrei Karas1-4/+0
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-15Merge pull request #2321 from 4144/packetlenHaru14-21272/+18846
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-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_DisplayHaru9-144/+218
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-14Use an enum as flag for status->heal() and related functionsHaru7-127/+154
2018-11-14Fixes #889 & #840Jedzkie5-15/+60
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-14Add send packet validation for connections between server and clients.Andrei Karas3-0/+3
2018-11-14Add compile time validation for packet ZC_ITEM_PREVIEW.Andrei Karas3-18/+30
2018-11-14Use new packet tables for packets len.Andrei Karas3-12/+14
2018-11-14Add interface for packets in common.Andrei Karas4-8/+9
2018-11-13use a dedicated zone remove function when reloading zonesgumi3-2/+25
2018-11-13Fixed code that assumed the character to be already on a map, on loginHaru1-2/+5
2018-11-13Remove a duplicate output line from the help message for the channel atcommandHaru1-3/+1