forked from xu4-engine/u4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcredits.html
117 lines (109 loc) · 2.57 KB
/
credits.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE HTML>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="UTF-8" />
<title>XU4 Credits</title>
<style>
body {
text-align: center;
margin: 3em;
padding: 0px;
font: 1em/1.25 Helvetica, Arial, sans-serif;
}
#container {
max-width: 52em;
margin: 0px auto; /* Right And Left Margin Widths To Auto */
list-style-position: outside;
text-align: left;
}
</style>
</head>
<body>
<h1>XU4 Credits</h1>
<div id="container">
<p>
xu4 is <em>free software</em>; you can redistribute it or modify it under the
terms of the GNU GPL Version 2 as published by
the Free Software Foundation. See COPYING.
</p>
<p>
Copyright 2002-2020, xu4 Team<br>
Copyright 1987, Lord British
</p>
<h2>XU4 Team</h2>
<dl>
<dt>Andrew Taylor</dt>
<dd>Main developer</dd>
<dt>Marc Winterrowd</dt>
<dd>LZW decoder, tile animations, title screen fixes, and lots more</dd>
<dt>Daniel Browning-Weber</dt>
<dd>Developer</dd>
<dt>Darren Janeczek</dt>
<dd>Developer</dd>
<dt>Doug Day</dt>
<dd>Developer</dd>
<dt>Travis Howell</dt>
<dd>Windows port</dd>
<dt>Frank Wolter</dt>
<dd>Ultima IV icon used in xu4</dd>
<dt>Dennis De Marco</dt>
<dd>Sound code</dd>
<dt>Steve Saunders</dt>
<dd>Mac OS X port</dd>
<dt>Michael Ryan</dt>
<dd>Text colorization, profiles, enhanced LOS algorithm, title/intro sequence, general fixes</dd>
<dt>Gregory Saunders</dt>
<dd>Amiga file formats, minor enhancements</dd>
<dt>Trenton Schulz</dt>
<dd>Initial iOS port</dd>
<dt>Dominik Reichardt</dt>
<dd>Mac OS X snapshots</dd>
</dl>
<h3>iOS Playtesters</h3>
<ul>
<li>Andy Nichols</li>
<li>Anthony Dalto</li>
<li>Ashley Penney</li>
<li>Bill Loguidice</li>
<li>Brian Morin</li>
<li>Chad Osten</li>
<li>Chris Lepine</li>
<li>Christopher Nilssen</li>
<li>David Guiot</li>
<li>Dongsu Jang</li>
<li>Eric Cook</li>
<li>Eric Nicolier</li>
<li>Florian Fischer</li>
<li>Frank Trienbach</li>
<li>Frédéric Morain-Nicolier</li>
<li>Ja-On Hillman</li>
<li>Jens Mueller</li>
<li>John Bowman</li>
<li>Jolyon Smith</li>
<li>Jon Hunt</li>
<li>Jonathan Russo</li>
<li>Jonathan Schultz</li>
<li>Josh Davis</li>
<li>Josh Nieslen</li>
<li>Justin Firth</li>
<li>Lane Denson</li>
<li>Manuel Masias</li>
<li>Marty Devine</li>
<li>Matt Whitaker</li>
<li>Michael Tice</li>
<li>Nick Gabaly</li>
<li>Rachel Blaine</li>
<li>Rob (Gypsy Dave) Craig</li>
<li>Samuel Nichols</li>
<li>Scott Westbrook</li>
<li>Seth Straughan</li>
<li>Simon Banks</li>
<li>Steve Dang</li>
<li>Wiley Wiggins</li>
<li>Yannick Kirschhoffer</li>
<li>wirebox kwon</li>
</ul>
<h3>First Person to Finish the iOS Port</h3>
<p>Nick Gabaly</p>
</div>
</body>