Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-23 | Merge origin/master to refactor-translation branch (resolving conflicts) | codexp | |
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-02 | refactor code to use with intllib tool | codexp | |
2017-03-24 | bags: Add buttons to quickly switch bags in sub-form. | Diego Martínez | |
2017-03-01 | Make trash configurable but preserve default functionality | ForbiddenJ | |
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-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-08-07 | Merge pull request #61 from Wuzzy2/bagdep | Vanessa Ezekowitz | |
Add optional farming dependency for bag craft | |||
2016-08-06 | Add optional farming dependency for bag craft | Wuzzy | |
2016-08-06 | Ensure formspec escaping for translated strings | Wuzzy | |
2016-08-05 | Collect missing strings for translation | Wuzzy | |
2016-02-28 | When attempting to replace a bag with a smaller bag, ensure the items beyond ↵ | BadToad2000 | |
the last index of the smaller bag are not lost. If there is sufficient space in the smaller bag, move the items to the front. Otherwise disallow the replacement. | |||
2015-10-09 | Added listring/shift click to bags | DonBatman | |
2015-10-05 | Allow per-user "full" mode when "lite" mode is set as global | Vanessa Ezekowitz | |
default (give the user "ui_full" priv to turn it on). Also, a few whitespace fixes. | |||
2015-08-06 | peoposed update for bag recipies | Brett O'Donnell | |
when bags was first created, wool and farming were not in minetest_game, and so that people didnt have a load of dependancies I made the recipe from wood and sticks. now that wool and cotton are available it makes a lot more sense to craft the bags from these items. they are harder to obtain, but bags are valuable items in game, so i think the extra effort to obtain the items is justified. | |||
2015-03-11 | Update bags.lua | Ardonel | |
changed bag recipes from default:stick to group:stick | |||
2015-02-05 | reduce table lookups during initialization | Tim | |
2015-02-05 | supress intllib check warning, this fixes #19 | Tim | |
2014-06-21 | Add intllib support. | RealBadAngel | |
Some polish and german translations. Start adding tooltips. | |||
2014-04-29 | Fix formspec injection issues | Zefram | |
2014-04-29 | Show bag number when displaying bag contents | Zefram | |
2013-12-04 | Check formname in on_receive_fields | 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-02 | API tweaks | ShadowNinja | |
2013-09-28 | Update | ShadowNinja | |
2013-09-21 | Update mod | RealBadAngel | |
2012-12-11 | New version: | RealBadAngel | |
another structure, its a modpack now searches are not case sensitive | |||
2012-12-02 | 1st release | RealBadAngel | |