Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-09-27 | add array_search | mekolat | 1 | -0/+49 | |
2015-09-26 | add arithmetic mean builtin | mekolat | 1 | -0/+13 | |
2015-09-26 | add max and min builtins | mekolat | 1 | -0/+62 | |
2015-09-26 | add builtins sqrt, cbrt, pow | mekolat | 1 | -0/+21 | |
2015-09-26 | add builtin_explode | mekolat | 1 | -0/+44 | |
2015-09-26 | add builtin_if_then_else | mekolat | 1 | -0/+8 | |
2015-09-26 | add elif and else builtins | mekolat | 1 | -0/+60 | |
2015-07-05 | fix getmapusers | mekolat | 1 | -8/+15 | |
2015-06-20 | add map mask support | mekolat | 1 | -0/+46 | |
2015-06-20 | add clif_message_towards | mekolat | 1 | -6/+17 | |
2015-06-20 | npc actions | mekolat | 1 | -0/+25 | |
2015-06-19 | implement change music packet | mekolat | 1 | -0/+11 | |
2015-06-19 | Merge pull request #110 from mekolat/title | Wushin | 1 | -0/+11 | |
implement set title packet | |||||
2015-06-16 | implement set title packet | mekolat | 1 | -0/+11 | |
2015-05-24 | Unused var array | wushin | 1 | -15/+0 | |
2015-05-20 | use abort instead of runflag on errors | mekolat | 1 | -5/+3 | |
2015-05-19 | add a builtin to change npc direction and make them sit | mekolat | 1 | -0/+38 | |
2015-05-17 | use client version | mekolat | 1 | -0/+8 | |
2015-05-11 | Merge pull request #69 from mekolat/getitemlink | Wushin | 1 | -69/+0 | |
remove item labels | |||||
2015-05-06 | Merge pull request #71 from mekolat/error | Wushin | 1 | -2/+30 | |
make the script engine scricter | |||||
2015-05-06 | Merge pull request #57 from mekolat/patch-1 | Wushin | 1 | -17/+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-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 the script-fun die on errors | mekolat | 1 | -2/+6 | |
2015-05-01 | Edits for server messages | Nick Ashley | 1 | -18/+18 | |
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 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 | 1 | -41/+0 | |
deprecate builtin readparam & statusup2 | |||||
2015-04-29 | Merge pull request #49 from mekolat/wgm-log | Wushin | 1 | -20/+20 | |
deprecate gmcommand builtin | |||||
2015-04-29 | Merge pull request #58 from mekolat/changesex | Wushin | 1 | -15/+0 | |
change sex without disconnecting | |||||
2015-04-29 | Merge pull request #66 from mekolat/emotion | Wushin | 1 | -4/+15 | |
make emotion send to a single rid | |||||
2015-04-26 | Remove braces and jname from getitemlink | wushin | 1 | -2/+2 | |
2015-04-23 | remove deprecated gmcommand builtin | mekolat | 1 | -20/+0 | |
2015-04-23 | add gmlog builtin | mekolat | 1 | -0/+9 | |
2015-04-23 | add wgm builtin | mekolat | 1 | -0/+11 | |
2015-04-23 | make emotion send to a single rid | mekolat | 1 | -4/+15 | |
2015-04-20 | deprecate builtin changesex | mekolat | 1 | -15/+0 | |
2015-04-20 | deprecate builtin readparam & statusup2 | mekolat | 1 | -41/+0 | |
2015-04-15 | remove special warp names | meko | 1 | -17/+2 | |
2015-04-13 | Merge pull request #50 from mekolat/heal | Wushin | 1 | -30/+12 | |
remove deprecated percentheal and itemheal | |||||
2015-04-13 | Merge pull request #41 from wushin/pvp-script-persistance | Wushin | 1 | -0/+33 | |
Make killer & killable script builtins | |||||
2015-04-13 | Merge pull request #47 from mekolat/killmonsterall | Wushin | 1 | -20/+0 | |
remove deprecated killmonsterall | |||||
2015-04-13 | Merge pull request #39 from mekolat/getnpclocation | Wushin | 1 | -0/+92 | |
add npc-related builtins | |||||
2015-04-13 | Merge pull request #46 from mekolat/cmdothernpc | Wushin | 1 | -10/+0 | |
remove deprecated cmdothernpc | |||||
2015-04-13 | Merge pull request #27 from wushin/get-item-id | Wushin | 1 | -0/+26 | |
Script Builtin getitemlink | |||||
2015-04-07 | emulate @alive | mekolat | 1 | -5/+12 | |
2015-04-06 | add 3rd param to heal | mekolat | 1 | -3/+8 | |
2015-04-06 | remove deprecated itemheal | mekolat | 1 | -15/+0 | |