Age | Commit message (Expand) | Author | Files | Lines |
2015-07-05 | fix getmapusers | mekolat | 2 | -10/+17 |
2015-07-04 | important bug fix | meko | 1 | -1/+1 |
2015-06-20 | add map mask support | mekolat | 9 | -4/+84 |
2015-06-20 | add clif_message_towards | mekolat | 3 | -12/+43 |
2015-06-20 | npc actions | mekolat | 3 | -0/+44 |
2015-06-19 | implement change music packet | mekolat | 3 | -0/+28 |
2015-06-19 | Merge pull request #103 from mekolat/pvp | Wushin | 6 | -81/+120 |
2015-06-19 | Merge pull request #110 from mekolat/title | Wushin | 3 | -0/+26 |
2015-06-19 | Merge pull request #118 from mekolat/patch-1 | Wushin | 1 | -1/+1 |
2015-06-19 | Merge pull request #73 from wushin/travis-update | Wushin | 1 | -15/+0 |
2015-06-17 | also send (towards) when enter area | mekolat | 1 | -83/+73 |
2015-06-16 | implement set title packet | mekolat | 3 | -0/+26 |
2015-06-16 | do not allow to attack PC with magic when on channel 0 | mekolat | 1 | -4/+6 |
2015-06-16 | do not reset default pvp channel on death | mekolat | 1 | -1/+1 |
2015-06-16 | send pvp channel update when using pvp atcommands | mekolat | 1 | -0/+5 |
2015-06-16 | do not send new stuff to old clients | mekolat | 1 | -5/+8 |
2015-06-16 | send map pvp status | mekolat | 2 | -0/+17 |
2015-06-12 | do not count hidden players | meko | 1 | -1/+1 |
2015-06-07 | Don't segfault when inserting remote maps into DB. | Rawng | 1 | -1/+2 |
2015-05-31 | send pvp channel and rank to client | mekolat | 4 | -0/+22 |
2015-05-24 | Unused var array | wushin | 1 | -15/+0 |
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 | 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 | 6 | -8/+42 |
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 | use client version | mekolat | 6 | -8/+17 |
2015-05-13 | Fixes #93 (status effects now removed on spawn) | Nick Ashley | 1 | -0/+1 |
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 | 4 | -77/+7 |
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 #78 from mekolat/32767 | Wushin | 3 | -124/+4 |
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 |