summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-02convert Turkish locale to po formatcodexp
2018-04-02convert Portuguese locale to po formatcodexp
2018-04-02convert Polish locale to po formatcodexp
2018-04-02convert French locale to po formatcodexp
2018-04-02convert Spanish locale to po formatcodexp
2018-04-02convert German locale to po formatcodexp
2018-04-02convert Russian locale to po formatcodexp
2018-04-02generate template.pot with intllib toolcodexp
2018-04-02refactor code to use with intllib toolcodexp
2018-01-03fix excessive privilege checkorigin/masterorigin/HEADshivajiva101
2018-01-03Item_names: Refactorize & use meta descriptionSmallJoker
2018-01-02Fix unclear licenses for the images.Ekdohibs
2018-01-02Change texture licenses to CC-BY-4.0Ekdohibs
2017-04-07Merge pull request #95 from Thomas--S/patch-1Vanessa Ezekowitz
Add forgotten backtick
2017-04-07Add forgotten backtickThomas--S
2017-03-24bags: Add buttons to quickly switch bags in sub-form.Diego Martínez
2017-03-13Portuguese translation.Diego Martínez
Translation done by @Lunovox.
2017-03-01Merge pull request #91 from ForbiddenJ/masterVanessa Ezekowitz
Make trash configurable but preserve default functionality
2017-03-01Make trash configurable but preserve default functionalityForbiddenJ
2017-02-06Merge pull request #90 from Wuzzy2/not_in_craft_guideVanessa Ezekowitz
Replace exclude_from_craft_guide with not_in_craft_guide
2017-02-06Replace exclude_from_craft_guide with not_in_craft_guideWuzzy
2016-11-29Search when ENTER is pressed on the search field.Diego Martínez
2016-11-28Merge pull request #88 from Wuzzy2/stVanessa Ezekowitz
Add settingtypes.txt
2016-11-28Add settingtypes.txtWuzzy
2016-11-28allow user to disable bagsVanessa Ezekowitz
via minetest.conf --> unified_inventory_bags = false (default is to enable)
2016-11-27Merge pull request #83 from FozLand/issue_82Vanessa Ezekowitz
Fix bug in usages. Closes #82
2016-11-27Merge pull request #81 from Wuzzy2/masterVanessa Ezekowitz
Disable useless main buttons
2016-11-27Merge pull request #80 from Wuzzy2/giveVanessa Ezekowitz
Also enable “Give me” for creative mode and priv
2016-11-27Merge pull request #79 from Wuzzy2/realname2Vanessa Ezekowitz
Show “real” item name AND itemstring in craft result
2016-11-27Merge pull request #86 from VanessaE/leak_invVanessa Ezekowitz
avoid "leaking" detached inventories to other players
2016-11-27Merge pull request #58 from rubenwardy/sfinvVanessa Ezekowitz
Disable sfinv if installed
2016-11-27avoid "leaking" detached inventories to other players (see also, ↵Vanessa Ezekowitz
https://github.com/minetest/minetest_game/pull/1413/commits/2ff48b22a99cc5d30ee774ec13093604ea8e0738 )
2016-11-26Disable sfinv if installedrubenwardy
2016-11-18Fix bug in usages. Closes #82Foz
2016-11-17Bags: Code cleanup and per-bag trash slot.Diego Martínez
* Turn page creation into a loop. * Add per-bag trash slot. * Changed i18n to allow replacements.
2016-11-06Disable useless main buttonsWuzzy
2016-11-06Also enable “Give me” for creative mode and privWuzzy
2016-10-29Also show “real” item name in craft resultWuzzy
2016-10-08Fail gracefully for invalid drop tables.Diego Martínez
Notified by user `photon` on IRC.
2016-08-14Merge pull request #63 from Wuzzy2/searchVanessa Ezekowitz
Improve search and group handling and related usability
2016-08-14Craftguide: Use better tooltips for group buttonsWuzzy
2016-08-14Update translation stringsWuzzy
2016-08-14Update search field when clicking on group itemWuzzy
2016-08-14Register some Minetest Game group iconsWuzzy
2016-08-14Add seperate button for resetting searchWuzzy
2016-08-14Merge pull request #71 from Wuzzy2/minicraftVanessa Ezekowitz
Show crafting recipes correctly with size > 3
2016-08-14Fix horizontally flipped crafting recipes in guideWuzzy
2016-08-14Update translation filesWuzzy
2016-08-14Hide “To crafting grid:” for crafts with size > 3Wuzzy
2016-08-14Apply size optimizations for large craftingsWuzzy
Also prevent huge crafting recipes from being displayed for stability reasons.