-
Notifications
You must be signed in to change notification settings - Fork 1
/
Credits.MudOS
99 lines (65 loc) · 3.61 KB
/
Credits.MudOS
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
Read the Credits.LPmud file for credit information on the original LPmud
driver (that upon which MudOS is based). LPmud was originally written
by Lars Pensj|, April 1989.
The following information is not guaranteed to be complete. (I
apologize in advance if I have forgotten anyone). For more information
read the './doc/driver/done-mudos' and './src/ChangeLog' files.
We would like to thank the following muds for extensive testing and numerous
bug reports:
TMI, Portals, Overdrive, Genocide, TMI-2, Vincent's Hollow, DreamShadow,
Nightmare, Nanvaent, and many others.
The MudOS driver was a team effort with specific contributions from the
following people:
Erik Kay (Wayfarer) - runtime config system, message() efun, and others.
John Garnett (Truilkan) - improved mappings implementation, process_input
and write_prompt callbacks, C++ style comments, lazy resets,
master::valid_override callback, improved shared string management, and
others.
Dwayne Fontenot (Jacques) - major rewrite of comm.c, TCP socket efuns,
ported to AIX 3.2.
Dave Richards (Cynosure/Cygnus) - UDP socket efuns, enhanced TCP socket efuns,
ported MudOS to the Sequent Symmetry (System V Release 3),
and the time_expression() efun.
Stephen Iannce (Huthar) - children() and message() efuns, extensive testing of
the socket efunctions.
Joel York (Shadowhawk) - multiple arguments version of input_to(), dprint
option to ed.
Bob Farmer (Blackthorn) - fixed various efuns to honor the hidden object
flags, several new efuns, porting to DEC Alpha and others, bug fixes,
and others.
James Waldrop (Sulam) - helped with reorganizing the huge switch in
interpret.c into efunctions.c.
Michael Bundy - provided patches allowing MudOS to run on System V Release 4.
(built on Dave Richard's System V Release 3 port).
Luke Mewborn (Zak) - provided patches allowing MudOS to run on 386BSD
Olav Kolbu (Aragorn) - provided patches allowing MudOS to run on Linux 0.99.3,
many bug reports and misc fixes, countless compilation errors
Darin Johnson (Darin) - provided various patches and optimizations (including
combining prelang.y and postlang.y into compiler.y).
David Bennett (Pinkfish) - provided enhancements for parse_command and for the
telnet negotiation code in comm.c (as well as various other small bug
fixes), and the resolve() efun.
John Fehr (Wildcard) - provided patches allowing MudOS to run on Amiga
Anthon Pang (Robocoder) - provided various patches, optimize function
table search, amiga support
Tim Hollebeek (Beek) - LPC->C and patches, compiler rewrite, new function
pointers, etc
Ti-Ming Chiang (Symmetry, Cloud) - Countless optimizations; array, mapping and
save_object rewrites
Svata Dedic (Belgarat) - Win32 fixes, parser fixes, misc fixes
Martin Tyler (Burty) - lex.c fixes, other misc fixes
Troels Therkelsen (Qualin) - numerous bug reports and ideas
Maarten de Jong - amiga compilation via gcc
George Reese (Descartes) - bug reports, original Win32 port, mSQL support
Mark ? (Mystic) - tons of ideas; fixes for exotic options settings
Skeeter Hartwig (Jihad) - numerous bug reports
David Rudy (Aule) - optimizations; high usage testing and stability patches
Greg Stein (Deathblade) - various fixes and bug reports
Ben Gras (Fermat) - MD5 crypt(), various fixes
Kars de Jong (Turrican) - various bug fixes
Simon Matthews (Andrew) - MySQL support, various patches and bug reports
and tons of others who have accidentally been omitted
--
Thanks to Adam Beeman (Buddha) for making numerous suggestions on
improving the MudOS driver and for providing the TMI site as the original
MudOS development site.