Commit Graph

28 Commits

Author SHA1 Message Date
Sokomine
a85f0629c5 ink import: sort dialogs according to order given in ink; sort existing but not imported dialogs in after that 2025-01-12 22:28:19 +01:00
Sokomine
9b2aae7fe1 disable options that are not included in the current import by adding a 'false' precondition 2025-01-12 20:40:46 +01:00
Sokomine
7e5fc745c0 fixed bug in ink import due to a wrong reimplementation of split command in test environment 2025-01-09 23:19:09 +01:00
Sokomine
40e7fc2087 do not change d_sort of other dialogs when changing the start dialog 2025-01-09 18:01:28 +01:00
Sokomine
8e0f53fdb5 added import_from_ink.lua - but no input for that yet 2025-01-07 21:04:37 +01:00
Sokomine
d5b5832b02 fixed bug in update_dialog_option regarding automaticly selected and random options 2025-01-07 20:02:23 +01:00
Sokomine
7c801291f9 update_dialog_option now can update d_trade and d_got_item dialogs (to a degree) 2025-01-05 20:29:47 +01:00
Sokomine
543c767dd5 added update_start_dialog for ink import 2025-01-05 11:31:30 +01:00
Sokomine
0cd28dcb54 better loggin for update_dialog_option 2025-01-04 19:21:10 +01:00
Sokomine
d2fdb6da61 the dialog is randomly selected; not the option (typo) 2025-01-04 18:26:23 +01:00
Sokomine
51ab9e1ecb update_dialog now properly ignores special dialogs 2025-01-04 18:25:05 +01:00
Sokomine
000978ef50 try to perserve d_<nr> dialog names in update_dialog 2025-01-04 18:14:48 +01:00
Sokomine
0d76f7492a implemented update_dialog_options_completed for options that were not updated 2025-01-04 18:06:58 +01:00
Sokomine
6370396fea o_random is part of a dialog - not of an option 2025-01-03 22:25:53 +01:00
Sokomine
16df2f9155 fixed bug in get_dialog_list_for_export 2025-01-03 22:03:14 +01:00
Sokomine
31434e69ce less spammy logs for update_dialog* 2025-01-03 21:51:36 +01:00
Sokomine
829683f750 pass o_text_when_prerequisites_not_met on to update_dialog_option 2025-01-03 21:03:55 +01:00
Sokomine
76f7e37566 sort dialogs in export according to d_sort instead of d_<nr> alphabethicly 2025-01-02 20:16:40 +01:00
Sokomine
d9d10112cf allow to add sort_oder to update_dialog_option 2025-01-02 18:14:22 +01:00
Sokomine
dc223d99f5 fixed logging of option changes in update option 2025-01-02 17:46:18 +01:00
Sokomine
c0ed2cc148 moved function get_dialog_list_for_export 2025-01-02 17:30:00 +01:00
Sokomine
06507880b6 properly split option names for ink import 2025-01-02 00:43:16 +01:00
Sokomine
8570fea8ba corrected obvious errors in a new function 2025-01-02 00:12:49 +01:00
Sokomine
40314125a8 moved yl_speak_up.get_start_dialog_id into functions_dialog 2025-01-01 23:00:38 +01:00
Sokomine
e5183813d7 moved a function from _dialogs to _talk 2025-01-01 22:41:09 +01:00
Sokomine
c0fcbecd63 added functions for updating and importing dialogs and options for future ink import 2025-01-01 22:37:59 +01:00
Sokomine
4cf06da1e4 made functions in functions_dialog.lua only optionally dependant on pname 2025-01-01 18:24:38 +01:00
Sokomine
c4ebef21f0 split up functions.lua into diffrent files 2025-01-01 18:00:13 +01:00