mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 12:09:15 +00:00
2f1f8f502e
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.
26 lines
1.2 KiB
Raku
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();
|