Commit Graph

26 Commits

Author SHA1 Message Date
Sokomine
7d92433d7c adjusted style for msg windows in d_got_item 2022-05-09 20:17:12 +02:00
Sokomine
06cadd9f3e added is_a_start_dialog for adding buttons to some dialogs 2022-05-09 18:02:41 +02:00
Sokomine
5b0338fabc fixed sorting of options in dialogs according to o_sort 2022-04-25 19:08:12 +02:00
Sokomine
292c299b5c show the npc's start dialog instead of d_generic_start_dialog 2022-04-25 15:45:51 +02:00
Sokomine
5c95c6ae6d added general support for generic dialogs 2022-04-25 14:53:38 +02:00
Sokomine
f3573e746f added yl_speak_up.get_start_dialog_id and reload dialog when entering edit mode 2022-04-22 21:28:23 +02:00
Sokomine
d36ab58a8e improved scrolling (at least for formspec version 3) 2022-04-17 22:21:39 +02:00
Sokomine
ccfffc9568 fixed undeclared use of global vars 2022-04-12 03:48:08 +02:00
Sokomine
52d04e36e8 used fs_decorated in fs_talkdialog as well 2022-04-12 01:53:08 +02:00
Sokomine
d466436c34 created fs_decorated.lua and make trade_list.lua use it 2022-04-12 00:33:19 +02:00
Sokomine
058baca37b added npc_talk_style command 2022-04-10 20:43:41 +02:00
Sokomine
7143f81995 added further scroll up/scroll down buttons for formspec version 1 2022-01-16 21:50:14 +01:00
Sokomine
5204c5c8ee deal with formspec_version lower than 3 and display formspec where possible 2022-01-16 21:49:52 +01:00
Sokomine
68f5ac0d7c reset scroll counter when entering edit mode 2022-01-09 02:19:30 +01:00
Sokomine
1967eeef15 removed deprecated handling of older formspec versions (now handled in another part of the code) 2022-01-09 02:10:32 +01:00
Sokomine
5b49bfbccd made edit dialog work in formspec versions < 3 as far as possible 2022-01-09 02:04:10 +01:00
Sokomine
e950cdc1f0 diffrent handling for formspec versions 2 and 1 (2 is pretty ok; 1 is ugly and barely usable) 2022-01-09 00:05:50 +01:00
Sokomine
b455321528 preparations for using the same code for generating fs for diffrent versions 2022-01-08 22:53:47 +01:00
Sokomine
585492b2f7 removed duplicate declaration of formspec where the lines are the same for diffrent formspec versions 2022-01-08 20:32:10 +01:00
Sokomine
6e461b95a6 improved formatting of dropdown formspec entries in fs_talkdialog.lua 2022-01-08 19:14:13 +01:00
Sokomine
bcdd59e004 made action button in edit dialog work again 2022-01-08 19:03:32 +01:00
Sokomine
e3eda65c00 added yl_speak_up.add_formspec_element_with_tooltip_if to clean up formspec building in fs_talkdialog.lua 2022-01-08 18:38:51 +01:00
Sokomine
3bde8d18c4 made more use of yl_speak_up.add_edit_button_fs_talkdialog 2022-01-08 02:30:09 +01:00
Sokomine
07be18bcf6 added helper function +yl_speak_up.add_edit_button_fs_talkdialog 2022-01-07 23:24:49 +01:00
Sokomine
fc10be7d0e extracted interface_mobs_api.lua from functions.lua into a seperate file 2022-01-07 21:22:41 +01:00
Sokomine
e8265679b4 extracted fs_talkdialog.lua from functions.lua into a seperate file 2022-01-07 20:52:34 +01:00