2014-04-18 15:39:15 +02:00
|
|
|
--Minetest
|
|
|
|
--Copyright (C) 2013 sapier
|
|
|
|
--
|
|
|
|
--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
|
2020-08-06 20:33:21 +02:00
|
|
|
--the Free Software Foundation; either version 3.0 of the License, or
|
2014-04-18 15:39:15 +02:00
|
|
|
--(at your option) any later version.
|
|
|
|
--
|
|
|
|
--This program is distributed in the hope that it will be useful,
|
|
|
|
--but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
--MERCHANTABILITY or FITNESS FOR A PARTICULAR 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.
|
|
|
|
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
|
2020-08-06 20:33:21 +02:00
|
|
|
local multicraft_developers = {
|
|
|
|
"Maksim Gamarnik (MoNTE48) <MoNTE48@mail.ua>",
|
|
|
|
"Bektur Mambetov (ubulem) <berkut87@gmail.com>",
|
|
|
|
"Alexander Zavrin (Ransom.00)",
|
|
|
|
"luk3yx",
|
|
|
|
"An0n3m0us",
|
|
|
|
"Jean-Patrick Guerrero (kilbith) <jeanpatrick.guerrero@gmail.com>",
|
|
|
|
"Vitaliy Lobachevskiy (numberZero) <numzer0@yandex.ru>",
|
|
|
|
"sfan5 <sfan5@live.de>",
|
|
|
|
"Stuart Jones (stujones11) <stujones111@gmail.com>",
|
|
|
|
"And other people who helped make the world better!"
|
|
|
|
}
|
|
|
|
|
2016-03-21 13:15:50 +09:00
|
|
|
local core_developers = {
|
|
|
|
"Perttu Ahola (celeron55) <celeron55@gmail.com>",
|
|
|
|
"sfan5 <sfan5@live.de>",
|
2016-03-24 17:17:37 +01:00
|
|
|
"Nathanaël Courant (Nore/Ekdohibs) <nore@mesecons.net>",
|
2016-03-21 13:15:50 +09:00
|
|
|
"Loic Blot (nerzhul/nrz) <loic.blot@unix-experience.fr>",
|
2017-05-28 20:37:44 +01:00
|
|
|
"paramat",
|
2016-12-07 23:45:29 +10:00
|
|
|
"Auke Kok (sofar) <sofar@foo-projects.org>",
|
2020-04-05 17:30:44 +01:00
|
|
|
"Andrew Ward (rubenwardy) <rw@rubenwardy.com>",
|
2017-05-28 20:37:44 +01:00
|
|
|
"Krock/SmallJoker <mk939@ymail.com>",
|
2019-02-16 00:41:30 +00:00
|
|
|
"Lars Hofhansl <larsh@apache.org>",
|
2016-03-21 13:15:50 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
local active_contributors = {
|
2020-04-05 17:30:44 +01:00
|
|
|
"Hugues Ross [Formspecs]",
|
2019-02-16 00:41:30 +00:00
|
|
|
"Maksim (MoNTE48) [Android]",
|
2020-04-05 17:30:44 +01:00
|
|
|
"DS [Formspecs]",
|
|
|
|
"pyrollo [Formspecs: Hypertext]",
|
|
|
|
"v-rob [Formspecs]",
|
|
|
|
"Jordach [set_sky]",
|
|
|
|
"random-geek [Formspecs]",
|
|
|
|
"Wuzzy [Pathfinder, builtin, translations]",
|
|
|
|
"ANAND (ClobberXD) [Fixes, per-player FOV]",
|
|
|
|
"Warr1024 [Fixes]",
|
|
|
|
"Paul Ouellette (pauloue) [Fixes, Script API]",
|
|
|
|
"Jean-Patrick G (kilbith) <jeanpatrick.guerrero@gmail.com> [Audiovisuals]",
|
|
|
|
"HybridDog [Script API]",
|
|
|
|
"dcbrwn [Object shading]",
|
|
|
|
"srifqi [Fixes]",
|
2016-03-21 13:15:50 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
local previous_core_developers = {
|
2016-03-24 17:17:37 +01:00
|
|
|
"BlockMen",
|
2017-05-28 20:37:44 +01:00
|
|
|
"Maciej Kasatkin (RealBadAngel) [RIP]",
|
2016-03-21 13:15:50 +09:00
|
|
|
"Lisa Milne (darkrose) <lisa@ltmnet.com>",
|
|
|
|
"proller",
|
|
|
|
"Ilya Zhuravlev (xyz) <xyz@minetest.net>",
|
2017-05-08 23:56:57 -07:00
|
|
|
"PilzAdam <pilzadam@minetest.net>",
|
2017-05-28 20:37:44 +01:00
|
|
|
"est31 <MTest31@outlook.com>",
|
|
|
|
"kahrl <kahrl@gmx.net>",
|
|
|
|
"Ryan Kwolek (kwolekr) <kwolekr@minetest.net>",
|
|
|
|
"sapier",
|
2019-02-16 00:41:30 +00:00
|
|
|
"Zeno",
|
2020-04-05 17:30:44 +01:00
|
|
|
"ShadowNinja <shadowninja@minetest.net>",
|
2016-03-21 13:15:50 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
local previous_contributors = {
|
2017-05-28 20:37:44 +01:00
|
|
|
"Nils Dagsson Moskopp (erlehmann) <nils@dieweltistgarnichtso.net> [Minetest Logo]",
|
2020-04-05 17:30:44 +01:00
|
|
|
"Dániel Juhász (juhdanad) <juhdanad@gmail.com>",
|
|
|
|
"red-001 <red-001@outlook.ie>",
|
|
|
|
"numberZero [Audiovisuals: meshgen]",
|
|
|
|
"Giuseppe Bilotta",
|
|
|
|
"MirceaKitsune <mirceakitsune@gmail.com>",
|
|
|
|
"Constantin Wenger (SpeedProg)",
|
|
|
|
"Ciaran Gultnieks (CiaranG)",
|
|
|
|
"stujones11 [Android UX improvements]",
|
2017-05-28 20:37:44 +01:00
|
|
|
"Jeija <jeija@mesecons.net> [HTTP, particles]",
|
2020-04-05 17:30:44 +01:00
|
|
|
"Vincent Glize (Dumbeldor) [Cleanups, CSM APIs]",
|
|
|
|
"Ben Deutsch [Rendering, Fixes, SQLite auth]",
|
|
|
|
"TeTpaAka [Hand overriding, nametag colors]",
|
|
|
|
"Rui [Sound Pitch]",
|
|
|
|
"Duane Robertson <duane@duanerobertson.com> [MGValleys]",
|
|
|
|
"Raymoo [Tool Capabilities]",
|
2019-02-16 00:41:30 +00:00
|
|
|
"Rogier <rogier777@gmail.com> [Fixes]",
|
2020-04-05 17:30:44 +01:00
|
|
|
"Gregory Currie (gregorycu) [optimisation]",
|
|
|
|
"TriBlade9 <triblade9@mail.com> [Audiovisuals]",
|
|
|
|
"T4im [Profiler]",
|
|
|
|
"Jurgen Doser (doserj) <jurgen.doser@gmail.com>",
|
2016-03-21 13:15:50 +09:00
|
|
|
}
|
|
|
|
|
2017-05-28 20:37:44 +01:00
|
|
|
local function buildCreditList(source)
|
2017-06-07 19:11:28 +02:00
|
|
|
local ret = {}
|
2017-05-28 20:37:44 +01:00
|
|
|
for i = 1, #source do
|
|
|
|
ret[i] = core.formspec_escape(source[i])
|
|
|
|
end
|
|
|
|
return table.concat(ret, ",,")
|
|
|
|
end
|
|
|
|
|
2016-03-31 17:26:39 +09:00
|
|
|
return {
|
2014-04-18 15:39:15 +02:00
|
|
|
name = "credits",
|
|
|
|
caption = fgettext("Credits"),
|
2016-03-21 13:15:50 +09:00
|
|
|
cbf_formspec = function(tabview, name, tabdata)
|
2014-05-06 22:31:35 -04:00
|
|
|
local version = core.get_version()
|
2020-08-06 20:33:21 +02:00
|
|
|
return "label[0.1,-0.1;" ..
|
|
|
|
"MultiCraft Open Source Project, ver. " .. version.string .. "\n" ..
|
|
|
|
"Copyright (C) 2014-2021 MultiCraft Development Team\n" ..
|
|
|
|
"Licence: LGPLv3.0+ and CC-BY-SA 4.0, Home page: http://multicraft.world\n" ..
|
|
|
|
"Created and Powered by Minetest Engine, ver. 5.3.0]" ..
|
|
|
|
-- "button[10,-0.5;2,2;homepage;multicraft.world]" ..
|
2016-03-21 13:15:50 +09:00
|
|
|
"tablecolumns[color;text]" ..
|
2020-08-06 20:33:21 +02:00
|
|
|
"tableoptions[background=#999999;highlight=#00000000;border=true]" ..
|
|
|
|
"table[0,1.6;11.8,3.8;list_credits;" ..
|
|
|
|
"#FFFF00," .. fgettext("MultiCraft Developers") .. ",," ..
|
|
|
|
buildCreditList(multicraft_developers) .. ",,," ..
|
|
|
|
"#FFFF00," .. fgettext("Minetest Developers") .. ",," ..
|
2017-05-28 20:37:44 +01:00
|
|
|
buildCreditList(core_developers) .. ",,," ..
|
2016-03-21 13:15:50 +09:00
|
|
|
"#FFFF00," .. fgettext("Active Contributors") .. ",," ..
|
2017-05-28 20:37:44 +01:00
|
|
|
buildCreditList(active_contributors) .. ",,," ..
|
2016-03-21 13:15:50 +09:00
|
|
|
"#FFFF00," .. fgettext("Previous Core Developers") ..",," ..
|
2017-05-28 20:37:44 +01:00
|
|
|
buildCreditList(previous_core_developers) .. ",,," ..
|
2016-03-21 13:15:50 +09:00
|
|
|
"#FFFF00," .. fgettext("Previous Contributors") .. ",," ..
|
2017-05-28 20:37:44 +01:00
|
|
|
buildCreditList(previous_contributors) .. "," ..
|
2016-03-21 13:15:50 +09:00
|
|
|
";1]"
|
2020-05-17 19:09:10 +01:00
|
|
|
end,
|
|
|
|
cbf_button_handler = function(this, fields, name, tabdata)
|
|
|
|
if fields.homepage then
|
2020-08-06 20:33:21 +02:00
|
|
|
core.open_url("http://multicraft.world")
|
2020-05-17 19:09:10 +01:00
|
|
|
end
|
|
|
|
end,
|
2016-03-21 13:15:50 +09:00
|
|
|
}
|