Age | Commit message (Expand) | Author | Files | Lines |
2016-05-01 | Merge pull request #216 from mekolat/aggravate | mekolat | 1 | -26/+8 |
2016-05-01 | Merge pull request #217 from mekolat/override | mekolat | 1 | -14/+24 |
2016-05-01 | Merge pull request #218 from mekolat/reallydead | mekolat | 1 | -0/+2 |
2016-05-01 | Merge pull request #215 from wushin/target-to-location | mekolat | 1 | -2/+8 |
2016-05-01 | send hp 0 in pc_readparam when PC is dead | mekolat | 1 | -0/+2 |
2016-05-01 | make builtin_overrideattack take no charge, allow to discharge | mekolat | 1 | -14/+24 |
2016-04-30 | simplify `aggravate` builtin | mekolat | 1 | -26/+8 |
2016-04-28 | Make getmap take target_id | wushin | 1 | -2/+8 |
2016-04-25 | yay! another bug! (move assert in builtin_explode)v16.4.25.2 | mekolat | 1 | -1/+3 |
2016-04-25 | allow setarray and cleararray to have no block listv16.4.25.1 | mekolat | 1 | -10/+12 |
2016-04-25 | fix compilation errorv16.4.25 | mekolat | 1 | -1/+1 |
2016-04-25 | v16.4.25 [ci skip] | mekolat | 1 | -0/+2 |
2016-04-25 | use map_id_is_XXX in script-fun where appropriate | mekolat | 1 | -16/+66 |
2016-04-24 | always return a value in builtin_getv16.4.24.1 | mekolat | 1 | -0/+8 |
2016-04-24 | v16.4.24v16.4.24 | mekolat | 1 | -0/+7 |
2016-04-24 | Merge pull request #213 from mekolat/params | mekolat | 9 | -64/+202 |
2016-04-24 | check for null pointer where npc_dialog_mes is used | mekolat | 1 | -0/+6 |
2016-04-24 | add HIDDEN param | mekolat | 2 | -0/+13 |
2016-04-24 | fix npc gender for ManaPlus | mekolat | 4 | -2/+15 |
2016-04-24 | add INVISIBLE param | mekolat | 3 | -125/+176 |
2016-04-23 | dispose orphan puppet if the parent is gone | mekolat | 1 | -1/+33 |
2016-04-23 | forbid puppet creation if name already exists | mekolat | 1 | -1/+7 |
2016-04-23 | allow to set params on npcs and mobs | mekolat | 2 | -140/+155 |
2016-04-23 | make `get` return -1 when getting a param fails | mekolat | 1 | -2/+4 |
2016-04-23 | Merge pull request #211 from wushin/pvp-resave-bug | mekolat | 1 | -5/+0 |
2016-04-22 | Make PvP use Resave | wushin | 1 | -5/+0 |
2016-04-20 | v16.4.21.1 [ci skip]v16.4.21.1 | mekolat | 1 | -0/+2 |
2016-04-20 | add client version to packet 0x2b02 | mekolat | 3 | -3/+8 |
2016-04-19 | v16.4.21v16.4.21 | mekolat | 1 | -0/+25 |
2016-04-19 | reset attack override on death | mekolat | 1 | -3/+8 |
2016-04-19 | Merge self-fork from mekolat/magic-v3 | mekolat | 43 | -7416/+2051 |
2016-04-18 | fix ELTLVL and ELTTYPE params | mekolat | 1 | -4/+4 |
2016-04-15 | do not send BEING_REMOVE when the npc is already removed | mekolat | 1 | -16/+15 |
2016-04-15 | do not send superfluous info on LoadEndAck | mekolat | 3 | -33/+27 |
2016-04-15 | improvements, cleanup, bug fixes | mekolat | 12 | -110/+211 |
2016-04-15 | remove MESSAGE npc subtype | mekolat | 4 | -69/+1 |
2016-04-15 | add new builtins for npc commands | mekolat | 3 | -8/+218 |
2016-04-15 | Fake a response on no BL | wushin | 1 | -1/+5 |
2016-04-15 | Expose sd->heal_xp | wushin | 2 | -1/+5 |
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 | 3 | -3/+50 |
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 | 2 | -0/+4 |