Commit Graph

904 Commits

Author SHA1 Message Date
Sokomine
3c4f5bd3ea scrollbar finetuning 2023-10-02 04:04:47 +02:00
Sokomine
53c9318cd4 better visualization in quest step view over where quest steps can be set 2023-10-02 03:48:48 +02:00
Sokomine
7e4bd07109 added yl_speak_up.quest_step_show_where_set 2023-10-01 21:42:17 +02:00
Sokomine
2e40e236af used check_if_dialog_has_option 2023-10-01 20:22:08 +02:00
Sokomine
c4e5c65773 make sure npc/location is part of the lists 2023-10-01 20:19:46 +02:00
Sokomine
2d2afdfb26 added yl_speak_up.check_if_dialog_has_option for easier check if option is available 2023-10-01 20:18:51 +02:00
Sokomine
4993656940 actually store assigned quest steps in npc savefile 2023-10-01 14:22:06 +02:00
Sokomine
861c44024a further prepared connection of npc and quest steps 2023-10-01 12:21:31 +02:00
Sokomine
b7423b0d81 prepared better assignment of quest steps to npc 2023-10-01 00:59:40 +02:00
Sokomine
ce067bf18e store quest.var_name as quest id in npc 2023-09-30 21:43:41 +02:00
Sokomine
78f26d42a1 add npcs and locations via add field to lists 2023-09-30 21:03:44 +02:00
Sokomine
13abe1687a make sure quest.npcs and quest.locations exist 2023-09-30 19:38:19 +02:00
Sokomine
94df301302 check if npcs and locations can be removed from quests 2023-09-30 19:14:49 +02:00
Sokomine
f12f778b06 allow to add or delete locations for quests 2023-09-30 13:21:13 +02:00
Sokomine
36ed71ae56 display adding quest locations 2023-09-30 13:16:30 +02:00
Sokomine
2183c1af32 added helper function yl_speak_up.count_used_in_quest_steps 2023-09-30 12:57:49 +02:00
Sokomine
2c28a0fc26 local function grey_if_zero 2023-09-30 12:51:18 +02:00
Sokomine
feae914e85 preparations for adding locations to quests 2023-09-30 12:48:53 +02:00
Sokomine
a3c1c5ccfd added way to add npcs as potential contributors to quests 2023-09-30 11:34:30 +02:00
Sokomine
b82a985ca1 link edit npc contributors in quest overview 2023-09-30 11:23:14 +02:00
Sokomine
7a9ab3867d show names of npc in quest overview 2023-09-30 10:51:11 +02:00
Sokomine
9e3b98d09e got rid of x_add in add quest step 2023-09-29 16:21:30 +02:00
Sokomine
ba81ac2f63 use container for fs_add_quest_steps 2023-09-29 16:08:20 +02:00
Sokomine
3f9da138e0 quest steps are clickable from quest overview page 2023-09-25 05:22:38 +02:00
Sokomine
b621fe7b12 show npcs, locations and items in manage_quests 2023-09-25 01:37:16 +02:00
Sokomine
234a18efff show some quest steps in quest overview 2023-09-25 00:19:47 +02:00
Sokomine
314c637aae added show all quest steps button 2023-09-24 23:28:34 +02:00
Sokomine
c3d97233dd allow to click on start/end/unconnected steps in list 2023-09-24 23:05:38 +02:00
Sokomine
d267560d2a fixed bug in fashion if mesh not defined 2023-09-24 00:24:14 +02:00
Sokomine
32510ad974 yl_speak_up.quest_step_show_table_decorated renamed to yl_speak_up.get_fs_show_list_in_box and moved to formspec_helpers.lua 2023-09-23 23:45:31 +02:00
Sokomine
8d0377572d make color of table lines configurable 2023-09-23 23:36:32 +02:00
Sokomine
e2ed6263ac make more use of yl_speak_up.quest_step_show_table_decorated 2023-09-23 23:14:43 +02:00
Sokomine
5e8e31876c added yl_speak_up.quest_step_show_table_decorated 2023-09-23 22:28:33 +02:00
Sokomine
1347fb1bdb show start, end and unconnected quest steps 2023-09-23 21:28:46 +02:00
Sokomine
fd35e172d8 re-enabled quests (which are under development) 2023-09-23 20:03:57 +02:00
Sokomine
f201d0a244 temporally disabled unfinished quest system for yl 2023-09-22 07:25:15 +02:00
Sokomine
52b280035e fs improvements 2023-09-22 07:17:14 +02:00
Sokomine
8b8fbfa4aa improved back button 2023-09-22 07:00:18 +02:00
Sokomine
e8053e25e9 forward quest_step input for embedded_select mode 2023-09-22 06:56:32 +02:00
Sokomine
0ec51adf74 show step list when adding quest step 2023-09-22 06:17:30 +02:00
Sokomine
af43cc467c added get_location_id for quests 2023-09-22 02:10:28 +02:00
Sokomine
58fe04cd49 show in add_quest_steps how many locations *set* a quest step 2023-09-22 00:29:31 +02:00
Sokomine
10b3ac6aff removed unused texture 2023-09-22 00:07:05 +02:00
Sokomine
c744ce6aff put more into containers in fs_manage_quest_steps 2023-09-21 22:35:38 +02:00
Sokomine
7d602fccf2 make sure all relevant tables exist inside quest step data inside quest_api.lua 2023-09-21 22:05:51 +02:00
Sokomine
6a24488ac2 slightly less color in tooltips in fs_manage_quest_steps 2023-09-21 20:36:43 +02:00
Sokomine
b451432b84 make </> buttons work in manage quest steps 2023-09-21 20:20:54 +02:00
Sokomine
eabafafe17 improved tooltips in manage quest steps 2023-09-21 20:07:22 +02:00
Sokomine
9313ef3bef rearranged buttons in manage quest steps 2023-09-21 19:52:19 +02:00
Sokomine
4bcbf8ee0a improved quest step management 2023-09-20 22:43:06 +02:00