Commit Graph

789 Commits

Author SHA1 Message Date
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
Sokomine
83f92f1a49 make quest step in quest step list clickable 2023-09-20 22:26:38 +02:00
Sokomine
fd525a950f do not offer the quest step itself as dependency 2023-09-20 04:45:10 +02:00
Sokomine
030f75be15 improved inserting quest steps before/after others 2023-09-20 00:33:46 +02:00
Sokomine
0204f38a46 allow to remove quest steps from the lists of requirements 2023-09-19 19:47:00 +02:00
Sokomine
d9208a1365 added first temporary storing of previous quest steps 2023-09-19 05:23:16 +02:00
Sokomine
35506731bd fixed bug in manage_quest_steps 2023-09-19 05:20:52 +02:00
Sokomine
6ecf800a60 prepared adding quest steps 2023-09-19 04:16:38 +02:00
Sokomine
decae6977e changed formspec size for add quest steps 2023-09-19 02:17:17 +02:00
Sokomine
1c72d714e7 removed surplus edit button 2023-09-19 00:35:28 +02:00
Sokomine
352a0322f4 passing mode of how/where to add new quest steps differntly now 2023-09-19 00:32:32 +02:00
Sokomine
5ba53ba637 added formspec for adding quest steps 2023-09-18 23:33:10 +02:00
Sokomine
1e4e3cbaef improved manage_quest_steps formspec 2023-09-18 21:51:03 +02:00
Sokomine
e879e1e67a manage only really existing quests; preparations for deleting quests 2023-09-16 05:38:33 +02:00
Sokomine
31f29beecd removed debug message 2023-09-15 00:52:51 +02:00
Sokomine
49c264193c removed overlapping of text in add quest steps formspec 2023-09-15 00:51:23 +02:00