1999Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev] Blending graphics with text -->
<!--X-From-R13: pynjNxnatn.ah -->
<!--X-Date: Mon, 19 Apr 1999 00:51:20 &#45;0700 -->
<!--X-Message-Id: E10ZGFL&#45;00037i&#45;00#koala,kanga.nu -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: Pine.SUN.3.96.990416075215.17500A&#45;100000#csia,csi.uottawa.ca -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev] Blending graphics with text</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:claw#kanga,nu">
</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="msg00077.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00080.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00056.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00086.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00078">Author</A>
&nbsp;|&nbsp;<A HREF="#00078">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00078">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev] Blending graphics with text</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>: Re: [MUD-Dev] Blending graphics with text </LI>
<LI><em>From</em>: <A HREF="mailto:claw#kanga,nu">claw#kanga,nu</A></LI>
<LI><em>Date</em>: Mon, 19 Apr 1999 08:46:07 -0700</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Sender</em>: <A HREF="mailto:mud-dev-admin#kanga,nu">mud-dev-admin#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>
On Fri, 16 Apr 1999 08:38:14 -0400 (EDT) 
u1391470  &lt;u1391470#csi,uottawa.ca&gt; wrote:

&gt; Even though we currently do check for term type for output, we
&gt; mostly do this for the maps. I hadn't considered doing it for all
&gt; output, but this is a good idea. Thanks Chris.

While not use a terminal independent library (the many variations of
curses come to mind, don't know what's available for Java) for your
terminal handling and thus let the user use whatever he likes for a
terminal type?

&gt; I am somewhat hesitant to replace text with voice, mainly because
&gt; most players like to log their sessions. If text information was
&gt; replaced with sound, would this still be possible?

You'd have to log the sound -- the interface problem is that sound
is not (easily) searchable/indexable/generically_processable.

&gt; Basically, write a class Player, which would contain the
&gt; player_data structure and have procedures that would call any
&gt; relevant functions. Has anyone done this?  

Have a look at MUD++ and ColdX's object heirarchy.

&gt; Do you think it would be wortwhile to do?

As a general case: yes, tho its massively dependent on your game
design and what you are going to require programmatically of your
internal interfaces.  In the more specific case its still worthwhile 
as it near forces you to examine your basic object heirarchy and
their relationships.  

-- 
J C Lawrence                              Internet: claw#kanga,nu
----------(*)                            Internet: coder#kanga,nu
...Honorary Member of Clan McFud -- Teamer's Avenging Monolith...


_______________________________________________
MUD-Dev maillist  -  MUD-Dev#kanga,nu
<A  HREF="http://www.kanga.nu/lists/listinfo/mud-dev">http://www.kanga.nu/lists/listinfo/mud-dev</A>


</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="00086" HREF="msg00086.html">Re: [MUD-Dev] Blending graphics with text</A></strong>
<ul compact><li><em>From:</em> Alex Stewart &lt;riche#crl,com&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00056" HREF="msg00056.html">Re: [MUD-Dev] Blending graphics with text</A></STRONG>
<UL><LI><EM>From:</EM> u1391470 &lt;u1391470#csi,uottawa.ca&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00077.html">Re: [MUD-Dev] Virtual machine design</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00080.html">Re: [MUD-Dev] Virtual machine design</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00056.html">Re: [MUD-Dev] Blending graphics with text</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00086.html">Re: [MUD-Dev] Blending graphics with text</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00078"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00078"><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>RE: [MUD-Dev] Virtual machine design</STRONG>, <EM>(continued)</EM>
<ul compact>
<LI><strong><A NAME="00096" HREF="msg00096.html">RE: [MUD-Dev] Virtual machine design</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Thu 22 Apr 1999, 05:02 GMT
</LI>
</ul>
</LI>
<LI><strong><A NAME="00048" HREF="msg00048.html">[MUD-Dev] Blending graphics with text</A></strong>, 
u1391470 <a href="mailto:u1391470#csi,uottawa.ca">u1391470#csi,uottawa.ca</a>, Wed 14 Apr 1999, 15:38 GMT
<UL>
<LI><strong><A NAME="00050" HREF="msg00050.html">Re: [MUD-Dev] Blending graphics with text</A></strong>, 
Hans-Henrik Staerfeldt <a href="mailto:hhs#cbs,dtu.dk">hhs#cbs,dtu.dk</a>, Wed 14 Apr 1999, 19:23 GMT
<UL>
<LI><strong><A NAME="00056" HREF="msg00056.html">Re: [MUD-Dev] Blending graphics with text</A></strong>, 
u1391470 <a href="mailto:u1391470#csi,uottawa.ca">u1391470#csi,uottawa.ca</a>, Fri 16 Apr 1999, 07:17 GMT
<UL>
<LI><strong><A NAME="00078" HREF="msg00078.html">Re: [MUD-Dev] Blending graphics with text</A></strong>, 
claw <a href="mailto:claw#kanga,nu">claw#kanga,nu</a>, Mon 19 Apr 1999, 07:51 GMT
<UL>
<LI><strong><A NAME="00086" HREF="msg00086.html">Re: [MUD-Dev] Blending graphics with text</A></strong>, 
Alex Stewart <a href="mailto:riche#crl,com">riche#crl,com</a>, Mon 19 Apr 1999, 19:02 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="00051" HREF="msg00051.html">Re: [MUD-Dev] Blending graphics with text</A></strong>, 
Laurel Fan <a href="mailto:lf25+@andrew.cmu.edu">lf25+@andrew.cmu.edu</a>, Wed 14 Apr 1999, 19:23 GMT
</LI>
<LI><strong><A NAME="00055" HREF="msg00055.html">Re: [MUD-Dev] Blending graphics with text</A></strong>, 
Mik Clarke <a href="mailto:mikclrk#ibm,net">mikclrk#ibm,net</a>, Fri 16 Apr 1999, 07:17 GMT
</LI>
<LI><strong><A NAME="00201" HREF="msg00201.html">Re: [MUD-Dev] Blending graphics with text</A></strong>, 
J C Lawrence <a href="mailto:claw#varesearch,com">claw#varesearch,com</a>, Tue 11 May 1999, 20:13 GMT
</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>