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
|
|
|
|
--the Free Software Foundation; either version 2.1 of the License, or
|
|
|
|
--(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.
|
|
|
|
|
2022-07-28 17:45:16 +02:00
|
|
|
-- https://github.com/orgs/minetest/teams/engine/members
|
2014-04-18 15:39:15 +02:00
|
|
|
|
2016-03-21 05:15:50 +01:00
|
|
|
local core_developers = {
|
2022-07-28 17:45:16 +02:00
|
|
|
"Perttu Ahola (celeron55) <celeron55@gmail.com> [Project founder]",
|
2016-03-21 05:15:50 +01:00
|
|
|
"sfan5 <sfan5@live.de>",
|
2022-07-28 17:45:16 +02:00
|
|
|
"ShadowNinja <shadowninja@minetest.net>",
|
2022-06-16 21:20:12 +02:00
|
|
|
"Nathanaëlle Courant (Nore/Ekdohibs) <nore@mesecons.net>",
|
2016-03-21 05:15:50 +01:00
|
|
|
"Loic Blot (nerzhul/nrz) <loic.blot@unix-experience.fr>",
|
2020-04-05 18:30:44 +02:00
|
|
|
"Andrew Ward (rubenwardy) <rw@rubenwardy.com>",
|
2017-05-28 21:37:44 +02:00
|
|
|
"Krock/SmallJoker <mk939@ymail.com>",
|
2019-02-16 01:41:30 +01:00
|
|
|
"Lars Hofhansl <larsh@apache.org>",
|
2021-02-18 19:52:59 +01:00
|
|
|
"v-rob <robinsonvincent89@gmail.com>",
|
2022-01-30 21:33:08 +01:00
|
|
|
"hecks",
|
|
|
|
"Hugues Ross <hugues.ross@gmail.com>",
|
|
|
|
"Dmitry Kostenko (x2048) <codeforsmile@gmail.com>",
|
2016-03-21 05:15:50 +01:00
|
|
|
}
|
|
|
|
|
2022-07-28 17:45:16 +02:00
|
|
|
local core_team = {
|
|
|
|
"Zughy [Issue triager]",
|
|
|
|
}
|
|
|
|
|
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 05:15:50 +01:00
|
|
|
local active_contributors = {
|
2022-07-28 17:45:16 +02:00
|
|
|
"Wuzzy [Features, translations, devtest]",
|
|
|
|
"Lars Müller [Lua optimizations and fixes]",
|
|
|
|
"Jude Melton-Houghton [Optimizations, bugfixes]",
|
|
|
|
"paradust7 [Performance, fixes, Irrlicht refactoring]",
|
|
|
|
"Desour [Fixes]",
|
|
|
|
"ROllerozxa [Main menu]",
|
|
|
|
"savilli [Bugfixes]",
|
|
|
|
"Lexi Hale [Particlespawner animation]",
|
2022-01-30 21:33:08 +01:00
|
|
|
"Liso [Shadow Mapping]",
|
2022-07-28 17:45:16 +02:00
|
|
|
"JosiahWI [Fixes, build system]",
|
|
|
|
"numzero [Graphics and rendering]",
|
|
|
|
"HybridDog [Fixes]",
|
2022-01-30 21:33:08 +01:00
|
|
|
"NeroBurner [Joystick]",
|
|
|
|
"pecksin [Clickable web links]",
|
2022-07-28 17:45:16 +02:00
|
|
|
"Daroc Alden [Fixes]",
|
|
|
|
"Jean-Patrick Guerrero (kilbith) [Fixes]",
|
2016-03-21 05:15:50 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
local previous_core_developers = {
|
2016-03-24 17:17:37 +01:00
|
|
|
"BlockMen",
|
2017-05-28 21:37:44 +02:00
|
|
|
"Maciej Kasatkin (RealBadAngel) [RIP]",
|
2016-03-21 05:15:50 +01:00
|
|
|
"Lisa Milne (darkrose) <lisa@ltmnet.com>",
|
|
|
|
"proller",
|
|
|
|
"Ilya Zhuravlev (xyz) <xyz@minetest.net>",
|
2017-05-09 08:56:57 +02:00
|
|
|
"PilzAdam <pilzadam@minetest.net>",
|
2017-05-28 21:37:44 +02:00
|
|
|
"est31 <MTest31@outlook.com>",
|
|
|
|
"kahrl <kahrl@gmx.net>",
|
|
|
|
"Ryan Kwolek (kwolekr) <kwolekr@minetest.net>",
|
|
|
|
"sapier",
|
2019-02-16 01:41:30 +01:00
|
|
|
"Zeno",
|
2021-02-18 19:52:59 +01:00
|
|
|
"Auke Kok (sofar) <sofar@foo-projects.org>",
|
2022-01-30 21:33:08 +01:00
|
|
|
"Aaron Suen <warr1024@gmail.com>",
|
2022-07-28 17:45:16 +02:00
|
|
|
"paramat",
|
|
|
|
"Pierre-Yves Rollo <dev@pyrollo.com>",
|
2016-03-21 05:15:50 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
local previous_contributors = {
|
2022-07-28 17:45:16 +02:00
|
|
|
"Nils Dagsson Moskopp (erlehmann) <nils@dieweltistgarnichtso.net> [Minetest logo]",
|
2020-04-05 18:30:44 +02:00
|
|
|
"red-001 <red-001@outlook.ie>",
|
|
|
|
"Giuseppe Bilotta",
|
2022-07-28 17:45:16 +02:00
|
|
|
"ClobberXD",
|
2021-02-18 19:52:59 +01:00
|
|
|
"Dániel Juhász (juhdanad) <juhdanad@gmail.com>",
|
2020-04-05 18:30:44 +02:00
|
|
|
"MirceaKitsune <mirceakitsune@gmail.com>",
|
2022-07-28 17:45:16 +02:00
|
|
|
"MoNTE48",
|
2020-04-05 18:30:44 +02:00
|
|
|
"Constantin Wenger (SpeedProg)",
|
|
|
|
"Ciaran Gultnieks (CiaranG)",
|
2022-01-30 21:33:08 +01:00
|
|
|
"Paul Ouellette (pauloue)",
|
|
|
|
"stujones11",
|
2022-07-28 17:45:16 +02:00
|
|
|
"srifqi",
|
2022-01-30 21:33:08 +01:00
|
|
|
"Rogier <rogier777@gmail.com>",
|
|
|
|
"Gregory Currie (gregorycu)",
|
2021-02-18 19:52:59 +01:00
|
|
|
"JacobF",
|
2022-07-28 17:45:16 +02:00
|
|
|
"Jeija <jeija@mesecons.net>",
|
2016-03-21 05:15:50 +01:00
|
|
|
}
|
|
|
|
|
2022-07-28 21:02:01 +02:00
|
|
|
local function prepare_credits(dest, source)
|
|
|
|
for _, s in ipairs(source) do
|
|
|
|
-- if there's text inside brackets make it gray-ish
|
|
|
|
s = s:gsub("%[.-%]", core.colorize("#aaa", "%1"))
|
|
|
|
dest[#dest+1] = s
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
local function build_hacky_list(items, spacing)
|
|
|
|
spacing = spacing or 0.5
|
|
|
|
local y = spacing / 2
|
2017-06-07 19:11:28 +02:00
|
|
|
local ret = {}
|
2022-07-28 21:02:01 +02:00
|
|
|
for _, item in ipairs(items) do
|
|
|
|
if item ~= "" then
|
|
|
|
ret[#ret+1] = ("label[0,%f;%s]"):format(y, core.formspec_escape(item))
|
|
|
|
end
|
|
|
|
y = y + spacing
|
2017-05-28 21:37:44 +02:00
|
|
|
end
|
2022-07-28 21:02:01 +02:00
|
|
|
return table.concat(ret, ""), y
|
2017-05-28 21:37:44 +02:00
|
|
|
end
|
|
|
|
|
2016-03-31 10:26:39 +02:00
|
|
|
return {
|
2021-03-30 21:49:15 +02:00
|
|
|
name = "about",
|
|
|
|
caption = fgettext("About"),
|
2016-03-21 05:15:50 +01:00
|
|
|
cbf_formspec = function(tabview, name, tabdata)
|
|
|
|
local logofile = defaulttexturedir .. "logo.png"
|
2014-05-07 04:31:35 +02:00
|
|
|
local version = core.get_version()
|
2022-07-28 21:02:01 +02:00
|
|
|
|
|
|
|
local credit_list = {}
|
|
|
|
table.insert_all(credit_list, {
|
|
|
|
core.colorize("#ff0", fgettext("Core Developers"))
|
|
|
|
})
|
|
|
|
prepare_credits(credit_list, core_developers)
|
|
|
|
table.insert_all(credit_list, {
|
|
|
|
"",
|
|
|
|
core.colorize("#ff0", fgettext("Core Team"))
|
|
|
|
})
|
|
|
|
prepare_credits(credit_list, core_team)
|
|
|
|
table.insert_all(credit_list, {
|
|
|
|
"",
|
|
|
|
core.colorize("#ff0", fgettext("Active Contributors"))
|
|
|
|
})
|
|
|
|
prepare_credits(credit_list, active_contributors)
|
|
|
|
table.insert_all(credit_list, {
|
|
|
|
"",
|
|
|
|
core.colorize("#ff0", fgettext("Previous Core Developers"))
|
|
|
|
})
|
|
|
|
prepare_credits(credit_list, previous_core_developers)
|
|
|
|
table.insert_all(credit_list, {
|
|
|
|
"",
|
|
|
|
core.colorize("#ff0", fgettext("Previous Contributors"))
|
|
|
|
})
|
|
|
|
prepare_credits(credit_list, previous_contributors)
|
|
|
|
local credit_fs, scroll_height = build_hacky_list(credit_list)
|
|
|
|
-- account for the visible portion
|
|
|
|
scroll_height = math.max(0, scroll_height - 6.9)
|
|
|
|
|
|
|
|
local fs = "image[1.5,0.6;2.5,2.5;" .. core.formspec_escape(logofile) .. "]" ..
|
2020-12-19 14:27:15 +01:00
|
|
|
"style[label_button;border=false]" ..
|
2022-07-28 21:02:01 +02:00
|
|
|
"button[0.1,3.4;5.3,0.5;label_button;" ..
|
|
|
|
core.formspec_escape(version.project .. " " .. version.string) .. "]" ..
|
|
|
|
"button[1.5,4.1;2.5,0.8;homepage;minetest.net]" ..
|
|
|
|
"scroll_container[5.5,0.1;9.5,6.9;scroll_credits;vertical;" ..
|
|
|
|
tostring(scroll_height / 1000) .. "]" .. credit_fs ..
|
|
|
|
"scroll_container_end[]"..
|
|
|
|
"scrollbar[15,0.1;0.4,6.9;vertical;scroll_credits;0]"
|
2020-12-19 14:27:15 +01:00
|
|
|
|
2021-03-30 21:49:15 +02:00
|
|
|
-- Render information
|
2022-07-28 21:02:01 +02:00
|
|
|
fs = fs .. "style[label_button2;border=false]" ..
|
|
|
|
"button[0.1,6;5.3,1;label_button2;" ..
|
2021-03-30 21:49:15 +02:00
|
|
|
fgettext("Active renderer:") .. "\n" ..
|
|
|
|
core.formspec_escape(core.get_screen_info().render_info) .. "]"
|
|
|
|
|
2022-06-05 18:42:09 +02:00
|
|
|
if PLATFORM == "Android" then
|
2022-07-28 21:02:01 +02:00
|
|
|
fs = fs .. "button[0.5,5.1;4.5,0.8;share_debug;" .. fgettext("Share debug log") .. "]"
|
2022-06-05 18:42:09 +02:00
|
|
|
else
|
2020-12-19 14:27:15 +01: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.") .. "]"
|
2022-07-28 21:02:01 +02:00
|
|
|
fs = fs .. "button[0.5,5.1;4.5,0.8;userdata;" .. fgettext("Open User Data Directory") .. "]"
|
2020-12-19 14:27:15 +01:00
|
|
|
end
|
|
|
|
|
2022-07-28 21:02:01 +02:00
|
|
|
return fs, "size[15.5,7.1,false]real_coordinates[true]"
|
2020-05-17 20:09:10 +02:00
|
|
|
end,
|
|
|
|
cbf_button_handler = function(this, fields, name, tabdata)
|
|
|
|
if fields.homepage then
|
|
|
|
core.open_url("https://www.minetest.net")
|
|
|
|
end
|
2020-12-19 14:27:15 +01:00
|
|
|
|
2022-06-05 18:42:09 +02:00
|
|
|
if fields.share_debug then
|
|
|
|
local path = core.get_user_path() .. DIR_DELIM .. "debug.txt"
|
|
|
|
core.share_file(path)
|
|
|
|
end
|
|
|
|
|
2020-12-19 14:27:15 +01:00
|
|
|
if fields.userdata then
|
|
|
|
core.open_dir(core.get_user_path())
|
|
|
|
end
|
2020-05-17 20:09:10 +02:00
|
|
|
end,
|
2016-03-21 05:15:50 +01:00
|
|
|
}
|