Age | Commit message (Expand) | Author | Files | Lines |
2017-03-31 | Merge pull request #1544 from HerculesWS/1543-fix | smokexyz | 1 | -6/+8 |
2017-03-28 | add gettimer() buildin | gumi | 1 | -0/+95 |
2017-03-26 | Merge pull request #1649 from HerculesWS/issue-1647-1 | Haru | 1 | -7/+16 |
2017-03-23 | Fixes issue #1647 | smokexyz | 1 | -7/+16 |
2017-03-23 | Merge pull request #1638 from Asheraf/hami | Haru | 1 | -2/+8 |
2017-03-23 | Merge pull request #1643 from 4144/authfix | smokexyz | 2 | -3/+8 |
2017-03-21 | Update HPM hooks. | Andrei Karas | 2 | -8/+8 |
2017-03-21 | Add support for sex based character creation for 2015-10+ clients. | Dastgir | 2 | -17/+29 |
2017-03-21 | Fix map server auth packet for clients >= 20160330. | Andrei Karas | 2 | -3/+8 |
2017-03-20 | Fix npc text input For 2015 clients (Fixes #1640). | Andrei Karas | 1 | -1/+6 |
2017-03-20 | Add comment to safestrncpy about size checks. | Andrei Karas | 1 | -0/+1 |
2017-03-19 | Merge pull request #1184 from HerculesWS/CHARACTER_SLOTS | Haru | 1 | -1/+9 |
2017-03-16 | Increase Character Slots from 9 to 12 | Jedzkie | 1 | -1/+9 |
2017-03-16 | Correct Castling skill to use cooldown | Asheraf | 1 | -2/+8 |
2017-03-16 | Official status change base durations for Stun (#1234) (#1632) | Flipp | 1 | -3/+3 |
2017-03-16 | Merge pull request #1630 from Emistry/fix_mvp_message | Haru | 4 | -0/+18 |
2017-03-16 | Merge pull request #1612 from Emistry/atcommand_commands | Haru | 1 | -0/+30 |
2017-03-14 | Fixed MVP exp message issue for clients 2013-12-23cRagexe and newer | Emistry Haoyan | 4 | -0/+18 |
2017-03-13 | Enable display of custom commands in @commands. | Emistry Haoyan | 1 | -0/+30 |
2017-03-13 | Revert "Basic Server Configurations" | Asheraf | 1 | -1/+1 |
2017-03-13 | Basic Server Configurations | Asheraf | 1 | -1/+1 |
2017-03-12 | Merge pull request #1610 from mekolat/timer2 | Haru | 1 | -17/+37 |
2017-03-12 | Minor optimizations for the warpguild implementation | Haru | 1 | -12/+13 |
2017-03-12 | Merge pull request #1496 from Emistry/scriptcommand_warpguild | Haru | 1 | -28/+33 |
2017-03-11 | Remove a duplicate comment line | Haru | 1 | -1/+0 |
2017-03-10 | Merge pull request #1509 from 4144/fixwarn | smokexyz | 1 | -4/+5 |
2017-03-05 | allow to use addtimercount on another player | gumi | 1 | -2/+6 |
2017-03-05 | fix code style in buildin_addtimercount | gumi | 1 | -4/+5 |
2017-03-05 | allow to use deltimer on another player | gumi | 1 | -2/+6 |
2017-03-05 | fix code style in buildin_deltimer | gumi | 1 | -2/+3 |
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 |