summaryrefslogtreecommitdiff
path: root/bags.lua
AgeCommit message (Collapse)Author
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