Commit Graph

789 Commits

Author SHA1 Message Date
Sokomine
87a2ea1f2d added tutor savefile 2022-09-26 01:48:21 +02:00
Sokomine
474a7ad717 when a new option is added: let it point to the current dialog instead of a new one in order to prevent spamming 2022-09-25 20:46:44 +02:00
Sokomine
937fb8d38f fixed bug in more general property handling 2022-09-24 03:03:18 +02:00
Sokomine
2ade21640e did preparations for making blocks talk 2022-09-24 02:37:36 +02:00
Sokomine
3dfae53782 added hint how to do local adjustments 2022-09-23 23:27:06 +02:00
Sokomine
5dbf91800f explain how to use this mod in other NPC mods 2022-09-23 23:24:06 +02:00
Sokomine
90dc2d34d5 added random option for dialogs 2022-09-23 23:10:53 +02:00
Sokomine
7f60031ab1 do not add dialogs to d_end 2022-09-15 23:56:10 +02:00
Sokomine
608935277f hide autoanswer options if their preconditions are not fulfilled 2022-09-15 23:21:10 +02:00
Sokomine
5a4f137b65 display earlier in edit mode if an option is an automaticly selected one 2022-09-15 23:02:39 +02:00
Sokomine
ccf93a8fd3 added npc_talk_reload to README.md 2022-09-15 04:31:57 +02:00
Sokomine
61dfe5c267 moved register_once.lua further up 2022-09-14 23:05:19 +02:00
Sokomine
ffd98fc924 moved yl_speak_up.init_mob_table to a more appropriate place 2022-09-14 22:54:53 +02:00
Sokomine
46ebb1d894 moved directory creation to a point after reading the config file so that that value can be changed on the fly as well 2022-09-14 22:47:30 +02:00
Sokomine
b70bdc60b9 fixed missing global n_id in exec_actions.lua 2022-09-14 22:31:17 +02:00
Sokomine
ab9745ee01 added npc_talk_reload command 2022-09-14 22:18:09 +02:00
Sokomine
d23335e6db moved all minetest.register_on_* calls into register_once.lua and removed obsolete *.lua files 2022-09-14 21:54:25 +02:00
Sokomine
6e846b316d added hint regarding logging to README.md 2022-09-13 19:47:25 +02:00
Sokomine
be689ce739 moved read_skins_and_capes_from_folders to a yl_speak_up_addons mod for server specific stuff 2022-09-13 19:46:34 +02:00
Sokomine
7cbb394b60 fixed bug in display of editing trades 2022-09-11 22:04:10 +02:00
Sokomine
244377b2a9 fixed bug in action timers and added better debuging info 2022-09-11 21:55:02 +02:00
Sokomine
0b2c8ac5ce added color to logfile display for easier reading 2022-09-11 19:32:39 +02:00
Sokomine
258e990d7a make longer lines in logfile readable 2022-09-11 18:34:30 +02:00
Sokomine
97c6741a4e fixed bug 2022-09-11 18:16:09 +02:00
Sokomine
d5f628638f added larger scroll buttons for formspec versions 1 and 2 2022-09-11 05:17:58 +02:00
Sokomine
f825a95fd2 removed undeclared variable 2022-09-11 05:16:52 +02:00
Sokomine
7c5d28328c fixed trade list for older formspec versions 2022-09-11 04:20:56 +02:00
Sokomine
19625b6d3a attempt to fix scrolling in formspec mode 2 and below 2022-09-11 03:33:59 +02:00
Sokomine
db5a67b333 added showing of npc logfile via trade list 2022-09-11 00:07:18 +02:00
Sokomine
96a798ba5f allow to edit trade limits only when the NPC can be edited by that player 2022-09-10 22:03:59 +02:00
Sokomine
e7959477c9 allow to set trade limits only when the NPC can be edited by that player 2022-09-10 21:46:05 +02:00
Sokomine
8b9edead0e renamed fs_log.lua to fs_show_log.lua 2022-09-10 21:33:21 +02:00
Sokomine
c488f0f36e renamed trade_list.lua to fs_trade_list.lua 2022-09-10 20:14:32 +02:00
Sokomine
99c5d60dc2 show in trade list how much stock is available 2022-09-10 20:12:08 +02:00
Sokomine
da99bd3f95 corrected trade message when logging 2022-09-10 01:18:50 +02:00
Sokomine
dc80271803 got rid of further minetest.log and used own logging 2022-09-10 01:00:56 +02:00
Sokomine
f514acd3bc added prefix [MOD] yl_speak_up to debug.txt entries 2022-09-10 00:50:43 +02:00
Sokomine
940768de19 improved logging 2022-09-10 00:07:52 +02:00
Sokomine
6fe611a267 moved logging of mute/unmute to yl_speak_up.log_change 2022-09-09 23:39:12 +02:00
Sokomine
f714fd426b moved execution of lua code from fs_edit_general.lua to eval_and_execute_function.lua 2022-09-09 23:29:16 +02:00
Sokomine
97275128d0 added yl_speak_up.log_error_with_position 2022-09-09 23:20:59 +02:00
Sokomine
8aad949ee2 used yl_speak_up.log_change where appropriate 2022-09-09 22:56:52 +02:00
Sokomine
32a0613780 moved logging into fs_log.lua and logged in extra npc log files 2022-09-09 22:13:42 +02:00
Sokomine
4067fd8f59 made delete button work for buy via button 2022-09-09 20:23:54 +02:00
Sokomine
60ae2585ae fixed bug in find_next_id 2022-09-09 20:22:56 +02:00
Sokomine
7adabf312d show stock in trade_via_buy_button 2022-09-09 06:30:07 +02:00
Sokomine
d5fe15a7c7 added trade interface via buy button 2022-09-08 23:30:25 +02:00
Sokomine
0d88093a45 fixed bug (called function in wrong mod) 2022-09-08 23:19:58 +02:00
Sokomine
1eb272ecb2 respect trade limits 2022-09-06 22:26:45 +02:00
Sokomine
3ddec81b1c added error messages when editing trade limits 2022-09-05 20:38:19 +02:00