summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2017-03-05Merge pull request #1589 from mekolat/strinfo2Haru1-58/+77
2017-03-04Merge pull request #1530 from guilherme-gm/party-leader-leaveHaru1-1/+41
2017-02-26add getvariableofpc() buildingumi1-2/+51
2017-02-26allow character and account variables to reference another registrygumi1-15/+59
2017-02-26fix code style in set_reggumi1-19/+32
2017-02-26fix indentation in set_reggumi1-44/+44
2017-02-26fix code style in script_array_srcgumi1-5/+6
2017-02-26fix indentation in script_array_srcgumi1-22/+22
2017-02-26fix code style in get_valgumi1-17/+22
2017-02-26fix indentation in get_valgumi1-52/+52
2017-02-26Revert "allow to get vars of other players with getd"gumi1-210/+96
2017-02-26Merge pull request #1586 from mekolat/getd2Ridley1-96/+210
2017-02-26Added option to show classchange only to one player (#1587)Guilherme G. M4-12/+27
2017-02-25allow strcharinfo() and strnpcinfo() to take a GIDgumi1-58/+77
2017-02-25allow to get vars of other players with getdgumi1-96/+210
2017-02-25add chr() and ord() buildinsgumi1-1/+26
2017-02-24Merge pull request #1585 from guilherme-gm/disguise-fixRidley1-0/+12
2017-02-24Merge pull request #1567 from guilherme-gm/fix-nameditemRidley2-2/+19
2017-02-21Fixes disguise position de-synchronization (Fixes #1078)KirieZ1-0/+12
2017-02-19Merge pull request #1457 from Ridley8819/unitIbrahem Hossam1-1/+1
2017-02-12Follow-up 946b7f8490e952fbd90c6760f256ddfdd1e98137KirieZ1-13/+41
2017-02-06Fixes named items having their names changed when near other players/name's o...KirieZ2-2/+19
2017-01-27remove hardcoded chat area size from clif.c, add chat_area_size to battleconfgumi4-2/+5
2016-12-23Follow-up 19c07f4KirieZ1-1/+1
2016-12-20Follow-up ea449a7, fixed coding-styleKirieZ1-5/+5
2016-12-18Changed behavior when party leader leaves it from party being disbanded to le...KirieZ1-0/+12
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