]> git.lizzy.rs Git - dragonfireclient.git/commit
Add list-rings
authorest31 <MTest31@outlook.com>
Tue, 16 Jun 2015 08:48:54 +0000 (10:48 +0200)
committerest31 <MTest31@outlook.com>
Tue, 16 Jun 2015 12:51:26 +0000 (14:51 +0200)
commitc977fbd9288d0e80019554411a2f1885f7760568
treea93117e0af24167084e6189e0da9f909120f9c83
parent3ae8b92be6e527054a3f291dee995230528141ca
Add list-rings

Adds list-rings, a method to implement item sending between inventories via shift-click.
Nice insider feature: a ring consisting of a single inventory list serves as nice clean-up method.
Also adds them to minimal game, and the standard inventory.
Craft output slots are not supported.
doc/lua_api.txt
games/minimal/mods/default/init.lua
src/guiFormSpecMenu.cpp
src/guiFormSpecMenu.h
src/player.cpp