summaryrefslogtreecommitdiff
path: root/internal.lua
AgeCommit message (Collapse)Author
2016-11-06Disable useless main buttonsWuzzy
2016-08-14Add seperate button for resetting searchWuzzy
2016-08-07Merge pull request #64 from Wuzzy2/flipclickVanessa Ezekowitz
Toggle recipe/usage mode in craft guide when clicking on current item in item list
2016-08-07Flip craft mode when clicking current item in listWuzzy
2016-08-06Ensure formspec escaping for translated stringsWuzzy
2015-10-05Allow per-user "full" mode when "lite" mode is set as globalVanessa Ezekowitz
default (give the user "ui_full" priv to turn it on). Also, a few whitespace fixes.
2015-08-16disallow repairing tools using the 'to craft grid', allow it to put items of ↵HybridDog
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-05split ui_crafting_formVanessa Ezekowitz
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-07-30only show items in crafting guide if they can be crafted or player has creativeVanessa Ezekowitz
2015-06-28fix crash in waypoints?Vanessa Ezekowitz
2015-06-28re-arrange a few elements in the crafting guide to eliminate text overlapVanessa Ezekowitz
Also make sure to chech if lite mode before assuming 4x2 "tab" button layout.
2015-06-28Add "lite" modeVanessa Ezekowitz
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-02-05reduce table lookups during initializationTim
2015-02-05supress intllib check warning, this fixes #19Tim
2014-06-24Update tooltips usage due to core changes.RealBadAngel
2014-06-22More tooltips and translations.RealBadAngel
2014-06-21Add intllib support.RealBadAngel
Some polish and german translations. Start adding tooltips.
2014-06-13Show item usages in craft guideZefram
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-13Correctly display multi-group ingredientsZefram
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-13Use plain substring search in craft guideZefram
The user input was being erroneously treated as a lua regexp.
2014-05-22Add sorting inventories function.RealBadAngel
2014-05-02Respect not_in_creative_inventory in group searchZefram
2014-04-29Tweak display of searching statusZefram
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-29Preserve player's search stringZefram
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-29Fix formspec injection issuesZefram
2014-01-19Remove trailing whitespaceShadowNinja
2014-01-19Allow searching for groups.kaeza
Also make "group buttons" apply the filter to that group.
2013-12-21Allow Lua regexs in search, and check for bad onesShadowNinja
2013-12-18Localize a variableShadowNinja
2013-11-05Fix incorrect background colors over inventory slotsVanessa Ezekowitz
caused by BlockMen's/kahrl's inventory #hexcolor patch ( https://github.com/minetest/minetest/commit/25edae00ea1d5a9af4a6599fc7c200bb810fbd49 )
2013-10-05Fix textures aligment problems.RealBadAngel
Some other tweaks.
2013-10-03Fix filter sanitizingShadowNinja
2013-10-02API tweaksShadowNinja
2013-10-02Change craft guide input slots to buttonsShadowNinja
2013-09-28Fix offset of buttonsShadowNinja
2013-09-28UpdateShadowNinja