summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-25yay! another bug! (move assert in builtin_explode)v16.4.25.2mekolat1-1/+3
2016-04-25allow setarray and cleararray to have no block listv16.4.25.1mekolat1-10/+12
2016-04-25fix compilation errorv16.4.25mekolat1-1/+1
2016-04-25v16.4.25 [ci skip]mekolat1-0/+2
2016-04-25use map_id_is_XXX in script-fun where appropriatemekolat1-16/+66
2016-04-24always return a value in builtin_getv16.4.24.1mekolat1-0/+8
2016-04-24v16.4.24v16.4.24mekolat1-0/+7
2016-04-24Merge pull request #213 from mekolat/paramsmekolat9-64/+202
2016-04-24check for null pointer where npc_dialog_mes is usedmekolat1-0/+6
2016-04-24add HIDDEN parammekolat2-0/+13
2016-04-24fix npc gender for ManaPlusmekolat4-2/+15
2016-04-24add INVISIBLE parammekolat3-125/+176
2016-04-23dispose orphan puppet if the parent is gonemekolat1-1/+33
2016-04-23forbid puppet creation if name already existsmekolat1-1/+7
2016-04-23allow to set params on npcs and mobsmekolat2-140/+155
2016-04-23make `get` return -1 when getting a param failsmekolat1-2/+4
2016-04-23Merge pull request #211 from wushin/pvp-resave-bugmekolat1-5/+0
2016-04-22Make PvP use Resavewushin1-5/+0
2016-04-20v16.4.21.1 [ci skip]v16.4.21.1mekolat1-0/+2
2016-04-20add client version to packet 0x2b02mekolat3-3/+8
2016-04-19v16.4.21v16.4.21mekolat1-0/+25
2016-04-19reset attack override on deathmekolat1-3/+8
2016-04-19Merge self-fork from mekolat/magic-v3mekolat43-7416/+2051
2016-04-18fix ELTLVL and ELTTYPE paramsmekolat1-4/+4
2016-04-15do not send BEING_REMOVE when the npc is already removedmekolat1-16/+15
2016-04-15do not send superfluous info on LoadEndAckmekolat3-33/+27
2016-04-15improvements, cleanup, bug fixesmekolat12-110/+211
2016-04-15remove MESSAGE npc subtypemekolat4-69/+1
2016-04-15add new builtins for npc commandsmekolat3-8/+218
2016-04-15Fake a response on no BLwushin1-1/+5
2016-04-15Expose sd->heal_xpwushin2-1/+5
2016-04-15default getarg valuemekolat1-2/+9
2016-04-15builtin_voidmekolat1-1/+8
2016-04-15add builtin_call and builtin_getargmekolat2-5/+85
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