Age | Commit message (Expand) | Author | Files | Lines |
2015-05-23 | Merge pull request #97 from mekolat/mobhp | Wushin | 1 | -8/+8 |
2015-05-21 | invert mob hp | mekolat | 1 | -8/+8 |
2015-05-20 | use abort instead of runflag on errors | mekolat | 2 | -13/+8 |
2015-05-20 | add debug for crash | mekolat | 1 | -2/+13 |
2015-05-19 | handle old client in login server too | mekolat | 5 | -52/+4 |
2015-05-19 | fix mob hp, add mob range, unfuck packets | mekolat | 2 | -7/+19 |
2015-05-19 | add a builtin to change npc direction and make them sit | mekolat | 4 | -38/+126 |
2015-05-19 | allow to make npcs sit | mekolat | 5 | -18/+58 |
2015-05-18 | Merge pull request #91 from mekolat/version | Wushin | 8 | -16/+62 |
2015-05-18 | add version check to clif_sendquest | mekolat | 2 | -2/+7 |
2015-05-18 | add version check to mob walkpath | mekolat | 1 | -1/+21 |
2015-05-17 | reject very old manaplus versions | mekolat | 2 | -0/+12 |
2015-05-17 | use client version | mekolat | 8 | -16/+25 |
2015-05-13 | Fixes #93 (status effects now removed on spawn) | Nick Ashley | 1 | -0/+1 |
2015-05-11 | Merge pull request #88 from mekolat/gmpass | Wushin | 1 | -25/+0 |
2015-05-11 | Merge pull request #87 from mekolat/auth | Wushin | 6 | -27/+17 |
2015-05-11 | Merge pull request #69 from mekolat/getitemlink | Wushin | 7 | -84/+10 |
2015-05-07 | remove leftovers from gm atcommand removal | mekolat | 1 | -25/+0 |
2015-05-07 | send message about source to general tab | mekolat | 1 | -1/+1 |
2015-05-07 | death to the motd!!!11one11 | mekolat | 1 | -11/+0 |
2015-05-07 | wait for the player to be added to block list | mekolat | 6 | -15/+16 |
2015-05-06 | Merge pull request #71 from mekolat/error | Wushin | 3 | -9/+45 |
2015-05-06 | Merge pull request #16 from Rawng/walkpathfixtest | Wushin | 1 | -0/+27 |
2015-05-06 | Merge pull request #17 from Rawng/mobhp | Wushin | 1 | -0/+2 |
2015-05-06 | Merge pull request #57 from mekolat/patch-1 | Wushin | 3 | -47/+2 |
2015-05-06 | Merge pull request #77 from mekolat/timer | Wushin | 1 | -4/+4 |
2015-05-06 | Merge pull request #75 from mekolat/oncharif | Wushin | 1 | -5/+0 |
2015-05-06 | Merge pull request #76 from wushin/remove-monitor | Wushin | 4 | -346/+0 |
2015-05-06 | Merge pull request #78 from mekolat/32767 | Wushin | 6 | -246/+16 |
2015-05-05 | do not allow return outside func or sub | mekolat | 1 | -0/+8 |
2015-05-05 | do not allow close/end in func or sub | mekolat | 1 | -0/+16 |
2015-05-05 | make script-call stricter | mekolat | 1 | -0/+8 |
2015-05-05 | make the script-fun die on errors | mekolat | 1 | -2/+6 |
2015-05-05 | make the script parser take warnings seriously | mekolat | 1 | -7/+7 |
2015-05-02 | npc -1 => 32767 | mekolat | 6 | -246/+16 |
2015-05-01 | Edits for server messages | Nick Ashley | 2 | -60/+60 |
2015-05-01 | add missing parameters to time builtins | mekolat | 1 | -4/+4 |
2015-04-30 | Remove tmwa-monitor | wushin | 4 | -346/+0 |
2015-04-30 | remove useless OnInterIfInit | mekolat | 1 | -3/+0 |
2015-04-30 | remove OnCharIfInit duplicate | mekolat | 1 | -2/+0 |
2015-04-30 | remove item labels | mekolat | 6 | -15/+10 |
2015-04-30 | remove deprecated getequipname builtin | mekolat | 1 | -40/+0 |
2015-04-30 | remove builtin getitemname | mekolat | 1 | -29/+0 |
2015-04-30 | Merge pull request #59 from mekolat/getparam | Wushin | 2 | -42/+1 |
2015-04-30 | Merge pull request #67 from mekolat/npc-atcommand | Wushin | 1 | -0/+66 |
2015-04-30 | Merge pull request #70 from mekolat/onlogin | Wushin | 1 | -0/+2 |
2015-04-29 | Merge pull request #49 from mekolat/wgm-log | Wushin | 1 | -20/+20 |
2015-04-29 | add @npc atcommand | mekolat | 1 | -0/+66 |
2015-04-29 | add OnPCLoginEvent | mekolat | 1 | -0/+2 |
2015-04-29 | Merge pull request #58 from mekolat/changesex | Wushin | 3 | -21/+4 |