summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-15add chr and ord builtinsmekolat1-0/+16
2016-04-15add more params, allow get/set to use char idmekolat3-3/+50
2016-04-15allow to get another player's account varsmekolat1-1/+11
2016-04-15Fix betsanc and sc_start recalcwushin1-2/+2
2016-04-15Fix range issue in magic spellswushin1-1/+3
2016-04-15do not bind trigger detection to map cellsmekolat5-41/+10
2016-04-15convert unhandled types for scope varsmekolat3-10/+12
2016-04-15add BL_TYPE parammekolat2-0/+4
2016-04-15add type 3 to foreachmekolat1-0/+3
2016-04-15add being id parameter to sc_check, sc_end, getpvpflag and strcharinfomekolat1-8/+24
2016-04-15fix compilation errorsmekolat8-15/+8
2016-04-15make addnpctimer attach to the target npc instead of oidmekolat1-1/+1
2016-04-15replicate magic-v2's line_of_sightmekolat1-2/+6
2016-04-15do not send spell invocation back to the castermekolat1-25/+21
2016-04-15give priority to custom commands over built-in commandsmekolat1-3/+3
2016-04-15misc modificationsmekolat4-3/+32
2016-04-15add builtin_distancemekolat1-0/+32
2016-04-15add POS_X and POS_Y paramsmekolat2-0/+9
2016-04-15remove hardcoded shit from builtin_injure and add builtin_targetmekolat1-34/+60
2016-04-15allow to get mob/npc params and add more params to readparammekolat6-34/+104
2016-04-15do non-timer events synchronouslymekolat2-2/+1
2016-04-15merge npc_event_do_l into npc_eventmekolat2-86/+73
2016-04-15remove ugly workaroundmekolat4-26/+23
2016-04-15add getdir builtin, add addnpctimer builtinmekolat1-0/+28
2016-04-15allow to specify npc in strnpcinfomekolat1-3/+15
2016-04-15add scope, npc/mob variables; add new get/setmekolat7-73/+339
2016-04-15implement puppet npcsmekolat7-15/+183
2016-04-15shrink magic_messagemekolat1-20/+8
2016-04-15Allow getequipid to use charnamewushin1-2/+5
2016-04-15Remove old Magicwushin29-6995/+61
2016-04-15Magic -> Map Npcswushin6-2/+91
2016-04-15new/modified builtinswushin8-18/+484
2016-04-15Merge pull request #207 from mekolat/scriptmsgmekolat4-0/+109
2016-04-15implement SMSG_PLAYER_CLIENT_COMMANDmekolat4-2/+49
2016-04-14implement SMSG_SCRIPT_MESSAGEmekolat4-0/+62
2016-04-13Merge pull request #205 from mekolat/versionmekolat16-127/+160
2016-04-10modify remote execution prevention, check for client versionmekolat1-9/+10
2016-04-10consolidate client version handlingmekolat16-120/+152
2016-04-08v16.4.8v16.4.8mekolat1-0/+4
2016-04-08Merge pull request #204 from mekolat/pvpfixmekolat2-7/+11
2016-04-08Merge pull request #203 from mekolat/send-nickmekolat1-1/+1
2016-04-08send updated map pvp status on pvpon/pvpoffmekolat2-6/+10
2016-04-08do not check for NOPVP flag on pvpoffmekolat1-1/+1
2016-04-06always send nick to selfmekolat1-1/+1
2016-04-02update changelogv16.4.3mekolat1-0/+3
2016-04-02Merge pull request #195 from wushin/add-nicks-backmekolat3-33/+50
2016-04-02remote execution vulnerability fixmekolat1-17/+12
2016-04-01add player nicks back to messageswushin3-17/+39
2016-02-08update changelogv16.2.9mekolat1-0/+6
2016-02-08Merge pull request #177 from wushin/add-third-gendermekolat11-142/+109