summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2017-02-19Merge pull request #1457 from Ridley8819/unitIbrahem Hossam1-1/+1
2017-01-27remove hardcoded chat area size from clif.c, add chat_area_size to battleconfgumi4-2/+5
2016-12-03Remove the platform-dependent variables from struct status_dataHaru11-60/+61
2016-12-03Add function to retrieve the appropriate fame list type for a job mapidHaru4-31/+37
2016-12-03Change the argument to pc->famerank() to a rank type (instead of job mapid)Haru4-22/+42
2016-12-03Ensure that pc->addfame() increments the correct fame pointsHaru5-38/+56
2016-12-03Clarify some Job Class vs MapID confusion (2/2)Haru11-215/+251
2016-12-03Clarify some Job Class vs MapID confusion (1/2)Haru17-199/+221
2016-12-03Clarify the meaning of the MAPID_* constantsHaru1-97/+228
2016-12-02Fixed a null-pointer dereference in BUILDIN(makeitem2)Haru1-1/+1
2016-12-02Merge pull request #1405 from Emistry/scriptcommand_makeitem2Haru1-0/+85
2016-12-02Merge pull request #1521 from Lemongrass3110/fix/areawarp_cellcheckIbrahem Hossam1-1/+4
2016-12-02Merge pull request #1494 from Emistry/party_check_stateIbrahem Hossam1-5/+9
2016-12-01Fixed areawarp cell checkLemongrass31101-1/+4
2016-11-20Removed support for apostrophes in constantsHaru1-1/+1
2016-11-20Added validation for the AegisName while parsing the item dbHaru1-0/+24
2016-11-20Synchronized the AegisNames to the in-source ITEMID_ constantsHaru3-34/+34
2016-11-19Extend the previous linker library order fix to other makefilesHaru1-3/+3
2016-11-07Corrected an issue causing WZ_HEAVENDRIVE to be ineffectiveHaru1-4/+4
2016-11-03Fix version for packet 0x08d6 ZC_CLEAR_DIALOG.Andrei Karas2-2/+12
2016-11-03Add packet 0x08d3 ZC_SE_CASHSHOP_UPDATE into packets.hAndrei Karas1-0/+7
2016-11-03Fix version for packet 0x08d2 ZC_FASTMOVE.Andrei Karas2-3/+2
2016-11-03Add packets 0x08d0 ZC_REQ_WEAR_EQUIP_ACK2, 0x08d1 ZC_REQ_TAKEOFF_EQUIP_ACK2 i...Andrei Karas1-0/+2
2016-11-03Fix version for packet 0x08cf ZC_SPIRITS_ATTRIBUTE.Andrei Karas2-3/+9
2016-11-03Add packet 0x09dc into packets.hAndrei Karas1-0/+7
2016-11-03Add packet 0x08cb ZC_PERSONAL_INFOMATION into packets.hAndrei Karas1-0/+8
2016-11-03Fix version for packet 0x08ca ZC_ACK_SCHEDULER_CASHITEM.Andrei Karas2-1/+5
2016-11-03Fix version for packet 0x08c9.Andrei Karas1-1/+1
2016-11-03Add packet 0x08c8 ZC_NOTIFY_ACT3 into packets.hAndrei Karas1-0/+7
2016-11-03Add packet 0x08c7 ZC_SKILL_ENTRY3 into packets.hAndrei Karas1-0/+7
2016-11-03Add packets 0x08c1, 0x08c2 into packets.hAndrei Karas1-0/+2
2016-11-03Fix version for packet 0x08c0 ZC_ACK_SE_CASH_ITEM_LIST2.Andrei Karas2-2/+14
2016-11-03Add packets 0x2f3-0x2f6 into packets.hAndrei Karas1-0/+10
2016-11-03Add packets 0x08b4, 0x08b5, 0x08b6 into packets.hAndrei Karas1-0/+9
2016-11-03Fix version for packet 0x08b3 ZC_SHOWSCRIPTAndrei Karas2-0/+9
2016-11-03Add packet 0x08b1 ZC_MCSTORE_NOTMOVEITEM_LIST int packets.hAndrei Karas1-0/+7
2016-11-03Fix version for packet 0x08e2 ZC_NAVIGATION_ACTIVE.Andrei Karas2-3/+6
2016-11-03Fix version for packet 0x097e ZC_UPDATE_RANKING_POINT.Andrei Karas2-4/+7
2016-11-03Add packet size 0x097d ZC_ACK_RANKING into packets.hAndrei Karas2-2/+11
2016-11-03Fix version for packet 0x0a28 ZC_ACK_OPENSTORE2Andrei Karas2-3/+10
2016-11-03Add packets CZ_GANGSI_RANK and CZ_JOIN_BATTLE_FIELD with clif_dull function.Andrei Karas1-51/+58
2016-10-28Fixed copyright year for 2016Lemongrass311055-55/+55
2016-10-27Update party_check_stateEmistry Haoyan1-5/+9
2016-10-23Removed the too small max key length limit on the npc_removed_list DBMapHaru1-1/+1
2016-10-23Fixed some incorrect SCFLAG values introduced in b0006317e5cc4a48cd5b8a501b94...Haru1-6/+6
2016-10-22Fix incorrect coding style used in char/char.c and map/skill.cDastgir Pojee1-4/+4
2016-10-22Added max_summoner_parameter:Dastgir Pojee3-0/+4
2016-10-22Minor Typo fixes, also added tsc declarationDastgir Pojee1-3/+4
2016-10-22Implemented UNT_CATNIPPOWDER.Dastgir Pojee2-0/+21
2016-10-22Implemented SC_SHRIMP.Dastgir Pojee1-0/+8