Commit Graph

  • 38081f8f17 fixed operation with two variables master Sokomine 2025-06-09 04:04:46 +0200
  • cce17c7c23 fixed undeclared globals Sokomine 2025-06-09 03:41:34 +0200
  • 94906c221b allow to combine values of variables via operator Sokomine 2025-06-09 02:52:39 +0200
  • 7896d53dd6 check parameters in set_variable_to_random_number better Sokomine 2025-06-09 02:19:58 +0200
  • 6b6c31e4aa adjust real_owner when changing owner as well Sokomine 2025-06-09 01:53:18 +0200
  • b371f15801 supported "at least" for accepting items Sokomine 2025-06-08 16:33:44 +0200
  • 3855a9b393 allow to take parts of a stack in d_got_item if take_as_wanted is set Sokomine 2025-06-08 16:32:57 +0200
  • 9d2fb157d0 fixed two bugs in replacing vars in text Sokomine 2025-06-08 14:00:03 +0200
  • 2b7db390c5 made action trade work again Sokomine 2025-06-01 05:22:17 +0200
  • 208cafc725 fixed local variables Sokomine 2025-05-31 19:28:16 +0200
  • de001c3539 save quest vars only if something actually changed Sokomine 2025-04-20 21:38:15 +0200
  • e00be2fc43 added effect to play a sound Sokomine 2025-04-05 20:42:13 +0200
  • 710c8e1928 fixed bug with empty list in ipairs issue #8378 Sokomine 2025-04-05 17:48:49 +0200
  • 1b9df50376 fixed bug if no textures are defined Sokomine 2025-03-22 23:25:17 +0100
  • 52e04dff2f added ink language support docu Sokomine 2025-03-22 18:36:21 +0100
  • a1a5d5c243 Merge pull request '#25 / your-land/bugtracker#6618 Fixes crash when using protection rune on NPC' (#26) from AliasAlreadyTaken/yl_speak_up:master into master Sokomine 2025-03-21 18:52:27 +0100
  • 67fe90c984 variables can now have a default value other than nil Sokomine 2025-02-09 00:26:24 +0100
  • 9077feb1a9 addons: added effect send_coordinates (useful in combination with a waypoint_compass but can be used manually as well) Sokomine 2025-01-16 21:21:32 +0100
  • 2e1732644f added addons effect send_mail Sokomine 2025-01-16 03:02:55 +0100
  • 9af492c07a added addons folder; added addon action send_mail Sokomine 2025-01-16 00:52:19 +0100
  • a85f0629c5 ink import: sort dialogs according to order given in ink; sort existing but not imported dialogs in after that Sokomine 2025-01-12 22:28:19 +0100
  • 9b2aae7fe1 disable options that are not included in the current import by adding a 'false' precondition Sokomine 2025-01-12 20:40:46 +0100
  • 799233c8a2 partial ink import implemented Sokomine 2025-01-09 23:20:49 +0100
  • 7e5fc745c0 fixed bug in ink import due to a wrong reimplementation of split command in test environment Sokomine 2025-01-09 23:19:09 +0100
  • 40e7fc2087 do not change d_sort of other dialogs when changing the start dialog Sokomine 2025-01-09 18:01:28 +0100
  • 8e0f53fdb5 added import_from_ink.lua - but no input for that yet Sokomine 2025-01-07 21:04:37 +0100
  • d5b5832b02 fixed bug in update_dialog_option regarding automaticly selected and random options Sokomine 2025-01-07 20:02:23 +0100
  • 7c801291f9 update_dialog_option now can update d_trade and d_got_item dialogs (to a degree) Sokomine 2025-01-05 20:29:47 +0100
  • 133a8ccf8d allow to export to ink without _ prefix Sokomine 2025-01-05 11:46:59 +0100
  • 543c767dd5 added update_start_dialog for ink import Sokomine 2025-01-05 11:31:30 +0100
  • 7ce56ca733 export to ink: add effect list to the action knot success option where it belongs Sokomine 2025-01-04 19:50:18 +0100
  • 0cd28dcb54 better loggin for update_dialog_option Sokomine 2025-01-04 19:21:10 +0100
  • d2fdb6da61 the dialog is randomly selected; not the option (typo) Sokomine 2025-01-04 18:26:23 +0100
  • 51ab9e1ecb update_dialog now properly ignores special dialogs Sokomine 2025-01-04 18:25:05 +0100
  • 000978ef50 try to perserve d_<nr> dialog names in update_dialog Sokomine 2025-01-04 18:14:48 +0100
  • 0d76f7492a implemented update_dialog_options_completed for options that were not updated Sokomine 2025-01-04 18:06:58 +0100
  • 6370396fea o_random is part of a dialog - not of an option Sokomine 2025-01-03 22:25:53 +0100
  • 16df2f9155 fixed bug in get_dialog_list_for_export Sokomine 2025-01-03 22:03:14 +0100
  • 31434e69ce less spammy logs for update_dialog* Sokomine 2025-01-03 21:51:36 +0100
  • 829683f750 pass o_text_when_prerequisites_not_met on to update_dialog_option Sokomine 2025-01-03 21:03:55 +0100
  • 76f7e37566 sort dialogs in export according to d_sort instead of d_<nr> alphabethicly Sokomine 2025-01-02 20:16:40 +0100
  • d9d10112cf allow to add sort_oder to update_dialog_option Sokomine 2025-01-02 18:14:22 +0100
  • dc223d99f5 fixed logging of option changes in update option Sokomine 2025-01-02 17:46:18 +0100
  • c0ed2cc148 moved function get_dialog_list_for_export Sokomine 2025-01-02 17:30:00 +0100
  • 06507880b6 properly split option names for ink import Sokomine 2025-01-02 00:43:16 +0100
  • 8570fea8ba corrected obvious errors in a new function Sokomine 2025-01-02 00:12:49 +0100
  • 40314125a8 moved yl_speak_up.get_start_dialog_id into functions_dialog Sokomine 2025-01-01 23:00:38 +0100
  • e5183813d7 moved a function from _dialogs to _talk Sokomine 2025-01-01 22:41:09 +0100
  • c0fcbecd63 added functions for updating and importing dialogs and options for future ink import Sokomine 2025-01-01 22:37:59 +0100
  • 10e90e412a prefix options in ink export with automaticly_ or randomly_ if necessary Sokomine 2025-01-01 18:53:56 +0100
  • 4cf06da1e4 made functions in functions_dialog.lua only optionally dependant on pname Sokomine 2025-01-01 18:24:38 +0100
  • c4ebef21f0 split up functions.lua into diffrent files Sokomine 2025-01-01 18:00:13 +0100
  • 7e3ea18653 export to ink: support autoanswer, random and grey out answer Sokomine 2024-12-27 17:40:51 +0100
  • e1f13f7bff ink export: use d.d_name for actions and effects as well Sokomine 2024-12-26 20:02:30 +0100
  • 293df54dac use specified prefix for all knots in ink export Sokomine 2024-12-26 18:15:23 +0100
  • a7f5f3c8b0 export d_got_item and d_trade to ink language as well Sokomine 2024-12-26 16:27:14 +0100
  • 8456a10107 renamed main ink loop to postfix _d_end instead of main to make its point more obvious Sokomine 2024-12-26 16:11:13 +0100
  • 28c3e7eed9 removed surplus line in export to ink before farewell message Sokomine 2024-12-26 16:07:41 +0100
  • 5cd9a9aab6 fixed crash in quest_api when saving Sokomine 2024-12-26 16:01:39 +0100
  • e3094962c3 search texts for variable (display) usage when storing npc data Sokomine 2024-12-25 22:50:33 +0100
  • 68e37e24b8 allow to show value of variables and properties in dialog text and option text Sokomine 2024-12-21 22:53:09 +0100
  • 1b45fc7792 #5501 allow to configure setting of npc_privs Sokomine 2024-12-19 22:12:08 +0100
  • 95e721b8f9 #5809 NPC show name, descr, owner, last pos when picked up Sokomine 2024-12-15 21:04:10 +0100
  • 349d140d09 2076 mobs_redo mobs can be picked up with lasso by those who can edit them and not just their owner Sokomine 2024-12-15 19:58:03 +0100
  • 8af9a995a0 #5268 mention missing npc privs in debug mode Sokomine 2024-12-15 17:09:01 +0100
  • 9797ada402 #5266 check if npc for npc_talk_privs exists Sokomine 2024-12-15 16:57:27 +0100
  • 0316afdfa9 take items back into npc inventory when npc_gives failed instead of forgetting them Sokomine 2024-12-15 14:36:19 +0100
  • bfeed37767 allow d_got_item and d_trade to be used as target dialogs and as target for failed actions Sokomine 2024-12-15 13:50:58 +0100
  • a54c395e91 show error message instead of crash if no formspec text supplied Sokomine 2024-12-15 12:47:45 +0100
  • 6e604b05d0 fixed crash in simple dialogs export Sokomine 2024-12-13 17:27:29 +0100
  • 392433d8d9 Merge branch 'master' into master mrdeveloper 2024-12-12 05:03:03 +0000
  • 5f6f488788 typo Sokomine 2024-12-05 23:11:31 +0100
  • 769b4046b4 ask for initial_config at first talk Sokomine 2024-12-05 19:59:19 +0100
  • 3cf9da85ca fixed #7788 (hp_max in update_tag has no value) Sokomine 2024-12-02 23:42:29 +0100
  • b9bebe82bd allow NPC to use tools when punching and right-clicking blocks Sokomine 2024-07-20 01:20:08 +0200
  • edb1a72de8 Add property replacements mrdeveloper 2024-06-07 18:47:52 -0400
  • 1b7e694e4a Merge branch 'master' into master mrdeveloper 2024-05-09 20:24:44 +0000
  • 3d21489d49 #25 / your-land/bugtracker#6618 Fixes crash when using protection rune on NPC AliasAlreadyTaken 2024-04-30 19:55:58 +0200
  • 1323f3d8fc removed GPLv3, added MIT license Sokomine 2024-04-02 22:04:35 +0200
  • c8079c4f26 Added property replacements. mrdeveloper 2024-03-28 00:22:09 -0400
  • 7b8e98534f removed release entry from mod.conf for contentdb Sokomine 2024-03-26 20:46:00 +0100
  • f029f5d21b Merge branch 'master' of https://gitea.your-land.de/Sokomine/yl_speak_up Sokomine 2024-03-26 19:53:17 +0100
  • 23762a141a mod (minus editor part) now also available under MIT license Sokomine 2024-03-26 19:51:32 +0100
  • 5f2917df01 split mod into core (this mod) and editor (npc_talk_edit mod) split_core_and_editor Sokomine 2024-03-22 22:33:27 +0100
  • e262b53a04 fixed initial config Sokomine 2024-03-22 22:17:31 +0100
  • a9d5adb3a9 corrected wrong bracket in count_dialogs Sokomine 2024-03-22 21:42:08 +0100
  • fab5316837 fixed error message when no dialog is found Sokomine 2024-03-22 19:47:27 +0100
  • fe8755a260 added yl_speak_up.count_dialogs function Sokomine 2024-03-22 19:26:23 +0100
  • ebfc068694 export_to_simple_dialogs: use d_name where possible Sokomine 2024-03-22 17:26:28 +0100
  • 30dfa9c378 added yl_speak_up.d_id_to_d_name Sokomine 2024-03-22 17:26:05 +0100
  • 507123660f turned into function: yl_speak_up.export_to_simple_dialogs_language( Sokomine 2024-03-22 17:20:02 +0100
  • cfb673993f added yl_speak_up.get_dialog_list_for_export Sokomine 2024-03-22 17:15:13 +0100
  • 7343366d2f export to simple_dialogs: don't export special or generic dialogs Sokomine 2024-03-22 16:23:50 +0100
  • 8236c9826e now really mostly fixed links in readme.md Sokomine 2024-03-16 17:05:14 +0100
  • bbfbb20896 fixed links in readme.md Sokomine 2024-03-16 16:51:44 +0100
  • 96806d3c66 try to fix links in readme.md Sokomine 2024-03-16 16:46:54 +0100
  • c26068fd48 fixed typo and bug #6478 Sokomine 2024-03-14 17:17:06 +0100
  • 443d6568b1 support for d_name in export to ink Sokomine 2024-03-10 20:54:05 +0100
  • 86e4d9a3fa d_name supported for on_failure effects Sokomine 2024-03-10 18:34:28 +0100
  • 7471691d55 properly formspec_escape player-provided list entries Sokomine 2024-03-10 17:10:14 +0100