1
0
mirror of https://github.com/MinetestForFun/quests.git synced 2025-11-10 20:25:29 +01:00
Commit Graph

54 Commits

Author SHA1 Message Date
DomtronVox
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
DomtronVox
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
Panquesito7
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
Dorian Wouters
8f10e93bc3 Fix crashes on quest abort/accept when HUD is hidden 2016-02-05 13:12:43 +01:00
Dorian Wouters
0de375a4ab Ugly fix for MT engine HUD bug, better error reporting 2015-11-22 22:47:45 +01:00
Wouters Dorian
4a93e351f3 Fix bad HUD function name 2015-08-26 12:23:42 +02:00
Wouters Dorian
e8305e38e9 Add functions to set HUD offset and position 2015-08-25 20:44:39 +02:00
Wouters Dorian
1fec0e3e2e Fix HUD not hiding correctly 2015-08-14 12:55:55 +02:00
Wouters Dorian
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
Wouters Dorian
a3328d9fb5 Make tasked quests work with HUD 2015-07-27 00:31:07 +02:00
Wouters Dorian
fb8f4fbc51 Restarting quests 2015-07-25 14:21:00 +02:00
Wouters Dorian
7225027879 Fix bugs 2015-07-25 11:26:45 +02:00
Wouters Dorian
64a87f4d14 Icons, tasks 2015-07-24 22:29:05 +02:00
Wouters Dorian
555f4af5b6 Convert comment to markup-LDoc format, update them to the new tasked quests definition 2015-07-24 13:29:15 +02:00
TeTpaAka
f696cb1a70 Replace statbar with scaled image to remove deprecation warning 2015-07-16 21:15:18 +02:00
TeTpaAka
7a9fa4a98e Bump version to 1.0 2015-07-16 15:54:18 +02:00
TeTpaAka
9935a7d7c5 Add manual word wrap
makes the quest info description read only.
2015-07-16 15:51:10 +02:00
TeTpaAka
58b0a3cf39 Use minetest.log instead of print 2015-07-16 15:49:14 +02:00
TeTpaAka
ed5b33947b Update translation 2015-07-15 17:59:16 +02:00
TeTpaAka
f69ca0062d Add metadata to quests 2015-07-15 17:14:03 +02:00
TeTpaAka
2c4468f3ac Update License in README 2015-07-15 14:38:41 +02:00
TeTpaAka
c6fbf683f2 Add central messages and sounds for quest actions 2015-07-15 14:33:43 +02:00
Zheyu Shen
e63d4e6d15 fix the hud enabling/autohiding for new players 2015-07-09 15:03:42 +08:00
TeTpaAka
0486bc4dd8 Remove playername from register_quest description. 2015-05-12 08:08:29 +02:00
TeTpaAka
f5b5b33414 update version 2015-03-27 13:04:05 +01:00
TeTpaAka
3cb28dcce9 Update translation 2015-03-27 13:01:09 +01:00
TeTpaAka
9feac43e64 autohide the hud when there are no active quests 2015-03-27 12:56:43 +01:00
TeTpaAka
55948b6b97 Removed debug output
Updated Version in README
2015-03-04 21:16:05 +01:00
TeTpaAka
0d6868cff6 Add pages to unified_inventory 2015-03-04 21:13:40 +01:00
TeTpaAka
d9658b8b49 Increment Version in README 2015-03-04 19:34:19 +01:00
TeTpaAka
6b51cf000b Basic support for advanced inventories 2015-03-04 19:31:28 +01:00
TeTpaAka
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
TeTpaAka
39f1c08349 Increment Version in README 2015-03-03 22:05:10 +01:00
TeTpaAka
5f481f7a74 Added intllib support 2015-03-03 22:04:01 +01:00
TeTpaAka
25a89f844d Update Version in README 2015-03-02 20:44:24 +01:00
TeTpaAka
ef33700031 Split init lua in multiple files 2015-03-02 20:32:42 +01:00
TeTpaAka
29be1e0908 Add quests.show_formspec(playername) 2015-03-02 15:14:39 +01:00
TeTpaAka
7a41a2a8ad Don't show a list when there are no quests 2015-03-01 09:46:44 +01:00
TeTpaAka
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
TeTpaAka
020203285c Bugfix when minetest freezes if you have no quests 2015-03-01 09:33:01 +01:00
TeTpaAka
c19d696e6c Changed Version to 0.2 2015-02-28 21:27:15 +01:00
TeTpaAka
287ce6820e Removed debug info 2015-02-28 21:24:24 +01:00
TeTpaAka
63fb8d6404 Added progress bars for quests 2015-02-28 21:21:33 +01:00
TeTpaAka
f2ec86c86c Better hud 2015-02-28 19:01:22 +01:00
TeTpaAka
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
TeTpaAka
403eb1aad8 updated README 2015-02-21 14:57:09 +01:00
TeTpaAka
c3a7d986ae Added successfull and failed quests 2015-02-21 14:46:27 +01:00