1998Q4/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] PDMud thread summary -->
<!--X-From-R13: Xba Zrbaneq <wyrbaneqNqvipbz.fyvzl.pbz> -->
<!--X-Date: Thu, 22 Oct 1998 01:39:38 &#45;0700 -->
<!--X-Message-Id: 19981022013503.A22302#divcom,slimy.com -->
<!--X-Content-Type: text/plain -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] PDMud thread summary</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:jleonard#divcom,slimy.com">
</head>
<body background="/backgrounds/paperback.gif" bgcolor="#ffffff"
      text="#000000" link="#0000FF" alink="#FF0000" vlink="#006000">

  <font size="+4" color="#804040">
    <strong><em>MUD-Dev<br>mailing list archive</em></strong>
  </font>
      
<br>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
<br clear=all><hr>
<!--X-Body-Begin-->
<!--X-User-Header-->
<!--X-User-Header-End-->
<!--X-TopPNI-->

Date:&nbsp;
[&nbsp;<a href="msg00344.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00346.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00565.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00349.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00345">Author</A>
&nbsp;|&nbsp;<A HREF="#00345">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00345">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] PDMud thread summary</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Subject</em>: [MUD-Dev] PDMud thread summary</LI>
<LI><em>From</em>: Jon Leonard &lt;<A HREF="mailto:jleonard#divcom,slimy.com">jleonard#divcom,slimy.com</A>&gt;</LI>
<LI><em>Date</em>: Thu, 22 Oct 1998 01:35:03 -0700</LI>
<LI><em>Cc</em>: Jon Leonard &lt;<A HREF="mailto:jleonard#divcom,slimy.com">jleonard#divcom,slimy.com</A>&gt;</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
There's been enough discussion about collaboration on a MUD a that it's
starting to get tricky to follow, so I thought I'd try to provide a summary.

I'm excluding from this summary discussion of what an in-game language
(and it's virtual machine) should look like.  There's enough on that topic
that it deserves its own summary, and I'm too tired to do that tonight.

If I've missed something important or unduly colored things with my
viewpoint, I'm counting on people to speak up and fill things in.
If you want to know exactly who said what, consult the archives.
(Otherwise this would be lots longer.)

The summary:

It looks like there are enough people on the MUD-Dev list interested in
collaborating on writing a server that it'll happen.  It needs to be
be flexible enough in design and flexible enough in license that it
can be reused by anyone in lots of settings, including commercial ones.
There doesn't seem to be anything out there that fills this niche yet,
though the Cold Project at least comes close.


License:

There have been several suggestions as to what license to use, including:

GNU Public Licence (Problematic for commercial use?)
BSD
Perl's Artistic License
X Consortium License
Public domain (disclaiming all liability -- there may be legal issues)
Beerware ;)
Free to anyone who makes a contribution to the code.

It's possible that different pieces might wind up under different licenses.


Goals:

Not everyone has the same interests, though there should be enough overlap
to make a viable project.  Some things that people want:

An advanced server.
A server suitable for experimentation
Something suitable for use in running a commercial service.
Code that's easy to learn from.
A bunch of mix and match pieces.
Rapid development environment.
A distributed server (platform independence, too)
A portable server (Is strict posix portability what we want?)
A scalable server (It should run on future hardware too.)
A sophisticated in-game language.
An efficient server (It should support hundreds of players on small machines.)

Some people might only be interested in a plug-in language.  I don't think
this is a problem, because a simple MUD to plug it into shouldn't be very
hard to write.


Structure:

It should be a collection of mix and match modules, reconfigurable
even at runtime via dynamic linking.  Many of the pieces should
behave like pieces of an OS.

This allows for lots of flexibility for individual MUDs, understandable
pieces, and answering the question "Do we hardcode or softcode this?"
with "Both".

Possible modules so far:

Bootstrap (module handler)  
Database storage/persistence (relational or Object Oriented)
Telnet server
Client/server messaging (for sophisticated clients than telnet)
Client graphics control
Magic system
Movement
Rooms &amp; objects manager
Coordinate based location
Spatial data structures
on-line building
Event manager
Command Parser
Command Executor

... and a whole bunch of modules related to in-game language(s), including
building modules in the in-game language and compiling to machine code:

Byte-code VM (Use the Java VM?)
 and compiler
 and debugger
 and so on...
Various interpreters
Existing embeddable languages: Python, Perl, Tcl, etc.

The interfaces between modules looks like it should contain at least:
Functions, callbacks, unique IDs, and possibly events.  We definitely
need a standard calling convention.

It's not clear how to fit security into this.  There's also some disagreement
as to what extent the design should be object oriented.


Implementation language:

I've seen four suggestions:
C
C++
Java
A mixture of languages, which probably means using C calling conventions.


Project home(s), project maintainer(s):

I'm volunteering to be project maintainer, keeping track of source code,
releases and so forth.  If someone else wants to, thats fine too.

I'm also volunteering to host the project on one of my computer,
Frost.slimy.com.  (also [www.]{mud,pdmud,openmud}.slimy,com.)  It's a
600 MHz Alpha running Linux, with a 24x7 160 Kbit network connection.
It's available for web hosting, source hosting, running servers, etc.
I paid for this out of my own pocket, so there aren't any strings attached. 

It might be a good idea to have modules maintained by different people,
with different machines as home.  Everything should probably get mirrored.


Jon Leonard


</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<ul compact><li><strong>Follow-Ups</strong>:
<ul>
<li><strong><A NAME="00359" HREF="msg00359.html">[MUD-Dev] Re: PDMud thread summary</A></strong>
<ul compact><li><em>From:</em> The Arrow &lt;arrow#trelleborg,mail.telia.com&gt;</li></ul>
<li><strong><A NAME="00353" HREF="msg00353.html">[MUD-Dev] Re: PDMud thread summary</A></strong>
<ul compact><li><em>From:</em> Darrin Hyrup &lt;shades#mythicgames,com&gt;</li></ul>
<li><strong><A NAME="00349" HREF="msg00349.html">[MUD-Dev] Re: PDMud thread summary</A></strong>
<ul compact><li><em>From:</em> Niklas Elmqvist &lt;d97elm#dtek,chalmers.se&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00344.html">[MUD-Dev] Re: evil - good realism</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00346.html">[MUD-Dev] Re: evil - good realism</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00565.html">[MUD-Dev] Re: PDMud thread summary</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00349.html">[MUD-Dev] Re: PDMud thread summary</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00345"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00345"><STRONG>Thread</STRONG></A></LI>
</UL>
</LI>
</UL>

<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
<ul><li>Thread context:
<BLOCKQUOTE><UL>
<LI><STRONG>[MUD-Dev] Re: PDMud thread summary</STRONG>, <EM>(continued)</EM>
<ul compact>
<LI><strong><A NAME="00540" HREF="msg00540.html">[MUD-Dev] Re: PDMud thread summary</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Tue 27 Oct 1998, 06:13 GMT
<UL>
<LI><strong><A NAME="00548" HREF="msg00548.html">[MUD-Dev] Re: PDMud thread summary</A></strong>, 
Alex Oren <a href="mailto:alexo#bigfoot,com">alexo#bigfoot,com</a>, Tue 27 Oct 1998, 09:50 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00559" HREF="msg00559.html">[MUD-Dev] Re: PDMud thread summary</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Wed 28 Oct 1998, 04:14 GMT
<UL>
<LI><strong><A NAME="00565" HREF="msg00565.html">[MUD-Dev] Re: PDMud thread summary</A></strong>, 
Alex Oren <a href="mailto:alexo#bigfoot,com">alexo#bigfoot,com</a>, Wed 28 Oct 1998, 13:40 GMT
</LI>
</UL>
</LI>
</ul>
</LI>
<LI><strong><A NAME="00345" HREF="msg00345.html">[MUD-Dev] PDMud thread summary</A></strong>, 
Jon Leonard <a href="mailto:jleonard#divcom,slimy.com">jleonard#divcom,slimy.com</a>, Thu 22 Oct 1998, 08:39 GMT
<UL>
<LI><strong><A NAME="00349" HREF="msg00349.html">[MUD-Dev] Re: PDMud thread summary</A></strong>, 
Niklas Elmqvist <a href="mailto:d97elm#dtek,chalmers.se">d97elm#dtek,chalmers.se</a>, Thu 22 Oct 1998, 12:06 GMT
<UL>
<LI><strong><A NAME="00354" HREF="msg00354.html">[MUD-Dev] Re: PDMud thread summary</A></strong>, 
Darrin Hyrup <a href="mailto:shades#mythicgames,com">shades#mythicgames,com</a>, Thu 22 Oct 1998, 15:41 GMT
<UL>
<LI><strong><A NAME="00389" HREF="msg00389.html">[MUD-Dev] Re: PDMud thread summary</A></strong>, 
Niklas Elmqvist <a href="mailto:d97elm#dtek,chalmers.se">d97elm#dtek,chalmers.se</a>, Fri 23 Oct 1998, 07:47 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00356" HREF="msg00356.html">[MUD-Dev] Re: PDMud thread summary</A></strong>, 
Adam J. Thornton <a href="mailto:adam#phoenix,Princeton.EDU">adam#phoenix,Princeton.EDU</a>, Thu 22 Oct 1998, 16:33 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL></BLOCKQUOTE>

</ul>
<hr>
<center>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
</center>
<hr>
</body>
</html>