Age | Commit message (Expand) | Author | Files | Lines |
2017-03-05 | allow to use addtimer on another player | gumi | 1 | -2/+6 |
2017-03-05 | make addtimer return success or failure | gumi | 1 | -2/+6 |
2017-03-05 | fix code style in buildin_addtimer | gumi | 1 | -4/+6 |
2017-03-05 | Merge pull request #1589 from mekolat/strinfo2 | Haru | 1 | -58/+77 |
2017-03-05 | Update *warpguild() script command. | Emistry Haoyan | 1 | -28/+33 |
2017-03-04 | Merge pull request #1530 from guilherme-gm/party-leader-leave | Haru | 2 | -23/+53 |
2017-02-26 | add getvariableofpc() buildin | gumi | 1 | -2/+51 |
2017-02-26 | allow character and account variables to reference another registry | gumi | 1 | -15/+59 |
2017-02-26 | fix code style in set_reg | gumi | 1 | -19/+32 |
2017-02-26 | fix indentation in set_reg | gumi | 1 | -44/+44 |
2017-02-26 | fix code style in script_array_src | gumi | 1 | -5/+6 |
2017-02-26 | fix indentation in script_array_src | gumi | 1 | -22/+22 |
2017-02-26 | fix code style in get_val | gumi | 1 | -17/+22 |
2017-02-26 | fix indentation in get_val | gumi | 1 | -52/+52 |
2017-02-26 | Revert "allow to get vars of other players with getd" | gumi | 1 | -210/+96 |
2017-02-26 | Merge pull request #1586 from mekolat/getd2 | Ridley | 1 | -96/+210 |
2017-02-26 | Added option to show classchange only to one player (#1587) | Guilherme G. M | 6 | -20/+35 |
2017-02-25 | allow strcharinfo() and strnpcinfo() to take a GID | gumi | 1 | -58/+77 |
2017-02-25 | allow to get vars of other players with getd | gumi | 1 | -96/+210 |
2017-02-25 | add chr() and ord() buildins | gumi | 1 | -1/+26 |
2017-02-24 | Merge pull request #1585 from guilherme-gm/disguise-fix | Ridley | 1 | -0/+12 |
2017-02-24 | Merge pull request #1567 from guilherme-gm/fix-nameditem | Ridley | 2 | -2/+19 |
2017-02-21 | Fixes disguise position de-synchronization (Fixes #1078) | KirieZ | 1 | -0/+12 |
2017-02-19 | Merge pull request #1457 from Ridley8819/unit | Ibrahem Hossam | 1 | -1/+1 |
2017-02-12 | Follow-up 946b7f8490e952fbd90c6760f256ddfdd1e98137 | KirieZ | 2 | -29/+44 |
2017-02-06 | Fixes named items having their names changed when near other players/name's o... | KirieZ | 2 | -2/+19 |
2017-01-27 | remove hardcoded chat area size from clif.c, add chat_area_size to battleconf | gumi | 4 | -2/+5 |
2017-01-22 | Fix CMDLINE_OPT_PARAM arguments in plugins failing to load | Haru | 1 | -0/+2 |
2017-01-17 | Fixes #1543 | Dastgir Pojee | 1 | -6/+8 |
2017-01-14 | HPM Hooks Update | hemagx | 4 | -20/+20 |
2017-01-14 | Fix assert in unit_resume_running. | Andrei Karas | 1 | -4/+5 |
2017-01-10 | Update md5 calculation to be able to hash a binary buffer instead of only str... | hemagx | 2 | -18/+16 |
2017-01-02 | HPM Hooks Update | Hercules.ws | 15 | -15/+15 |
2016-12-23 | Follow-up 19c07f4 | KirieZ | 2 | -4/+4 |
2016-12-20 | Follow-up ea449a7, fixed coding-style | KirieZ | 2 | -13/+10 |
2016-12-18 | Changed behavior when party leader leaves it from party being disbanded to le... | KirieZ | 2 | -18/+36 |
2016-12-03 | HPM Hooks Update | Haru | 5 | -124/+158 |
2016-12-03 | Remove the platform-dependent variables from struct status_data | Haru | 11 | -60/+61 |
2016-12-03 | Add function to retrieve the appropriate fame list type for a job mapid | Haru | 5 | -31/+38 |
2016-12-03 | Change the argument to pc->famerank() to a rank type (instead of job mapid) | Haru | 4 | -22/+42 |
2016-12-03 | Ensure that pc->addfame() increments the correct fame points | Haru | 5 | -38/+56 |
2016-12-03 | Clarify some Job Class vs MapID confusion (2/2) | Haru | 11 | -215/+251 |
2016-12-03 | Clarify some Job Class vs MapID confusion (1/2) | Haru | 25 | -273/+297 |
2016-12-03 | Clarify the meaning of the MAPID_* constants | Haru | 2 | -103/+234 |
2016-12-03 | Add support for static assertions (on compilers that support them) | Haru | 1 | -0/+27 |
2016-12-02 | Fixed a null-pointer dereference in BUILDIN(makeitem2) | Haru | 1 | -1/+1 |
2016-12-02 | Merge pull request #1405 from Emistry/scriptcommand_makeitem2 | Haru | 1 | -0/+85 |
2016-12-02 | Merge pull request #1521 from Lemongrass3110/fix/areawarp_cellcheck | Ibrahem Hossam | 1 | -1/+4 |
2016-12-02 | Merge pull request #1494 from Emistry/party_check_state | Ibrahem Hossam | 1 | -5/+9 |
2016-12-01 | Fixed areawarp cell check | Lemongrass3110 | 1 | -1/+4 |