1
0
mirror of https://github.com/MinetestForFun/quests.git synced 2025-07-09 03:40:20 +02:00
Commit Graph

54 Commits

Author SHA1 Message Date
60b1ce2229 Updated the translation bits of the code so they use the
now builtin minetest functions. Not able to add any more translations myself though.
2020-05-04 17:54:39 -04:00
4b9565e8b6 A bit of clean up. Moved mod integration lua files to their own folder with a single file designed to check if supported mods are present and load the appropriate local file to setup for it. 2020-05-03 19:15:16 -04:00
765e34bfe5 Remove one deprecated function
Deletes deprecated depends.txt and description.txt. Uses mod.conf for optional dependencies, and description.
2019-09-24 20:49:21 -05:00
48dd7aa045 fix hud breaked on re-join, issue https://github.com/MinetestForFun/server-minetestforfun/issues/454
Quest uses the old id of the previous connection if exists but it can correspond to another hud -> inventory_bag
2017-01-18 21:27:17 +01:00
fb9aeec0ff Revert "add play sound in function"
This reverts commit b3a5eca1b5.
2016-05-09 01:24:15 +02:00
b3a5eca1b5 add play sound in function 2016-05-09 00:11:40 +02:00
8f10e93bc3 Fix crashes on quest abort/accept when HUD is hidden 2016-02-05 13:12:43 +01:00
0de375a4ab Ugly fix for MT engine HUD bug, better error reporting 2015-11-22 22:47:45 +01:00
4a93e351f3 Fix bad HUD function name 2015-08-26 12:23:42 +02:00
e8305e38e9 Add functions to set HUD offset and position 2015-08-25 20:44:39 +02:00
1fec0e3e2e Fix HUD not hiding correctly 2015-08-14 12:55:55 +02:00
90bc0e3ad7 Don't write HUD table to save file since the new HUD code does HUDtable diffs and handles all cases 2015-07-27 23:19:05 +02:00
a3328d9fb5 Make tasked quests work with HUD 2015-07-27 00:31:07 +02:00
fb8f4fbc51 Restarting quests 2015-07-25 14:21:00 +02:00
7225027879 Fix bugs 2015-07-25 11:26:45 +02:00
64a87f4d14 Icons, tasks 2015-07-24 22:29:05 +02:00
555f4af5b6 Convert comment to markup-LDoc format, update them to the new tasked quests definition 2015-07-24 13:29:15 +02:00
f696cb1a70 Replace statbar with scaled image to remove deprecation warning 2015-07-16 21:15:18 +02:00
7a9fa4a98e Bump version to 1.0 2015-07-16 15:54:18 +02:00
9935a7d7c5 Add manual word wrap
makes the quest info description read only.
2015-07-16 15:51:10 +02:00
58b0a3cf39 Use minetest.log instead of print 2015-07-16 15:49:14 +02:00
ed5b33947b Update translation 2015-07-15 17:59:16 +02:00
f69ca0062d Add metadata to quests 2015-07-15 17:14:03 +02:00
2c4468f3ac Update License in README 2015-07-15 14:38:41 +02:00
c6fbf683f2 Add central messages and sounds for quest actions 2015-07-15 14:33:43 +02:00
e63d4e6d15 fix the hud enabling/autohiding for new players 2015-07-09 15:03:42 +08:00
0486bc4dd8 Remove playername from register_quest description. 2015-05-12 08:08:29 +02:00
f5b5b33414 update version 2015-03-27 13:04:05 +01:00
3cb28dcce9 Update translation 2015-03-27 13:01:09 +01:00
9feac43e64 autohide the hud when there are no active quests 2015-03-27 12:56:43 +01:00
55948b6b97 Removed debug output
Updated Version in README
2015-03-04 21:16:05 +01:00
0d6868cff6 Add pages to unified_inventory 2015-03-04 21:13:40 +01:00
d9658b8b49 Increment Version in README 2015-03-04 19:34:19 +01:00
6b51cf000b Basic support for advanced inventories 2015-03-04 19:31:28 +01:00
0ce1a9cd18 initial try to support unified_inventory
Note: there is currently no page. The Button just opens the regular questlog.
2015-03-04 19:31:28 +01:00
39f1c08349 Increment Version in README 2015-03-03 22:05:10 +01:00
5f481f7a74 Added intllib support 2015-03-03 22:04:01 +01:00
25a89f844d Update Version in README 2015-03-02 20:44:24 +01:00
ef33700031 Split init lua in multiple files 2015-03-02 20:32:42 +01:00
29be1e0908 Add quests.show_formspec(playername) 2015-03-02 15:14:39 +01:00
7a41a2a8ad Don't show a list when there are no quests 2015-03-01 09:46:44 +01:00
96d7ba3c3b Corrected 'Open Quests:' to 'Quests:'
Since the HUD displays for a few seconds a finished quest, it is cleaner to say quests instead of open quests.
2015-03-01 09:34:48 +01:00
020203285c Bugfix when minetest freezes if you have no quests 2015-03-01 09:33:01 +01:00
c19d696e6c Changed Version to 0.2 2015-02-28 21:27:15 +01:00
287ce6820e Removed debug info 2015-02-28 21:24:24 +01:00
63fb8d6404 Added progress bars for quests 2015-02-28 21:21:33 +01:00
f2ec86c86c Better hud 2015-02-28 19:01:22 +01:00
3e82fda965 Split quests.register_quest in two functions
Now register_quest only registers a quest and you have to start it with quests.start_quest()
2015-02-28 11:48:27 +01:00
403eb1aad8 updated README 2015-02-21 14:57:09 +01:00
c3a7d986ae Added successfull and failed quests 2015-02-21 14:46:27 +01:00