Rename Minetest to Luanti
This commit is contained in:
parent
d56ce6c456
commit
65e821f70a
@ -24,7 +24,7 @@
|
||||
Mod storage backend for insidethebox
|
||||
|
||||
This backend stores various persistent world data bits that are
|
||||
not properly stored by the Minetest engine. This mod provides
|
||||
not properly stored by the Luanti engine. This mod provides
|
||||
persistent but not neccessarily performant data storage for the
|
||||
itb game until a better solution exists.
|
||||
|
||||
|
@ -14,7 +14,7 @@ Re-implemented most of the door algorithms, added meshes, UV wrapped texture.
|
||||
Added doors API to facilitate coding mods accessing and operating doors.
|
||||
Added Fence Gate model, code, and sounds.
|
||||
|
||||
Various Minetest developers and contributors (MIT)
|
||||
Various Luanti developers and contributors (MIT)
|
||||
|
||||
|
||||
Authors of media (textures)
|
||||
|
@ -5,7 +5,7 @@ The MIT License (MIT)
|
||||
Copyright (C) 2012-2016 PilzAdam
|
||||
Copyright (C) 2014-2016 BlockMen
|
||||
Copyright (C) 2015-2016 sofar (sofar@foo-projects.org)
|
||||
Copyright (C) 2012-2016 Various Minetest developers and contributors
|
||||
Copyright (C) 2012-2016 Various Luanti developers and contributors
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of this software and associated documentation files (the
|
||||
|
@ -5,7 +5,7 @@ The MIT License (MIT)
|
||||
Copyright (C) 2012-2016 PilzAdam
|
||||
Copyright (C) 2014-2016 BlockMen
|
||||
Copyright (C) 2015-2016 sofar (sofar@foo-projects.org)
|
||||
Copyright (C) 2012-2016 Various Minetest developers and contributors
|
||||
Copyright (C) 2012-2016 Various Luanti developers and contributors
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this
|
||||
software and associated documentation files (the "Software"), to deal in the Software
|
||||
|
@ -10,7 +10,7 @@ See license.txt for license information.
|
||||
Authors of source code
|
||||
----------------------
|
||||
Originally by celeron55, Perttu Ahola <celeron55@gmail.com> (LGPL 2.1)
|
||||
Various Minetest developers and contributors (LGPL 2.1)
|
||||
Various Luanti developers and contributors (LGPL 2.1)
|
||||
|
||||
Authors of media (textures, models and sounds)
|
||||
----------------------------------------------
|
||||
|
@ -5,7 +5,7 @@ Fences - from minetest_game
|
||||
|
||||
GNU Lesser General Public License, version 2.1
|
||||
Copyright (C) 2011-2016 celeron55, Perttu Ahola <celeron55@gmail.com>
|
||||
Copyright (C) 2011-2016 Various Minetest developers and contributors
|
||||
Copyright (C) 2011-2016 Various Luanti developers and contributors
|
||||
|
||||
This program is free software; you can redistribute it and/or modify it
|
||||
under the terms of the GNU Lesser General Public License as published
|
||||
|
@ -3,7 +3,7 @@ License of source code
|
||||
|
||||
GNU Lesser General Public License, version 2.1
|
||||
Copyright (C) 2011-2016 celeron55, Perttu Ahola <celeron55@gmail.com>
|
||||
Copyright (C) 2011-2016 Various Minetest developers and contributors
|
||||
Copyright (C) 2011-2016 Various Luanti developers and contributors
|
||||
|
||||
This program is free software; you can redistribute it and/or modify it under the terms
|
||||
of the GNU Lesser General Public License as published by the Free Software Foundation;
|
||||
|
@ -25,10 +25,10 @@ local S = minetest.get_translator("player")
|
||||
-- Legacy support: Name of the HUD type field for 'hud_add'.
|
||||
local hud_type_field_name
|
||||
if minetest.features.hud_def_type_field then
|
||||
-- Minetest 5.9.0 and later
|
||||
-- engine version 5.9.0 and later
|
||||
hud_type_field_name = "type"
|
||||
else
|
||||
-- All Minetest versions before 5.9.0
|
||||
-- All engine versions before 5.9.0
|
||||
hud_type_field_name = "hud_elem_type"
|
||||
end
|
||||
|
||||
|
@ -5,7 +5,7 @@ See license.txt for license information.
|
||||
License of source code
|
||||
----------------------
|
||||
Originally by RealBadAngel, Maciej Kasatkin (LGPL 2.1)
|
||||
Various Minetest developers and contributors (LGPL 2.1)
|
||||
Various Luanti developers and contributors (LGPL 2.1)
|
||||
|
||||
License of media (textures)
|
||||
---------------------------
|
||||
|
@ -3,7 +3,7 @@ License of source code
|
||||
|
||||
GNU Lesser General Public License, version 2.1
|
||||
Copyright (C) 2013-2016 RealBadAngel, Maciej Kasatkin
|
||||
Copyright (C) 2013-2016 Various Minetest developers and contributors
|
||||
Copyright (C) 2013-2016 Various Luanti developers and contributors
|
||||
|
||||
This program is free software; you can redistribute it and/or modify it under the terms
|
||||
of the GNU Lesser General Public License as published by the Free Software Foundation;
|
||||
|
@ -3,12 +3,12 @@ Simple Fast Inventory
|
||||
|
||||

|
||||
|
||||
A cleaner, simpler, solution to having an advanced inventory in Minetest.
|
||||
A cleaner, simpler, solution to having an advanced inventory in Luanti.
|
||||
|
||||
Written by rubenwardy.
|
||||
License: MIT
|
||||
|
||||
See game_api.txt for this mod's API
|
||||
See `game_api.txt` of Minetest Game for this mod's API.
|
||||
|
||||
License of source code and media files:
|
||||
---------------------------------------
|
||||
|
@ -78,7 +78,7 @@ minetest.register_globalstep(function(dtime)
|
||||
|
||||
if huds[player_name] then
|
||||
|
||||
-- Get description (various fallback checks for old Minetest versions)
|
||||
-- Get description (various fallback checks for old engine versions)
|
||||
local def = minetest.registered_items[wname]
|
||||
local desc
|
||||
if wstack.get_short_description then
|
||||
|
@ -1,4 +1,4 @@
|
||||
A mod for Minetest allowing you to watch other players in their 3rd person view.
|
||||
A mod for Luanti allowing you to watch other players in their 3rd person view.
|
||||
You're invisible and undetectable for the players when you're in this mode.
|
||||
|
||||
Can be useful for admins or moderators in their task of monitoring.
|
||||
|
@ -1,2 +1,2 @@
|
||||
name = spectator_mode
|
||||
description = A mod for Minetest allowing you to watch other players in their 3rd person view. You're invisible and undetectable for the players when you're in this mode.
|
||||
description = A mod allowing you to watch other players in their 3rd person view. You're invisible and undetectable for the players when you're in this mode.
|
||||
|
@ -7,7 +7,7 @@ Authors of source code
|
||||
Originally by xyz (MIT)
|
||||
BlockMen (MIT)
|
||||
sofar (MIT)
|
||||
Various Minetest developers and contributors (MIT)
|
||||
Various Luanti developers and contributors (MIT)
|
||||
|
||||
Authors of media (textures)
|
||||
---------------------------
|
||||
|
@ -5,7 +5,7 @@ The MIT License (MIT)
|
||||
Copyright (C) 2014-2016 xyz
|
||||
Copyright (C) 2014-2016 BlockMen
|
||||
Copyright (C) 2016 Auke Kok <sofar@foo-projects.org>
|
||||
Copyright (C) 2014-2016 Various Minetest developers and contributors
|
||||
Copyright (C) 2014-2016 Various Luanti developers and contributors
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this
|
||||
software and associated documentation files (the "Software"), to deal in the Software
|
||||
|
@ -3,7 +3,7 @@ Inside The Box SE
|
||||
|
||||
(SE = Singleplayer Edition)
|
||||
|
||||
A singleplayer puzzle solving and creation game for Minetest.
|
||||
A singleplayer puzzle solving and creation game for Luanti.
|
||||
WARNING: There are NO LEVELS so far!
|
||||
|
||||
The basic concept of the game is boxes. This is an area in which the
|
||||
|
Loading…
x
Reference in New Issue
Block a user