Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-23 | Merge origin/master to refactor-translation branch (resolving conflicts) | codexp | |
2018-06-23 | Replace deprecated function names, unify creative check | SmallJoker | |
2018-06-21 | Move bag storage to player attributes | SmallJoker | |
Compatible with 0.4.16 or later Fixes an item duplication bug for the four player inventory slots on each join Clean up old player lists after saving | |||
2018-04-08 | FIX: do not translate direction | codexp | |
2018-04-02 | convert Turkish locale to po format | codexp | |
2018-04-02 | convert Portuguese locale to po format | codexp | |
2018-04-02 | convert Polish locale to po format | codexp | |
2018-04-02 | convert French locale to po format | codexp | |
2018-04-02 | convert Spanish locale to po format | codexp | |
2018-04-02 | convert German locale to po format | codexp | |
2018-04-02 | convert Russian locale to po format | codexp | |
2018-04-02 | generate template.pot with intllib tool | codexp | |
2018-04-02 | refactor code to use with intllib tool | codexp | |
2018-01-03 | fix excessive privilege checkorigin/masterorigin/HEAD | shivajiva101 | |
2018-01-03 | Item_names: Refactorize & use meta description | SmallJoker | |
2018-01-02 | Fix unclear licenses for the images. | Ekdohibs | |
2018-01-02 | Change texture licenses to CC-BY-4.0 | Ekdohibs | |
2017-04-07 | Merge pull request #95 from Thomas--S/patch-1 | Vanessa Ezekowitz | |
Add forgotten backtick | |||
2017-04-07 | Add forgotten backtick | Thomas--S | |
2017-03-24 | bags: Add buttons to quickly switch bags in sub-form. | Diego Martínez | |
2017-03-13 | Portuguese translation. | Diego Martínez | |
Translation done by @Lunovox. | |||
2017-03-01 | Merge pull request #91 from ForbiddenJ/master | Vanessa Ezekowitz | |
Make trash configurable but preserve default functionality | |||
2017-03-01 | Make trash configurable but preserve default functionality | ForbiddenJ | |
2017-02-06 | Merge pull request #90 from Wuzzy2/not_in_craft_guide | Vanessa Ezekowitz | |
Replace exclude_from_craft_guide with not_in_craft_guide | |||
2017-02-06 | Replace exclude_from_craft_guide with not_in_craft_guide | Wuzzy | |
2016-11-29 | Search when ENTER is pressed on the search field. | Diego Martínez | |
2016-11-28 | Merge pull request #88 from Wuzzy2/st | Vanessa Ezekowitz | |
Add settingtypes.txt | |||
2016-11-28 | Add settingtypes.txt | Wuzzy | |
2016-11-28 | allow user to disable bags | Vanessa Ezekowitz | |
via minetest.conf --> unified_inventory_bags = false (default is to enable) | |||
2016-11-27 | Merge pull request #83 from FozLand/issue_82 | Vanessa Ezekowitz | |
Fix bug in usages. Closes #82 | |||
2016-11-27 | Merge pull request #81 from Wuzzy2/master | Vanessa Ezekowitz | |
Disable useless main buttons | |||
2016-11-27 | Merge pull request #80 from Wuzzy2/give | Vanessa Ezekowitz | |
Also enable “Give me” for creative mode and priv | |||
2016-11-27 | Merge pull request #79 from Wuzzy2/realname2 | Vanessa Ezekowitz | |
Show “real” item name AND itemstring in craft result | |||
2016-11-27 | Merge pull request #86 from VanessaE/leak_inv | Vanessa Ezekowitz | |
avoid "leaking" detached inventories to other players | |||
2016-11-27 | Merge pull request #58 from rubenwardy/sfinv | Vanessa Ezekowitz | |
Disable sfinv if installed | |||
2016-11-27 | avoid "leaking" detached inventories to other players (see also, ↵ | Vanessa Ezekowitz | |
https://github.com/minetest/minetest_game/pull/1413/commits/2ff48b22a99cc5d30ee774ec13093604ea8e0738 ) | |||
2016-11-26 | Disable sfinv if installed | rubenwardy | |
2016-11-18 | Fix bug in usages. Closes #82 | Foz | |
2016-11-17 | Bags: 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-06 | Disable useless main buttons | Wuzzy | |
2016-11-06 | Also enable “Give me” for creative mode and priv | Wuzzy | |
2016-10-29 | Also show “real” item name in craft result | Wuzzy | |
2016-10-08 | Fail gracefully for invalid drop tables. | Diego Martínez | |
Notified by user `photon` on IRC. | |||
2016-08-14 | Merge pull request #63 from Wuzzy2/search | Vanessa Ezekowitz | |
Improve search and group handling and related usability | |||
2016-08-14 | Craftguide: Use better tooltips for group buttons | Wuzzy | |
2016-08-14 | Update translation strings | Wuzzy | |
2016-08-14 | Update search field when clicking on group item | Wuzzy | |
2016-08-14 | Register some Minetest Game group icons | Wuzzy | |
2016-08-14 | Add seperate button for resetting search | Wuzzy | |
2016-08-14 | Merge pull request #71 from Wuzzy2/minicraft | Vanessa Ezekowitz | |
Show crafting recipes correctly with size > 3 |