358 Commits

Author SHA1 Message Date
99bdfe9e14 Merge remote-tracking branch 'upstream/master' 2025-03-20 12:54:30 +01:00
43cf0d8e7e Fix error when clicking unknown item in the recipe (#255) 2024-12-09 17:40:40 +01:00
e132a17523 Russian locale update (#253) 2024-11-26 17:49:43 +01:00
6f132186ab Merge remote-tracking branch 'upstream/master' 2024-09-15 12:57:15 +02:00
e071a01372 Giveme form: Respect stack_max (#250) 2024-08-25 13:36:13 +02:00
1547ebcdd4 Make waypoints usable from lite mode (#251) 2024-08-13 20:00:49 +02:00
16265dca2d Item names: fix HUD deprecation warning 2024-07-18 20:45:24 +02:00
235fa841dd Replace deprecated meta:set_string(*, nil) call 2024-06-29 16:52:32 +02:00
2c9449b6e7 Categories: Remove not_in_creative_inventory items
`unified_inventory.is_itemdef_listable` already prevents such items
being listed. They are not needed, thus removing them from the
categories in the first place does make sense.

Co-authored-by: SmallJoker <mk939@ymail.com>
2024-03-23 12:31:04 +01:00
b5de18b196 Categories: remove unknown items after start
This avoids runtime errors caused by removed items
or such that were not registered at all but listed
by default in a pre-defined category.
2024-03-17 16:54:21 +01:00
921a6d76ee Add dump function to luacheck 2024-01-13 10:47:05 +01:00
004a39aaf7 Categories: Improve automatic ore categorization
This function is now executed after registering all recipes
within unified_inventory to properly register all item drops
as ores.
2024-01-13 10:40:25 +01:00
eb3bb03ebf Option to hide uncraftable items (#240)
This setting only applies to non-creative players.
2024-01-06 12:35:54 +01:00
e7d03626b4 Categories: fix error caused by inexistent ore names 2023-12-24 12:18:40 +01:00
cb6e602497 Merge remote-tracking branch 'github/master' 2023-11-25 15:40:23 +01:00
693ca112b8 Add setting to disable waypoints 2023-11-20 17:54:44 +01:00
380b77d0fb Improve settings descriptions 2023-11-20 17:51:34 +01:00
43c9b50800 Add unified_inventory_enable_item_names setting (#235)
Show only names settings: in case of multi-line descriptions, only the first line is shown
Shorten long descriptions: Removes all characters after x index, and add `[...]`
Max length before truncation: x for Shorten long descriptions
Notes: If Max length == 0, then item names won't be displayed
2023-10-15 21:02:35 +02:00
5d233a0f0a Clean itemname before checking existence (#234)
important when the item string contains metadata
2023-07-11 18:12:35 +02:00
2426b6c912 Full polish translation (#231) 2023-06-24 08:43:04 +02:00
d6d4bea819 Bags: Prevent error caused by moving the opened bag 2023-06-18 18:48:15 +02:00
aa04d4539f Merge remote-tracking branch 'github/master' 2023-06-07 22:58:05 +02:00
15d729c351 Waypoints: Add teleportation button
This also adds button click sounds and makes use of the teleport sound for consistency.
2023-06-06 19:41:03 +02:00
b2cc3d1532 Fix search not working after page flip 2023-01-27 15:57:28 +01:00
37969b2a1b Make bags support lite mode 2023-01-12 22:16:06 +01:00
1b074828a6 Document and replace sounds
A few sounds were replaced because I could not find them on freesound.org
2023-01-10 21:27:56 +01:00
de0063835c Purge recipes with invalid ingredients 2023-01-09 17:42:41 +01:00
bda9f2598f Improve group matching for 'copy to craft' 2023-01-09 17:42:41 +01:00
b590764026 Centre page number label and move refill/trash labels (#221)
* Centre page number label

* Move refill and trash labels
2023-01-04 14:35:46 +01:00
82cdf24045 Improve scroll height calculation (#220) 2022-12-30 21:43:46 +01:00
31c35dcd59 Remove dependency on farming (#219)
Avoids circular dependencies of 3rd party mods with unified_inventory -> farming -> stairs.
2022-12-12 17:45:53 +01:00
826d5f4683 Add setting to hide disabled buttons (#217) 2022-10-26 10:05:03 +02:00
db1c3c10b8 API doc: use Minetest style 2022-10-05 21:07:41 +02:00
9533200e25 Tidy and comment filtering functions 2022-10-05 21:07:11 +02:00
177debd13c Bags: Disallow moving bags into themselves
Previously, the bag and its list would disappear immediately.
2022-09-15 12:53:41 +02:00
8e9ea34ae8 Elaborate the use of NS() 2022-09-15 10:56:01 +02:00
574de91971 Craft guide: Add support for colored items (#213) 2022-09-15 10:48:29 +02:00
fc562ecaa0 Update German translation (#211)
Added categories, waypoint etc. translations updated, inventory trashing button still missing
2022-09-04 18:35:00 +02:00
a977ec47fd Merge remote-tracking branch 'upstream/master' 2022-08-26 15:24:41 +02:00
182ab493c3 Update CN translation 2022-07-29 21:42:59 +02:00
8c56e27c94 Merge remote-tracking branch 'github/master' 2022-05-27 18:54:23 +02:00
14da1a3dd0 Fix reverse item lookup ("usage") broken by 5ac2558
> return { specname }

This returned a number-indexed table whereas the code expects a name-indexed table
2022-04-22 22:01:15 +02:00
fa079c31b6 Obligatory screenshot update 2022-04-11 20:11:31 +02:00
c1fef26c87 Fix error caused by slow starts and mod dependencies 2022-04-11 19:42:06 +02:00
477acd2f89 Change background to rounded corners (#200)
This change is supposed to match the rounded inventory slot design.
2022-04-03 22:30:21 +02:00
19efce45ed Revert "Remove mod name from tooltips"
This reverts commit 64b0248c77.

The mod name may differ from the item name, in which cases it is
helpful to have this information contained in the tooltip.
No information is shown in case the mod name is missing.
2022-03-20 13:45:59 +01:00
6da71e1819 Merge remote-tracking branch 'upstream/master' 2022-03-05 11:37:32 +01:00
dbe06be68b Add scroll bar for overflowing tab buttons (#195) 2022-02-26 11:41:15 +01:00
3074d625e2 Version 4: Feature checks and deprecate internal functions 2022-02-26 11:38:45 +01:00
5ac2558da4 Speed up group filtering code
This improves the startup time dramatically by lowering the algorithm complexity.
Mainly noticeable with large inventory sizes.

Written by Test_User, post-edited by SmallJoker
2022-02-26 11:03:21 +01:00