summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-03-05fix code style in buildin_addtimergumi1-4/+6
2017-03-05Merge pull request #1589 from mekolat/strinfo2Haru1-58/+77
2017-03-04Merge pull request #1530 from guilherme-gm/party-leader-leaveHaru2-23/+53
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. M6-20/+35
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 946b7f8490e952fbd90c6760f256ddfdd1e98137KirieZ2-29/+44
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-22Fix CMDLINE_OPT_PARAM arguments in plugins failing to loadHaru1-0/+2
2017-01-14HPM Hooks Updatehemagx4-20/+20
2017-01-10Update md5 calculation to be able to hash a binary buffer instead of only str...hemagx2-18/+16
2017-01-02HPM Hooks UpdateHercules.ws15-15/+15
2016-12-23Follow-up 19c07f4KirieZ2-4/+4
2016-12-20Follow-up ea449a7, fixed coding-styleKirieZ2-13/+10
2016-12-18Changed behavior when party leader leaves it from party being disbanded to le...KirieZ2-18/+36
2016-12-03HPM Hooks UpdateHaru5-124/+158
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 mapidHaru5-31/+38
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)Haru25-273/+297
2016-12-03Clarify the meaning of the MAPID_* constantsHaru2-103/+234
2016-12-03Add support for static assertions (on compilers that support them)Haru1-0/+27
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 libconfig key namesHaru1-9/+17
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-19Fix various uninitialized objects in the test_libconfig suiteHaru1-0/+31