Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-30 | Use appropriate grid shape for each craft type | Zefram | |
New system of registration of craft types, recording for each a display description and the appropriate grid shape. Recipes of a registered type are shown in the correct grid. Recipes of unregistered craft types are still displayed as before, using the default 3x3 grid. | |||
2014-04-29 | Show non-identity digging results in craft guide | Zefram | |
2014-04-29 | Don't overwrite registered crafts | Zefram | |
The crafts_table was being initialised to contain only core-registered crafts, but this would overwrite any non-core craft types that had already been registered via unified_inventory.register_craft(). This was especially likely because the crafts_table initialisation runs on a delay, following all normal initialisation. Instead, feed the core-registered crafts into unified_inventory.register_craft(). | |||
2014-04-29 | Only do paperflip sound when really changing page | Zefram | |
2014-04-29 | Tweak display of searching status | Zefram | |
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 | Preserve player's search string | Zefram | |
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 | Fix formspec injection issues | Zefram | |
2014-04-29 | Show bag number when displaying bag contents | Zefram | |
2014-04-22 | Add .gitignore | ShadowNinja | |
2014-04-22 | Update README | ShadowNinja | |
2014-04-22 | Look for recipes under an item's aliases | Zefram | |
get_all_craft_recipes() returns the recipes that were registered under the specified name, so asking about an item's canonical name won't see recipes registered under an alias, and vice versa. Several mods register recipes under aliases, so the craft guide was missing that handful of recipes. To work around it, invert the aliases table and ask explicitly about each alias. | |||
2014-01-22 | Remove text from on/off switch icons | RealBadAngel | |
2014-01-22 | Icons for on/off switch and waypoints button. | RealBadAngel | |
2014-01-19 | Remove unnecessary recipe table copying | ShadowNinja | |
2014-01-19 | Remove trailing whitespace | ShadowNinja | |
2014-01-19 | Allow searching for groups. | kaeza | |
Also make "group buttons" apply the filter to that group. | |||
2013-12-21 | Allow Lua regexs in search, and check for bad ones | ShadowNinja | |
2013-12-20 | Combine some concatenations | ShadowNinja | |
2013-12-18 | Localize a variable | ShadowNinja | |
2013-12-17 | Remove technic textures | ShadowNinja | |
2013-12-04 | Check formname in on_receive_fields | ShadowNinja | |
2013-11-28 | Give a stack's maximum, not 99 | ShadowNinja | |
2013-11-05 | Fix incorrect background colors over inventory slots | Vanessa Ezekowitz | |
caused by BlockMen's/kahrl's inventory #hexcolor patch ( https://github.com/minetest/minetest/commit/25edae00ea1d5a9af4a6599fc7c200bb810fbd49 ) | |||
2013-10-21 | Allow crafting from the craft guide. | kaeza | |
2013-10-07 | Fix the bug clearing other than default crafting methods. | RealBadAngel | |
2013-10-05 | Remove trailing space | ShadowNinja | |
2013-10-05 | Fix textures aligment problems. | RealBadAngel | |
Some other tweaks. | |||
2013-10-03 | Fix filter sanitizing | ShadowNinja | |
2013-10-02 | API tweaks | ShadowNinja | |
2013-10-02 | Change craft guide input slots to buttons | ShadowNinja | |
2013-09-30 | Create README.md | Jordan Snelling | |
2013-09-28 | Fix offset of buttons | ShadowNinja | |
2013-09-28 | Use ItemStack:set_count() | ShadowNinja | |
2013-09-28 | Update | ShadowNinja | |
2013-09-21 | Update mod | RealBadAngel | |
2013-03-06 | bugfix | RealBadAngel | |
2013-03-03 | sync with Technic's UI | RealBadAngel | |
2012-12-12 | When in surrival, pressing item list button will switch to Crafting Guide | RealBadAngel | |
2012-12-12 | - fixed refill slot bein same for all players | RealBadAngel | |
- set time buttons now require settime privs to work - item name (regular) is displayed in Crafting guide | |||
2012-12-11 | New version: | RealBadAngel | |
another structure, its a modpack now searches are not case sensitive | |||
2012-12-03 | 0.91 release | RealBadAngel | |
2012-12-02 | quick fix | RealBadAngel | |
2012-12-02 | 1st release | RealBadAngel | |