summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2017-03-14Fixed MVP exp message issue for clients 2013-12-23cRagexe and newerEmistry Haoyan4-0/+18
2017-03-12Merge pull request #1610 from mekolat/timer2Haru1-17/+37
2017-03-12Minor optimizations for the warpguild implementationHaru1-12/+13
2017-03-12Merge pull request #1496 from Emistry/scriptcommand_warpguildHaru1-28/+33
2017-03-11Remove a duplicate comment lineHaru1-1/+0
2017-03-10Merge pull request #1509 from 4144/fixwarnsmokexyz1-4/+5
2017-03-05allow to use addtimercount on another playergumi1-2/+6
2017-03-05fix code style in buildin_addtimercountgumi1-4/+5
2017-03-05allow to use deltimer on another playergumi1-2/+6
2017-03-05fix code style in buildin_deltimergumi1-2/+3
2017-03-05allow to use addtimer on another playergumi1-2/+6
2017-03-05make addtimer return success or failuregumi1-2/+6
2017-03-05fix code style in buildin_addtimergumi1-4/+6
2017-03-05Merge pull request #1589 from mekolat/strinfo2Haru1-58/+77
2017-03-05Update *warpguild() script command.Emistry Haoyan1-28/+33
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
2017-01-14Fix assert in unit_resume_running.Andrei Karas1-4/+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