From 7607b0ac2065a50a9b68b22909ab40738f2d08e8 Mon Sep 17 00:00:00 2001 From: ShadowNinja Date: Tue, 6 May 2014 22:31:35 -0400 Subject: Add version API --- builtin/mainmenu/tab_credits.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'builtin/mainmenu/tab_credits.lua') diff --git a/builtin/mainmenu/tab_credits.lua b/builtin/mainmenu/tab_credits.lua index 4d2ffd7f4..9b6045263 100644 --- a/builtin/mainmenu/tab_credits.lua +++ b/builtin/mainmenu/tab_credits.lua @@ -76,8 +76,9 @@ return { caption = fgettext("Credits"), cbf_formspec = function(tabview, name, tabdata) local logofile = defaulttexturedir .. "logo.png" + local version = core.get_version() return "image[0.5,1;" .. core.formspec_escape(logofile) .. "]" .. - "label[0.5,3.2;Minetest " .. core.get_version() .. "]" .. + "label[0.5,3.2;" .. version.project .. " " .. version.string .. "]" .. "label[0.5,3.5;http://minetest.net]" .. "tablecolumns[color;text]" .. "tableoptions[background=#00000000;highlight=#00000000;border=false]" .. -- cgit v1.2.3 From bbe8386a667e4fe719502bd838211f37c5448efa Mon Sep 17 00:00:00 2001 From: Zeno- Date: Wed, 7 Dec 2016 23:45:29 +1000 Subject: Update credits (#4827) Update credits --- builtin/mainmenu/tab_credits.lua | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'builtin/mainmenu/tab_credits.lua') diff --git a/builtin/mainmenu/tab_credits.lua b/builtin/mainmenu/tab_credits.lua index 9b6045263..224731b14 100644 --- a/builtin/mainmenu/tab_credits.lua +++ b/builtin/mainmenu/tab_credits.lua @@ -29,20 +29,22 @@ local core_developers = { "Loic Blot (nerzhul/nrz) ", "Matt Gregory (paramat)", "est31 ", - "Craig Robbins (Zeno)", + "Craig Robbins (Zeno) ", + "Auke Kok (sofar) ", + "Andrew Ward (rubenwardy) ", } local active_contributors = { - "Auke Kok (sofar) ", "Duane Robertson ", "SmallJoker ", - "Andrew Ward (rubenwardy) ", + "Lars Hofhansl ", "Jeija ", "Gregory Currie (gregorycu)", "Sokomine ", "TeTpaAka", "Jean-Patrick G (kilbith) ", "Diego Martínez (kaeza) ", + "Dániel Juhász (juhdanad) ", } local previous_core_developers = { @@ -83,11 +85,6 @@ return { "tablecolumns[color;text]" .. "tableoptions[background=#00000000;highlight=#00000000;border=false]" .. "table[3.5,-0.25;8.5,5.8;list_credits;" .. - "#FFFF00," .. "Dedication of the current release" .. ",," .. - "The 0.4.14 release is dedicated to the memory of" .. ",," .. - "Minetest developer Maciej Kasatkin (RealBadAngel)" .. ",," .. - "who died on March 24 2016." .. ",," .. - "Our thoughts are with his family and friends." .. ",,," .. "#FFFF00," .. fgettext("Core Developers") .. ",," .. table.concat(core_developers, ",,") .. ",,," .. "#FFFF00," .. fgettext("Active Contributors") .. ",," .. -- cgit v1.2.3 From 5114329ada6ef3ccac7d964790868eb505484a96 Mon Sep 17 00:00:00 2001 From: Craig Robbins Date: Fri, 23 Dec 2016 07:23:12 +1000 Subject: Final update to credits before release --- builtin/mainmenu/tab_credits.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'builtin/mainmenu/tab_credits.lua') diff --git a/builtin/mainmenu/tab_credits.lua b/builtin/mainmenu/tab_credits.lua index 224731b14..c2ad19183 100644 --- a/builtin/mainmenu/tab_credits.lua +++ b/builtin/mainmenu/tab_credits.lua @@ -45,6 +45,7 @@ local active_contributors = { "Jean-Patrick G (kilbith) ", "Diego Martínez (kaeza) ", "Dániel Juhász (juhdanad) ", + "Rogier ", } local previous_core_developers = { -- cgit v1.2.3