summaryrefslogtreecommitdiff
path: root/bags.lua
AgeCommit message (Collapse)Author
2017-03-24bags: Add buttons to quickly switch bags in sub-form.Diego Martínez
2017-03-01Make trash configurable but preserve default functionalityForbiddenJ
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-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-08-07Merge pull request #61 from Wuzzy2/bagdepVanessa Ezekowitz
Add optional farming dependency for bag craft
2016-08-06Add optional farming dependency for bag craftWuzzy
2016-08-06Ensure formspec escaping for translated stringsWuzzy
2016-08-05Collect missing strings for translationWuzzy
2016-02-28When 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-09Added listring/shift click to bagsDonBatman
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-06peoposed update for bag recipiesBrett 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-11Update bags.luaArdonel
changed bag recipes from default:stick to group:stick
2015-02-05reduce table lookups during initializationTim
2015-02-05supress intllib check warning, this fixes #19Tim
2014-06-21Add intllib support.RealBadAngel
Some polish and german translations. Start adding tooltips.
2014-04-29Fix formspec injection issuesZefram
2014-04-29Show bag number when displaying bag contentsZefram
2013-12-04Check formname in on_receive_fieldsShadowNinja
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-02API tweaksShadowNinja
2013-09-28UpdateShadowNinja
2013-09-21Update modRealBadAngel
2012-12-11New version:RealBadAngel
another structure, its a modpack now searches are not case sensitive
2012-12-021st releaseRealBadAngel