Commit Graph

115 Commits

Author SHA1 Message Date
Sokomine
2544fdc0c9 fixed broken tooltip 2021-06-27 17:19:32 +02:00
Sokomine
661caaff4e removed yl_speak_up.save_changes_and_switch_to_other_dialog; handled now by show_fs.lua and the new fs_save_or_discard_or_back.lua 2021-06-27 04:33:14 +02:00
Sokomine
1b28dd6a07 load_dialog is no longer a local function 2021-06-27 03:46:03 +02:00
Sokomine
6ad92fb198 ask for save when selecting edit options dialog 2021-06-25 18:33:41 +02:00
b3c8889b95 reduce number of gsub calls for text variable substitutions
Use lua feature that allows to specify table with substitutions to
string.gsub()
2021-06-23 02:44:01 +03:00
Sokomine
228faed97d shorter sentence for show me your inventory 2021-06-21 19:54:23 +02:00
Sokomine
7534482e20 make the arrows in the dialog edit menu work again 2021-06-21 18:58:53 +02:00
Sokomine
f7470a7bb1 made function get_number_from_id accessible 2021-06-21 18:22:37 +02:00
Sokomine
9ed4cfc92d added yl_speak_up.execute_next_action and general action handling 2021-06-18 04:36:59 +02:00
Sokomine
dc69b71a33 show actions correctly when editing dialogs 2021-06-15 19:14:40 +02:00
Sokomine
2ace5da2c9 bugfix in sort_keys for actions 2021-06-14 23:18:31 +02:00
Sokomine
d3d90134ee yl_speak_up.execute_all_relevant_effects 2021-06-11 00:20:40 +02:00
Sokomine
312b9a49df renamed eval_precondition_function to eval_and_execute_function, moved to fs_edit_general.lua and used for results as well 2021-06-10 18:06:21 +02:00
Sokomine
86701d5325 sort keys numericly, i.e. p_2 before p_10 2021-06-09 18:51:55 +02:00
Sokomine
b0f141b09d moved code from calculate_displayable_options to yl_speak_up.eval_precondition_function; added yl_speak_up.eval_all_preconditions; added yl_speak_up.eval_precondition 2021-06-07 19:54:46 +02:00
Sokomine
a482f8664c find_next_id is no longer local 2021-06-06 23:30:03 +02:00
Sokomine
91788f8713 fixed crash 2021-06-06 00:20:51 +02:00
Sokomine
830b18c2aa create trades table soon enough 2021-06-06 00:19:25 +02:00
Sokomine
79a7184a7e made staff work again (was broken) 2021-06-04 20:48:13 +02:00
Sokomine
cfe6f83ad4 added function yl_speak_up.sort_keys 2021-06-03 18:07:03 +02:00
Sokomine
5877cd11c6 some additional comments; in general chat_send_message has mostly been replaced by formspecs now 2021-06-03 01:16:23 +02:00
Sokomine
7e3911b949 show trades as (A)ction in edit mode 2021-06-02 23:41:11 +02:00
Sokomine
30db4209e2 moved relevant functions into fs_initial_config.lua 2021-06-02 21:43:11 +02:00
Sokomine
5c9b633546 moved fs_edit_options_dialog.lua functions into extra file 2021-06-02 19:19:57 +02:00
Sokomine
b491ec46de moved general formspec functions to show_fs.lua 2021-06-02 19:10:58 +02:00
Sokomine
a62b898020 allow to toggle between trades attached to dialog options and those in the trade list 2021-06-02 01:29:16 +02:00
Sokomine
ae5107b1ea added better hint as to where to add trades 2021-06-02 01:02:22 +02:00
Sokomine
a8c9321672 catch some error conditions 2021-06-02 00:56:46 +02:00
Sokomine
786ca77c7f moved rest of minetest.show_formspec to yl_speak_up.show_fs 2021-05-31 22:34:01 +02:00
Sokomine
85bdf88ba9 moved optionsdialog to yl_speak_up.show_fs 2021-05-31 22:16:51 +02:00
Sokomine
a6a2b3f566 moved setdialog to yl_speak_up.show_fs 2021-05-31 22:09:42 +02:00
Sokomine
60d17124b6 moved edit_options_dialog to yl_speak_up.show_fs 2021-05-31 21:52:04 +02:00
Sokomine
cf145bb07d moved talk to yl_speak_up.show_fs 2021-05-31 21:41:09 +02:00
Sokomine
4c9c66e7c1 moved frashion to yl_speak_up.show_fs 2021-05-31 21:35:50 +02:00
Sokomine
4095be4e43 added yl_speak_up.show_fs to combine almost all formspecs 2021-05-31 21:15:42 +02:00
Sokomine
caf72721b3 added yl_speak_up.show_fs_trade_list 2021-05-31 16:45:15 +02:00
Sokomine
bcf6a4062f added yl_speak_up.show_fs_add_trade_simple 2021-05-31 16:32:24 +02:00
Sokomine
cb7c2214b4 added yl_speak_up.show_fs_trade_simple 2021-05-31 16:26:12 +02:00
Sokomine
71d4db6219 fixed bug with trade not showing up as Ef tag - added Tr tag if there are no effects 2021-05-31 00:07:45 +02:00
Sokomine
a9ddfb5a51 fixed bug on first click on add trade not working 2021-05-30 23:57:20 +02:00
Sokomine
3e97d69189 show what is traded in effects list window in edit option mode 2021-05-30 18:15:36 +02:00
Sokomine
75bfa4e555 actually show trades that are associated with dialogs and options 2021-05-30 17:09:03 +02:00
Sokomine
0c9d547401 added yl_speak_up.get_fs_add_trade_simple; trades are now always stored in dialog.trades instead of as results of options of dialogs 2021-05-30 01:43:46 +02:00
Sokomine
3184c89506 made save_dialog accessible 2021-05-29 19:15:45 +02:00
Sokomine
466a5e617f added Let's trade button 2021-05-29 16:04:29 +02:00
Sokomine
d75b94c99d added trade list 2021-05-29 03:55:36 +02:00
Sokomine
0652cf7f5a removed unused variable 2021-05-28 22:00:07 +02:00
Sokomine
e38044c6ff actually call the trade dialog 2021-05-23 23:24:47 +02:00
Sokomine
6fc01ab754 get_fs_talkdialog no longer local; call yl_speak_up.input_do_trade_simple; added yl_speak_up.get_result_id_by_type; made show/edit trade work 2021-05-23 21:41:54 +02:00
Sokomine
eecdfdcc00 added function yl_speak_up.add_new_result 2021-05-23 13:15:27 +02:00