Commit Graph

22 Commits

Author SHA1 Message Date
Sokomine
964fce04e3 fixed bug in local function 2023-12-19 03:21:06 +01:00
Sokomine
44e8683e61 renamed function input_fs_manage_general to handle_* 2023-12-18 06:13:27 +01:00
Sokomine
8110442b2a renamed input_routing_show_a_quest_step function to handle_input_routing_show_a_quest_step 2023-12-18 06:04:30 +01:00
Sokomine
f224222d7c moved formspec_helpers.lua into api folder 2023-12-18 05:58:39 +01:00
Sokomine
eb6cf0f031 renamed get_fs_quest_edit_error function to build_fs_quest_edit_error as that is more appropriate 2023-12-18 05:52:11 +01:00
Sokomine
067744981b renamed function input_fs_manage_general to more appropriate handle_input_fs_manage_general 2023-12-18 05:41:41 +01:00
Sokomine
922c2af88f renamed get_fs_manage_general function to build_fs_manage_general as that describes it better 2023-12-18 05:35:19 +01:00
Sokomine
3847dda6ee renamed some get_fs_ functions to better fitting get_sub_fs_ functions 2023-12-18 05:31:48 +01:00
Sokomine
3ae305dcc9 moved fs_edit_general.lua to api/; renamed most get_fs_ functions there to get_sub_fs_ and main function to build_fs_ for more clarity 2023-12-18 05:15:04 +01:00
Sokomine
0f0593100e used table.concat to insert yl_speak_up.show_fs_simple_deco instead of just string concatination 2023-12-18 03:02:56 +01:00
Sokomine
e9ee295db5 split up fs_talkdialog.lua into fs/ and api/ 2023-12-18 02:44:43 +01:00
Sokomine
4f15503dfe split fs_fashion.lua up into api/ and fs/ (two files) 2023-12-14 04:35:37 +01:00
Sokomine
fad536a0a4 split fs_npc_list.lua into api/ and fs/ 2023-12-12 03:01:58 +01:00
Sokomine
d2e5362cf9 split quest related fs_*.lua into fs/ and api/ 2023-12-11 21:48:31 +01:00
Sokomine
361bcd9dd1 moved some more fs_*.lua to fs/ 2023-12-11 19:41:33 +01:00
Sokomine
c368538c28 moved fs_edit_*.lua to fs/ 2023-12-11 19:24:19 +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
031abad71b split fs_trade_via_buy_button.lua in fs/ and api/ 2023-12-10 05:13:11 +01:00
Sokomine
259a79e359 split fs_trade_limit.lua into fs/ and api/ part 2023-12-10 04:56:51 +01:00
Sokomine
eb6d75c8fc explained what files in fs/ folder are for 2023-12-08 22:43:39 +01:00
Sokomine
abbb8cf123 manage variables/quests: made local functions with fun_ prefix distinct from the input_ function 2023-12-08 22:43:06 +01:00
Sokomine
f37f07c722 moved some files into fs/ and api/ folders to clean up 2023-12-08 22:41:27 +01:00