46eeb36784
Merge remote-tracking branch 'upstream/master'
2020-07-18 11:28:21 +02:00
Louis Royer
341a438267
Search items by English and translated description ( #156 )
...
This works only with Minetest version >= 5.3.0, nothing is changed for
older versions.
2020-07-15 20:21:06 +02:00
9a31609cfd
Merge remote-tracking branch 'upstream/master' into nalc-1.2-dev
2020-06-14 22:55:56 +02:00
David Leal
606ba6a1a3
Add GitHub workflow ( #149 )
2020-03-25 18:46:35 +01:00
8e6a3740ae
Merge branch 'master' of yunohost.local:minetest-mods/unified_inventory into nalc-1.2-dev
2019-12-22 15:57:28 +01:00
Wuzzy
8e74a80e91
Translation: Fix parameter symbols
2019-10-17 21:05:08 +02:00
Wuzzy
5327261718
Move to MT 5.0.0 translation system
2019-10-17 21:05:08 +02:00
Scott Horvath
86d2a11643
Allow all players to view items regardless of 'creative' priv
...
This allows any player to see usages of items found
even if item does not have explicit
recipies themselves.
(ex: default:papyrus, found/grown in wild, can be made into paper)
2019-05-28 21:30:55 +02:00
e5dc9ed53a
Merge branch 'master' into nalc-1.1
2019-05-01 17:15:35 +02:00
Emiel van Rooijen
16babc54f3
Add no_prepend[] by default
2019-03-31 12:19:08 +02:00
sys4-fr
4bf5f22696
Merge branch 'master' into nalc
2019-01-19 19:43:32 +01:00
SmallJoker
54abad72f0
Add item tooltips with mod name
...
Inspired by #118 , @Quent42340
2018-12-12 20:20:11 +01:00
sys4-fr
264833ed41
Place les boutons d'inventaires sur 2 lignes
2018-11-20 22:04:24 +01:00
codexp
c1ab7277ab
refactor code to use with intllib tool
2018-04-02 13:33:36 +02:00
shivajiva101
2ab5a7c90a
fix excessive privilege check
2018-01-03 11:15:53 +01:00
Diego Martínez
2ea417fad0
Search when ENTER is pressed on the search field.
2016-11-29 17:35:40 -03:00
Wuzzy
8770b7df93
Disable useless main buttons
2016-11-06 02:28:45 +01:00
Wuzzy
2a516ac22b
Add seperate button for resetting search
2016-08-14 23:35:12 +02:00
Vanessa Ezekowitz
54d97635ec
Merge pull request #64 from Wuzzy2/flipclick
...
Toggle recipe/usage mode in craft guide when clicking on current item in item list
2016-08-07 12:57:29 -04:00
Wuzzy
7bba35a911
Flip craft mode when clicking current item in list
2016-08-07 02:14:46 +02:00
Wuzzy
c816666945
Ensure formspec escaping for translated strings
2016-08-06 17:23:46 +02:00
Vanessa Ezekowitz
9fe84789ba
Allow per-user "full" mode when "lite" mode is set as global
...
default (give the user "ui_full" priv to turn it on).
Also, a few whitespace fixes.
2015-10-05 04:24:01 -04:00
HybridDog
babe4380ac
disallow repairing tools using the 'to craft grid', allow it to put items of specific groups and (maybe) make it keep the meta of items, remove unused elseif, change a bit translation and use table.concat at one place because I read somewhere that it's faster than ..
2015-08-16 16:40:49 +02:00
Vanessa Ezekowitz
2d6a0ed606
split ui_crafting_form
...
into craft grid/trash image and a single slot image. The latter is now
used for a refill slot if user has creative priv or server is in
creative mode.
2015-08-05 08:37:25 -04:00
Vanessa Ezekowitz
f2914b3d4f
only show items in crafting guide if they can be crafted or player has creative
2015-07-30 09:13:16 -04:00
Vanessa Ezekowitz
8338b406d3
fix crash in waypoints?
2015-06-28 05:17:43 -04:00
Vanessa Ezekowitz
16e40a2e22
re-arrange a few elements in the crafting guide to eliminate text overlap
...
Also make sure to chech if lite mode before assuming 4x2 "tab" button layout.
2015-06-28 04:54:48 -04:00
Vanessa Ezekowitz
0a70d8edef
Add "lite" mode
...
Set unified_inventory_lite = true in minetest.conf to enable.
This mode reduces the feature-set of the mod as follows:
* no bags
* no waypoints,
* no home/go-home buttons,
* no set-day/-night buttons,
* smaller creative/craft guide inventory pages (4x6 instead of 8x10)
* fewer paging buttons
* smaller search field
* move "Result: foo" to below the crafting guide grid.
* Move main "tab" buttons to the right, below the search and paging buttons.
* Made "tab" buttons able to use to 2 rows if necessary (max 8 buttons)
2015-06-28 04:15:55 -04:00
Tim
76a9efff71
reduce table lookups during initialization
2015-02-05 10:03:07 +01:00
Tim
1a1bfc3839
supress intllib check warning, this fixes #19
2015-02-05 10:00:10 +01:00
RealBadAngel
0d777362f3
Update tooltips usage due to core changes.
2014-06-24 12:39:12 +02:00
RealBadAngel
f800f39083
More tooltips and translations.
2014-06-22 00:34:35 +02:00
RealBadAngel
002bcbb6d8
Add intllib support.
...
Some polish and german translations.
Start adding tooltips.
2014-06-21 12:44:31 +02:00
Zefram
87f502a259
Show item usages in craft guide
...
When the craft guide is showing a craft, the output slot is now a button,
which causes the craft guide to show ways in which that output can be
used. This mirrors the way input slots are buttons that show recipes
for the selected ingredient. Usages of an item can be iterated through
in the same way as recipes for the item. This incidentally offers some
ability to retrace one's steps through a crafting chain, without storing
actual history.
2014-06-13 11:30:09 -03:00
Zefram
a8c8ef0890
Correctly display multi-group ingredients
...
Extend the representative-item logic to handle ingredients specified
as the intersection of multiple groups. Also add mangling of item
button content, because comma for a multi-group ingredient is getting
formspec-escaped and then not de-escaped.
2014-06-13 09:28:37 -03:00
Zefram
7f4f0fd225
Use plain substring search in craft guide
...
The user input was being erroneously treated as a lua regexp.
2014-06-13 04:50:07 -03:00
RealBadAngel
3003b19322
Add sorting inventories function.
2014-05-22 21:24:24 +02:00
Zefram
79320c109c
Respect not_in_creative_inventory in group search
2014-05-02 12:21:10 +02:00
Zefram
b0e10d44f4
Tweak display of searching status
...
When the current search produces no results, give a specific message
rather than "Page 1 of 0". Don't display the "Filter:" label if no
filtering is currently applied.
2014-04-29 20:08:04 +01:00
Zefram
01297996a6
Preserve player's search string
...
Keep the current inventory search string when performing inventory
form actions other than searching. This means the player's input is
not lost if the player breaks off from entering it to switch pages,
or if the player absent-mindedly ends text input with <return>.
2014-04-29 19:36:52 +01:00
Zefram
20cf474886
Fix formspec injection issues
2014-04-29 17:53:43 +01:00
ShadowNinja
26473a8346
Remove trailing whitespace
2014-01-19 13:27:52 -05:00
kaeza
d560bcd6f0
Allow searching for groups.
...
Also make "group buttons" apply the filter to that group.
2014-01-19 14:35:44 -02:00
ShadowNinja
b69fc35c88
Allow Lua regexs in search, and check for bad ones
2013-12-21 12:26:37 -05:00
ShadowNinja
881cbe70ce
Localize a variable
2013-12-18 17:13:54 -05:00
Vanessa Ezekowitz
ee93afd439
Fix incorrect background colors over inventory slots
...
caused by BlockMen's/kahrl's inventory #hexcolor patch
( 25edae00ea
)
2013-11-05 10:46:49 -05:00
RealBadAngel
aec3cb2fc1
Fix textures aligment problems.
...
Some other tweaks.
2013-10-05 22:48:45 +02:00
ShadowNinja
002e9931ab
Fix filter sanitizing
2013-10-03 12:43:05 -04:00
ShadowNinja
04600f64d8
API tweaks
2013-10-02 23:25:07 -04:00
ShadowNinja
ec328d8270
Change craft guide input slots to buttons
2013-10-02 22:23:35 -04:00