Commit Graph

950 Commits

Author SHA1 Message Date
Sokomine
c1deea695c allowed reloading when modname is not present 2024-02-12 00:29:06 +01:00
Sokomine
b04d37c963 made initial_config work better in edit_mode 2024-02-11 13:26:44 +01:00
Sokomine
e2722d7c60 created initial_config.lua so that overriding start dialogs becomes easier 2024-02-10 22:33:00 +01:00
Sokomine
f70bc72f85 prepared initial_config fs for working without api/formspec_helpers.lua 2024-02-10 22:03:52 +01:00
Sokomine
0a3764fe84 adjusted the move of api_quest_steps.lua in init.lua and editor/ 2024-02-10 19:52:18 +01:00
Sokomine
6450417637 moved api_quest_steps.lua to editor/api/ as it is only needed in edit_mode 2024-02-10 19:38:05 +01:00
Sokomine
9968adca25 removed obsolete files 2024-02-10 19:15:26 +01:00
Sokomine
10e8cef102 provide basic show_precondition/action/effect for debug mode when editor/ is not available 2024-02-10 19:11:26 +01:00
Sokomine
1748a3308b fixed typo in fs_trade_via_buy_button 2024-02-10 18:55:11 +01:00
Sokomine
7c72e4215b split show_fs.lua into editor/ and normal function 2024-02-10 18:51:36 +01:00
Sokomine
dfc88b4895 fixed some typos in function names 2024-02-10 00:53:25 +01:00
Sokomine
b1f5a3ee9e adding missing postfix for _wrapper in show_log 2024-02-10 00:33:48 +01:00
Sokomine
61d2fc1679 actually added the new files to init.lua 2024-02-10 00:28:42 +01:00
Sokomine
cb0869f53c moved formspecs out of exec_actions.lua and into fs/fs_action_*.lua 2024-02-10 00:23:35 +01:00
Sokomine
a7d6d07785 show_fs: talk in edit mode 2024-02-10 00:11:20 +01:00
Sokomine
7482061868 moved add_trade_simple in editor/ into fs/ subfolder 2024-02-10 00:00:33 +01:00
Sokomine
c0c3cae460 fixed some input_fs_ names in editor/ 2024-02-09 23:58:46 +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
24022c98b6 moved fs_show_log because show_fs needs to be loaded first 2024-02-09 22:14:15 +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
0490f8183c fixed get_fs_show_log wrapper parameter 2024-02-09 21:10: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
04b67da670 added exception for npc_was_changed in functions.lua 2024-02-09 06:22:53 +01:00
Sokomine
1cc4f2e742 log add_trade_simple in npc_was_changed as an exception without having to resort to edit_mode directly 2024-02-09 06:20:18 +01:00
Sokomine
0f6962e0a8 split fs_add_trade_simple into editor/ and rest 2024-02-09 06:09:40 +01:00