Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-04-15 | default getarg value | mekolat | 1 | -2/+9 | |
2016-04-15 | builtin_void | mekolat | 1 | -1/+8 | |
2016-04-15 | add builtin_call and builtin_getarg | mekolat | 2 | -5/+85 | |
2016-04-15 | add chr and ord builtins | mekolat | 1 | -0/+16 | |
2016-04-15 | add more params, allow get/set to use char id | mekolat | 2 | -2/+47 | |
2016-04-15 | allow to get another player's account vars | mekolat | 1 | -1/+11 | |
2016-04-15 | Fix betsanc and sc_start recalc | wushin | 1 | -2/+2 | |
2016-04-15 | Fix range issue in magic spells | wushin | 1 | -1/+3 | |
2016-04-15 | do not bind trigger detection to map cells | mekolat | 5 | -41/+10 | |
2016-04-15 | convert unhandled types for scope vars | mekolat | 3 | -10/+12 | |
2016-04-15 | add BL_TYPE param | mekolat | 1 | -0/+3 | |
2016-04-15 | add type 3 to foreach | mekolat | 1 | -0/+3 | |
2016-04-15 | add being id parameter to sc_check, sc_end, getpvpflag and strcharinfo | mekolat | 1 | -8/+24 | |
2016-04-15 | fix compilation errors | mekolat | 8 | -15/+8 | |
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 | do not send spell invocation back to the caster | mekolat | 1 | -25/+21 | |
2016-04-15 | give priority to custom commands over built-in commands | mekolat | 1 | -3/+3 | |
2016-04-15 | misc modifications | mekolat | 3 | -3/+30 | |
2016-04-15 | add builtin_distance | mekolat | 1 | -0/+32 | |
2016-04-15 | add POS_X and POS_Y params | mekolat | 1 | -0/+6 | |
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 | 6 | -34/+104 | |
2016-04-15 | do non-timer events synchronously | mekolat | 2 | -2/+1 | |
2016-04-15 | merge npc_event_do_l into npc_event | mekolat | 2 | -86/+73 | |
2016-04-15 | remove ugly workaround | mekolat | 4 | -26/+23 | |
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 | 7 | -73/+339 | |
2016-04-15 | implement puppet npcs | mekolat | 7 | -15/+183 | |
2016-04-15 | shrink magic_message | mekolat | 1 | -20/+8 | |
2016-04-15 | Allow getequipid to use charname | wushin | 1 | -2/+5 | |
2016-04-15 | Remove old Magic | wushin | 27 | -6984/+61 | |
2016-04-15 | Magic -> Map Npcs | wushin | 6 | -2/+91 | |
2016-04-15 | new/modified builtins | wushin | 8 | -18/+484 | |
areatimer foreach aggravate Override attack animation injure summon | |||||
2016-04-15 | implement SMSG_PLAYER_CLIENT_COMMAND | mekolat | 3 | -2/+32 | |
2016-04-14 | implement SMSG_SCRIPT_MESSAGE | mekolat | 3 | -0/+44 | |
2016-04-10 | modify remote execution prevention, check for client version | mekolat | 1 | -9/+10 | |
2016-04-10 | consolidate client version handling | mekolat | 6 | -86/+94 | |
2016-04-08 | Merge pull request #204 from mekolat/pvpfix | mekolat | 2 | -7/+11 | |
pvpoff fix | |||||
2016-04-08 | send updated map pvp status on pvpon/pvpoff | mekolat | 2 | -6/+10 | |
2016-04-08 | do not check for NOPVP flag on pvpoff | mekolat | 1 | -1/+1 | |
2016-04-06 | always send nick to self | mekolat | 1 | -1/+1 | |
2016-04-02 | remote execution vulnerability fix | mekolat | 1 | -17/+12 | |
2016-04-01 | add player nicks back to messages | wushin | 3 | -17/+39 | |
closes #194 | |||||
2016-02-08 | Merge pull request #177 from wushin/add-third-gender | mekolat | 4 | -22/+58 | |
Add third gender | |||||
2016-02-08 | do not force logout after sex change | mekolat | 1 | -7/+2 | |
remove sex change roundtrip only unequip on gender incompatibility | |||||
2016-02-08 | Don't override char gender | wushin | 1 | -6/+0 | |
sd->sex is fluid, only trust sd->status.sex to be static | |||||
2016-02-08 | allow to not allocate stats on CC | mekolat | 2 | -4/+4 | |
do not use sex provided by client for scripts send the correct sex to the client | |||||
2016-02-08 | Add third gender to account | wushin | 3 | -12/+59 | |
Add Gender to char Make gear work proper with new gender Enable legacy clients to use account gender |