Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 2 | -27/+0 | |
remove leftovers from gm atcommand removal | |||||
2015-05-11 | Merge pull request #87 from mekolat/auth | Wushin | 7 | -28/+17 | |
wait for the player to be added to block list | |||||
2015-05-11 | Merge pull request #69 from mekolat/getitemlink | Wushin | 7 | -84/+10 | |
remove item labels | |||||
2015-05-07 | remove leftovers from gm atcommand removal | mekolat | 2 | -27/+0 | |
2015-05-07 | send message about source to general tab | mekolat | 1 | -1/+1 | |
2015-05-07 | death to the motd!!!11one11 | mekolat | 2 | -12/+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 | |
make the script engine scricter | |||||
2015-05-06 | Merge pull request #16 from Rawng/walkpathfixtest | Wushin | 2 | -1/+48 | |
Send test 0x0225 packet with servers mob walkpath. | |||||
2015-05-06 | Merge pull request #17 from Rawng/mobhp | Wushin | 2 | -4/+4 | |
Send mob max_hp and hp to client in packet 0x007b | |||||
2015-05-06 | Merge pull request #57 from mekolat/patch-1 | Wushin | 3 | -47/+2 | |
remove special warp names | |||||
2015-05-06 | Merge pull request #77 from mekolat/timer | Wushin | 1 | -4/+4 | |
add missing parameters to timer builtins | |||||
2015-05-06 | Merge pull request #75 from mekolat/oncharif | Wushin | 1 | -5/+0 | |
Remove useless events | |||||
2015-05-06 | Merge pull request #76 from wushin/remove-monitor | Wushin | 7 | -361/+7 | |
Remove tmwa-monitor | |||||
2015-05-06 | Merge pull request #78 from mekolat/32767 | Wushin | 6 | -246/+16 | |
npc -1 => 32767 | |||||
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-04 | Merge pull request #79 from mekolat/patch-3v15.5.04 | Wushin | 1 | -0/+17 | |
Update CHANGELOG | |||||
2015-05-03 | Update CHANGELOG | meko | 1 | -0/+17 | |
2015-05-02 | Merge pull request #61 from nashley/message_edits | Wushin | 2 | -60/+60 | |
Some grammar/spelling/meaning edits for server messages. | |||||
2015-05-02 | npc -1 => 32767 | mekolat | 6 | -246/+16 | |
2015-05-01 | Edits for server messages | Nick Ashley | 2 | -60/+60 | |
Modified server messages in chrif.cpp and script-fun.cpp | |||||
2015-05-01 | add missing parameters to time builtins | mekolat | 1 | -4/+4 | |
2015-04-30 | Remove tmwa-monitor | wushin | 7 | -361/+7 | |
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 | |
deprecate builtin readparam & statusup2 | |||||
2015-04-30 | Merge pull request #67 from mekolat/npc-atcommand | Wushin | 1 | -0/+66 | |
add @npc atcommand | |||||
2015-04-30 | Merge pull request #70 from mekolat/onlogin | Wushin | 1 | -0/+2 | |
add OnPCLoginEvent | |||||
2015-04-29 | Merge pull request #49 from mekolat/wgm-log | Wushin | 1 | -20/+20 | |
deprecate gmcommand builtin | |||||
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 | |
change sex without disconnecting | |||||
2015-04-29 | Merge pull request #65 from wushin/quest-log | Wushin | 16 | -9/+547 | |
Quest log | |||||
2015-04-29 | Merge pull request #66 from mekolat/emotion | Wushin | 3 | -10/+16 | |
make emotion send to a single rid | |||||
2015-04-29 | Merge pull request #56 from mekolat/pk-mode | Wushin | 1 | -1/+1 | |
Do not require pk_mode for NOPVP | |||||
2015-04-29 | Merge pull request #62 from mekolat/gm-atcommand | Wushin | 4 | -209/+0 | |
remove @gm atcommand | |||||
2015-04-29 | Merge pull request #72 from wushin/fix-getitemlink | Wushin | 1 | -2/+2 | |
Remove braces and jname from getitemlink | |||||
2015-04-29 | Merge pull request #74 from mekolat/freeloop | Wushin | 1 | -2/+2 | |
make freeloop check the value | |||||
2015-04-27 | make freeloop check the value | mekolat | 1 | -2/+2 | |
2015-04-26 | Remove braces and jname from getitemlink | wushin | 1 | -2/+2 | |
2015-04-26 | Fix merge conflicts | Rawng | 2 | -1/+48 | |
2015-04-25 | Add Bitmasked Quest Log | wushin | 16 | -9/+547 | |