aboutsummaryrefslogtreecommitdiff
path: root/builtin/fstk/buttonbar.lua
Commit message (Expand)AuthorAge
* Faster insertion into tableRui9142016-03-06
* Replace "self program" with "this program" in fstk boilerplatesest312015-09-21
* Add tooltips to main menu subgames button barWuzzy2014-11-09
* Fix a bunch of small bugs due to mainmenu cleanupsapier2014-05-24
* Add formspec toolkit and refactor mainmenu to use itsapier2014-05-16
TICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #pragma once #include <iostream> class NodeMetadataList; class NodeTimerList; class IItemDefManager; /* Legacy nodemeta definitions */ void content_nodemeta_deserialize_legacy(std::istream &is, NodeMetadataList *meta, NodeTimerList *timers, IItemDefManager *item_def_mgr);