diff options
author | est31 <MTest31@outlook.com> | 2015-06-16 07:32:01 +0200 |
---|---|---|
committer | est31 <MTest31@outlook.com> | 2015-06-16 19:34:27 +0200 |
commit | 7b7f8b72257fa83e43dc95117dd7e7c6d2e218d9 (patch) | |
tree | 8f87672a11e01c8b5a23a477a4c31ad62d06cdbc /builtin/mainmenu/tab_credits.lua | |
parent | c977fbd9288d0e80019554411a2f1885f7760568 (diff) | |
download | minetest-7b7f8b72257fa83e43dc95117dd7e7c6d2e218d9.tar.gz minetest-7b7f8b72257fa83e43dc95117dd7e7c6d2e218d9.tar.bz2 minetest-7b7f8b72257fa83e43dc95117dd7e7c6d2e218d9.zip |
Update credits tab
Diffstat (limited to 'builtin/mainmenu/tab_credits.lua')
-rw-r--r-- | builtin/mainmenu/tab_credits.lua | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/builtin/mainmenu/tab_credits.lua b/builtin/mainmenu/tab_credits.lua index 921c09232..1d758d58e 100644 --- a/builtin/mainmenu/tab_credits.lua +++ b/builtin/mainmenu/tab_credits.lua @@ -32,7 +32,6 @@ tab_credits = { ",Perttu Ahola (celeron55) <celeron55@gmail.com>,".. ",Ryan Kwolek (kwolekr) <kwolekr@minetest.net>,".. ",PilzAdam <pilzadam@minetest.net>," .. - ",Lisa Milne (darkrose) <lisa@ltmnet.com>,".. ",Maciej Kasatkin (RealBadAngel) <mk@realbadangel.pl>,".. ",sfan5 <sfan5@live.de>,".. ",kahrl <kahrl@gmx.net>,".. @@ -43,14 +42,19 @@ tab_credits = { ",Craig Robbins (Zeno),".. ",Loic Blot (nerzhul/nrz),".. ",paramat,".. + ",est31 <MTest31@outlook.com>," .. ",,".. "#FFFF00," .. fgettext("Active Contributors") .. "," .. ",SmallJoker <mk939@ymail.com>," .. - ",est31 <MTest31@outlook.com>," .. - ",gregorycu,".. + ",gregorycu," .. ",Andrew Ward (rubenwardy) <rubenwardy@gmail.com>," .. - ",TriBlade9 <triblade9@mail.com>,".. - ",Zefram <zefram@fysh.org>,".. + ",Aaron Suen <warr1024@gmail.com>," .. + ",TeTpaAka," .. + ",," .. + "#FFFF00," .. fgettext("Previous Core Developers") .."," .. + ",Lisa Milne (darkrose) <lisa@ltmnet.com>," .. + ",proller <proler@gmail.com>," .. + ",Ilya Zhuravlev (xyz) <xyz@minetest.net>," .. ",," .. "#FFFF00," .. fgettext("Previous Contributors") .. "," .. ",Vanessa Ezekowitz (VanessaE) <vanessaezekowitz@gmail.com>,".. @@ -59,14 +63,14 @@ tab_credits = { ",MirceaKitsune <mirceakitsune@gmail.com>,".. ",dannydark <the_skeleton_of_a_child@yahoo.co.uk>,".. ",0gb.us <0gb.us@0gb.us>,".. - ",proller <proler@gmail.com>,".. - ",Ilya Zhuravlev (xyz) <xyz@minetest.net>,".. ",Guiseppe Bilotta (Oblomov) <guiseppe.bilotta@gmail.com>,".. ",Jonathan Neuschafer <j.neuschaefer@gmx.net>,".. ",Nils Dagsson Moskopp (erlehmann) <nils@dieweltistgarnichtso.net>,".. ",Constantin Wenger (SpeedProg) <constantin.wenger@googlemail.com>,".. ",matttpt <matttpt@gmail.com>,".. ",JacobF <queatz@gmail.com>,".. + ",TriBlade9 <triblade9@mail.com>,".. + ",Zefram <zefram@fysh.org>,".. ";1]" end } |