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 = {
|
2022-02-27 21:33:33 +01:00
|
|
|
"Maksim Gamarnik (MoNTE48) <Maksym48@pm.me>",
|
2020-08-06 20:33:21 +02:00
|
|
|
"Bektur Mambetov (ubulem) <berkut87@gmail.com>",
|
|
|
|
"Alexander Zavrin (Ransom.00)",
|
|
|
|
"luk3yx",
|
2021-07-15 22:01:11 +02:00
|
|
|
"Nathan Salapat (NathanS21) <nathan@nathansalapat.com>",
|
2020-08-06 20:33:21 +02:00
|
|
|
"Vitaliy Lobachevskiy (numberZero) <numzer0@yandex.ru>",
|
2021-07-15 22:01:11 +02:00
|
|
|
"An0n3m0us",
|
2022-02-27 21:33:33 +01:00
|
|
|
"Jean-Patrick Guerrero (kilbith) <jeanpatrick.guerrero@gmail.com>",
|
2020-08-06 20:33:21 +02:00
|
|
|
"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",
|
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>",
|
2021-02-18 19:52:59 +01:00
|
|
|
"Pierre-Yves Rollo <dev@pyrollo.com>",
|
|
|
|
"v-rob <robinsonvincent89@gmail.com>",
|
2016-03-21 13:15:50 +09:00
|
|
|
}
|
|
|
|
|
2021-02-18 19:52:59 +01:00
|
|
|
-- For updating active/previous contributors, see the script in ./util/gather_git_credits.py
|
|
|
|
|
2016-03-21 13:15:50 +09:00
|
|
|
local active_contributors = {
|
2021-02-18 19:52:59 +01:00
|
|
|
"Wuzzy [devtest game, visual corrections]",
|
|
|
|
"Zughy [Visual improvements, various fixes]",
|
2019-02-16 00:41:30 +00:00
|
|
|
"Maksim (MoNTE48) [Android]",
|
2021-02-18 19:52:59 +01:00
|
|
|
"numzero [Graphics and rendering]",
|
|
|
|
"appgurueu [Various internal fixes]",
|
|
|
|
"Desour [Formspec and vector API changes]",
|
|
|
|
"HybridDog [Rendering fixes and documentation]",
|
|
|
|
"Hugues Ross [Graphics-related improvements]",
|
|
|
|
"ANAND (ClobberXD) [Mouse buttons rebinding]",
|
|
|
|
"luk3yx [Fixes]",
|
|
|
|
"hecks [Audiovisuals, Lua API]",
|
|
|
|
"LoneWolfHT [Object crosshair, documentation fixes]",
|
|
|
|
"Lejo [Server-related improvements]",
|
|
|
|
"EvidenceB [Compass HUD element]",
|
|
|
|
"Paul Ouellette (pauloue) [Lua API, documentation]",
|
|
|
|
"TheTermos [Collision detection, physics]",
|
|
|
|
"David CARLIER [Unix & Haiku build fixes]",
|
2020-04-05 17:30:44 +01:00
|
|
|
"dcbrwn [Object shading]",
|
2021-02-18 19:52:59 +01:00
|
|
|
"Elias Fleckenstein [API features/fixes]",
|
|
|
|
"Jean-Patrick Guerrero (kilbith) [model element, visual fixes]",
|
|
|
|
"k.h.lai [Memory leak fixes, documentation]",
|
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>",
|
2021-02-18 19:52:59 +01:00
|
|
|
"Auke Kok (sofar) <sofar@foo-projects.org>",
|
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
|
|
|
"red-001 <red-001@outlook.ie>",
|
|
|
|
"Giuseppe Bilotta",
|
2021-02-18 19:52:59 +01:00
|
|
|
"Dániel Juhász (juhdanad) <juhdanad@gmail.com>",
|
2020-04-05 17:30:44 +01:00
|
|
|
"MirceaKitsune <mirceakitsune@gmail.com>",
|
|
|
|
"Constantin Wenger (SpeedProg)",
|
|
|
|
"Ciaran Gultnieks (CiaranG)",
|
|
|
|
"stujones11 [Android UX improvements]",
|
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]",
|
2021-02-18 19:52:59 +01:00
|
|
|
"srifqi [Fixes]",
|
|
|
|
"JacobF",
|
|
|
|
"Jeija <jeija@mesecons.net> [HTTP, particles]",
|
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",
|
2022-02-27 21:33:33 +01:00
|
|
|
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()
|
2022-02-27 21:33:33 +01:00
|
|
|
local fs = "label[0.05,-0.2;" ..
|
2021-06-11 18:14:03 +12:00
|
|
|
"MultiCraft Open Source, ver. " .. version.string .. "\n" ..
|
2022-02-27 21:33:33 +01:00
|
|
|
"Copyright (C) 2014-2022 MultiCraft Development Team\n" ..
|
2021-09-04 19:58:50 +02:00
|
|
|
"License: GNU LGPLv3.0+ and CC BY-SA 4.0\n" ..
|
2021-06-08 10:37:38 +12:00
|
|
|
"Created and Powered by Minetest Engine, ver. 5.4.1]" ..
|
2021-09-04 19:58:50 +02:00
|
|
|
"button[9.5,0;2.5,0.5;homepage;Home Page]" ..
|
|
|
|
"button[9.5,0.8;2.5,0.5;privacy;Privacy Policy]" ..
|
2022-02-27 21:33:33 +01:00
|
|
|
"background9[0.1,1.5;11.85,4.15;" ..
|
|
|
|
core.formspec_escape(defaulttexturedir) .. "worldlist_bg.png" .. ";false;40]" ..
|
2016-03-21 13:15:50 +09:00
|
|
|
"tablecolumns[color;text]" ..
|
2022-02-27 21:33:33 +01:00
|
|
|
"tableoptions[background=#0000;highlight=#00000000;border=false]" ..
|
|
|
|
"table[0.1,1.5;11.65,4;list_credits;" ..
|
2020-08-06 20:33:21 +02:00
|
|
|
"#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") .. ",," ..
|
2022-02-27 21:33:33 +01:00
|
|
|
buildCreditList(previous_contributors) .. ";1]"
|
2020-12-19 13:27:15 +00:00
|
|
|
|
2021-06-11 18:14:03 +12:00
|
|
|
--[[if PLATFORM ~= "Android" then
|
2020-12-19 13:27:15 +00:00
|
|
|
fs = fs .. "tooltip[userdata;" ..
|
|
|
|
fgettext("Opens the directory that contains user-provided worlds, games, mods,\n" ..
|
|
|
|
"and texture packs in a file manager / explorer.") .. "]"
|
|
|
|
fs = fs .. "button[0,4.75;3.5,1;userdata;" .. fgettext("Open User Data Directory") .. "]"
|
2021-06-11 18:14:03 +12:00
|
|
|
end]]
|
2020-12-19 13:27:15 +00:00
|
|
|
|
|
|
|
return fs
|
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
|
2021-09-04 19:58:50 +02:00
|
|
|
if fields.privacy then
|
|
|
|
core.open_url("http://multicraft.world/privacy")
|
|
|
|
end
|
2020-12-19 13:27:15 +00:00
|
|
|
|
|
|
|
if fields.userdata then
|
|
|
|
core.open_dir(core.get_user_path())
|
|
|
|
end
|
2020-05-17 19:09:10 +01:00
|
|
|
end,
|
2016-03-21 13:15:50 +09:00
|
|
|
}
|