Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-04-15 | make addnpctimer attach to the target npc instead of oid | mekolat | 1 | -1/+1 | |
2016-04-15 | replicate magic-v2's line_of_sight | mekolat | 1 | -2/+6 | |
2016-04-15 | misc modifications | mekolat | 1 | -1/+24 | |
2016-04-15 | add builtin_distance | mekolat | 1 | -0/+32 | |
2016-04-15 | remove hardcoded shit from builtin_injure and add builtin_target | mekolat | 1 | -34/+60 | |
2016-04-15 | allow to get mob/npc params and add more params to readparam | mekolat | 1 | -3/+11 | |
2016-04-15 | remove ugly workaround | mekolat | 1 | -5/+1 | |
2016-04-15 | add getdir builtin, add addnpctimer builtin | mekolat | 1 | -0/+28 | |
allow npcs to have multiple timers | |||||
2016-04-15 | allow to specify npc in strnpcinfo | mekolat | 1 | -3/+15 | |
2016-04-15 | add scope, npc/mob variables; add new get/set | mekolat | 1 | -36/+236 | |
2016-04-15 | implement puppet npcs | mekolat | 1 | -0/+131 | |
2016-04-15 | Allow getequipid to use charname | wushin | 1 | -2/+5 | |
2016-04-15 | Remove old Magic | wushin | 1 | -32/+6 | |
2016-04-15 | Magic -> Map Npcs | wushin | 1 | -1/+18 | |
2016-04-15 | new/modified builtins | wushin | 1 | -12/+317 | |
areatimer foreach aggravate Override attack animation injure summon | |||||
2016-04-15 | implement SMSG_PLAYER_CLIENT_COMMAND | mekolat | 1 | -2/+17 | |
2016-04-14 | implement SMSG_SCRIPT_MESSAGE | mekolat | 1 | -0/+23 | |
2016-04-10 | consolidate client version handling | mekolat | 1 | -1/+1 | |
2016-04-08 | send updated map pvp status on pvpon/pvpoff | mekolat | 1 | -4/+6 | |
2016-04-08 | do not check for NOPVP flag on pvpoff | mekolat | 1 | -1/+1 | |
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 |