Commit Graph

78 Commits

Author SHA1 Message Date
Sokomine
2b7db390c5 made action trade work again 2025-06-01 05:22:17 +02:00
Sokomine
a54c395e91 show error message instead of crash if no formspec text supplied 2024-12-15 12:47:45 +01:00
Sokomine
7c72e4215b split show_fs.lua into editor/ and normal function 2024-02-10 18:51:36 +01:00
Sokomine
4e5e3d9093 show_fs: initial_config 2024-02-09 23:35:23 +01:00
Sokomine
2dae28a655 show_fs: optiondialog/setdialog (only in yl_npc now) 2024-02-09 22:15:34 +01:00
Sokomine
db2f401322 show_fs: talk 2024-02-09 21:59:41 +01:00
Sokomine
7ddf97d49d show_fs: save_or_discard_changes 2024-02-09 21:52:11 +01:00
Sokomine
d7440369b5 show_fs: player_offers_item 2024-02-09 21:47:11 +01:00
Sokomine
77e6906f0e show_fs: trade_via_buy_button 2024-02-09 21:45:17 +01:00
Sokomine
9f44bb1961 show_fs: add/do_trade_simple 2024-02-09 21:43:48 +01:00
Sokomine
e27809d4d7 show_fs: npc_list 2024-02-09 21:31:30 +01:00
Sokomine
b2fb83d046 show_fs: trade_list 2024-02-09 21:29:24 +01:00
Sokomine
d6338abeca show_fs: edit_trade_limit 2024-02-09 21:03:22 +01:00
Sokomine
82616c85b1 show_fs: trade_limit 2024-02-09 21:01:00 +01:00
Sokomine
2a8b621606 show_fs: show_log 2024-02-09 20:56:26 +01:00
Sokomine
7cbc610866 show_fs: inventory 2024-02-09 20:53:33 +01:00
Sokomine
21f77baae1 show_fs: edit_options_dialog 2024-02-09 20:50:38 +01:00
Sokomine
61b5799247 show_fs: fashion/fashion_extended 2024-02-09 20:43:27 +01:00
Sokomine
063aa7e297 show_fs: assign_quest_step 2024-02-09 20:38:33 +01:00
Sokomine
92d3622464 show_fs: manage_(quests/variables) 2024-02-09 20:36:48 +01:00
Sokomine
f6bcb2e6c6 show_fs: show_what_points_to_this_dialog 2024-02-09 20:33:07 +01:00
Sokomine
928675a3c1 show_fs: quest_gui 2024-02-09 20:31:35 +01:00
Sokomine
8838307d16 show_fs: export 2024-02-09 20:30:09 +01:00
Sokomine
7408d8d286 show_fs: action_(npc_gives/npc_wants/text_input/evaluate) 2024-02-09 20:02:22 +01:00
Sokomine
20056cb1e9 show_fs: edit_(preconditions/actions/effects) 2024-02-09 19:55:21 +01:00
Sokomine
9fe6713bd9 show_fs: notes 2024-02-09 19:48:51 +01:00
Sokomine
711febcb4c show_fs: properties 2024-02-09 19:46:37 +01:00
Sokomine
9d26267e67 added force_fs_ver to register_fs 2024-02-09 19:45:34 +01:00
Sokomine
8c27f02c39 show_fs: add_quest_steps 2024-02-09 19:27:50 +01:00
Sokomine
12fc39b3d0 prepared show_fs.lua for beeing more universal by adding register_fs function 2024-02-09 19:25:59 +01:00
Sokomine
03da9151c4 catch missing yl_speak_up.edit_mode in show_fs (which is not yet split up properly) 2024-02-09 06:28:36 +01:00
Sokomine
d57ac190eb split trade_simple.lua and other trading into fs/ and api/ part 2023-12-11 19:05:33 +01:00
Sokomine
a33b52f0d8 #5295 allow to write internal notes 2023-11-01 21:34:07 +01:00
Sokomine
cf868e0761 added export (show .json file structure) 2023-10-29 15:47:56 +01:00
Sokomine
5ba53ba637 added formspec for adding quest steps 2023-09-18 23:33:10 +02:00
Sokomine
4ce6101bca added first basic creation/delition of quest steps 2023-09-15 00:40:34 +02:00
Sokomine
a334a2b989 added way to assign quest steps to dialog options 2023-08-05 21:29:46 +02:00
Sokomine
79797ee27c implemented '/npc_talk list' including sorting 2023-07-21 18:08:08 +02:00
Sokomine
8b24e9b52f added basic quest management formspec 2022-11-14 18:18:33 +01:00
Sokomine
4df6a56bf8 added quest_gui as custom action 2022-11-02 16:45:13 +01:00
Sokomine
403911ef81 show text_input action in a readable way in formspec version 2 and 3 2022-10-01 23:17:04 +02:00
Sokomine
dffd17a44b show more formspecs in the correct version 2022-09-27 23:51:43 +02:00
Sokomine
d23335e6db moved all minetest.register_on_* calls into register_once.lua and removed obsolete *.lua files 2022-09-14 21:54:25 +02:00
Sokomine
db5a67b333 added showing of npc logfile via trade list 2022-09-11 00:07:18 +02:00
Sokomine
c488f0f36e renamed trade_list.lua to fs_trade_list.lua 2022-09-10 20:14:32 +02:00
Sokomine
d5fe15a7c7 added trade interface via buy button 2022-09-08 23:30:25 +02:00
Sokomine
0b26af1287 added limit handling to trade formspec 2022-09-05 07:00:55 +02:00
Sokomine
77c05631eb removed obsolete action "custom" (use the new "evaluate" instead) 2022-08-07 20:49:09 +02:00
Sokomine
4dfa9f2ed3 added new action type "evaluate" similar to preconditions and effects 2022-08-07 20:06:04 +02:00
Sokomine
42e16d0e8b made the old fashion formspec fashion_extended for wielded items 2022-07-21 00:34:46 +02:00