scummvm/engines/ultima/credits.pl
Max Horn 2f1f8f502e DEVTOOLS: move credits from devtools/credits.pl to engines
This employs a "lazy" approach: the "format" for the credits stays
exactly as it was, i.e., perl code. Of course one may want to change
this to another format (e.g. YAML, JSON, XML; or also shell script or
AWK, like `configure.engine` uses). But I deliberately kept it simple,
to get a minimal change that is easy to verify. Any further changes to
e.g. the format can be layered atop this.
2021-08-05 00:01:46 +02:00

26 lines
1.2 KiB
Raku

begin_section("Ultima");
add_person("Paul Gilbert", "dreammaster", "");
add_person("Matthew Duggan", "stauff", "");
add_person("Matthew Jimenez", "OMGPizzaGuy", "");
add_person("Daniel c. Würl", "dwuerl", "(Nuvie)");
add_person("Eric Fry", "yuv422", "(Nuvie)");
add_person("Jeremy Newman", "laxdragon", "(Nuvie)");
add_person("Jonathan E. Wright", "nelno", "(Nuvie)");
add_person("Joseph Applegate", "sb-x", "(Nuvie)");
add_person("Malignant Manor", "malignantmanor", "(Nuvie)");
add_person("Markus Niemistö", "niemisto", "(Nuvie)");
add_person("Michael Fink", "vividos", "(Nuvie)");
add_person("Pieter Luteijn", "luteijn", "(Nuvie)");
add_person("Sam Matthews", "samuelmatthews", "(Nuvie)");
add_person("Travis Howell", "kirben", "(Nuvie)");
add_person("Willem Jan Palenstijn", "wjp", "(Nuvie)");
add_person("Brian Tietz", "btietz", "(Pentagram)");
add_person("Dominik Reichardt", "Dominus Dragon", "(Pentagram)");
add_person("Max Horn", "Fingolfin", "(Pentagram)");
add_person("Patrick Burke", "takhisis", "(Pentagram)");
add_person("Ryan Nunn", "Colourless Dragon", "(Pentagram)");
add_person("Willem Jan Palenstijn", "wjp", "(Pentagram)");
end_section();