summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-15implement SMSG_PLAYER_CLIENT_COMMANDmekolat3-2/+32
2016-04-14implement SMSG_SCRIPT_MESSAGEmekolat3-0/+44
2016-04-10modify remote execution prevention, check for client versionmekolat1-9/+10
2016-04-10consolidate client version handlingmekolat15-113/+136
2016-04-08Merge pull request #204 from mekolat/pvpfixmekolat2-7/+11
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-02remote execution vulnerability fixmekolat1-17/+12
2016-04-01add player nicks back to messageswushin3-17/+39
2016-02-08Merge pull request #177 from wushin/add-third-gendermekolat9-136/+102
2016-02-08do not force logout after sex changemekolat3-85/+2
2016-02-08Don't override char genderwushin3-8/+0
2016-02-08allow to not allocate stats on CCmekolat2-4/+4
2016-02-08Add third gender to accountwushin8-63/+120
2016-02-01Merge pull request #181 from mekolat/verbose-crashmekolat1-12/+14
2015-11-29Fix @pvp broken nick problemwushin1-2/+2
2015-11-13do not require a name for warpsmekolat3-30/+23
2015-11-13make crashes more verbosemekolat1-16/+13
2015-11-13Add NPC location information to run_funcDaniel Foerster1-1/+6
2015-09-29Update warnings for GCC 5Ben Longbons2-12/+169
2015-09-29Merge pull request #161 from wushin/failover-bugmeko1-17/+1
2015-09-29Merge pull request #160 from wushin/battle-damage-crashmeko1-10/+20
2015-09-29Merge pull request #152 from wushin/summoned-mobsmeko2-0/+14
2015-09-27Stop looking for the next victim on the map for mob deaths.wushin1-17/+1
2015-09-27bl could leave and cause clif_send to look for people on undefined.gatwushin1-10/+20
2015-09-27add array_searchmekolat1-0/+49
2015-09-26add arithmetic mean builtinmekolat1-0/+13
2015-09-26add max and min builtinsmekolat1-0/+62
2015-09-26add builtins sqrt, cbrt, powmekolat1-0/+21
2015-09-26add builtin_explodemekolat1-0/+44
2015-09-26add builtin_if_then_elsemekolat1-0/+8
2015-09-26add elif and else builtinsmekolat3-1/+63