1997Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev]  Room&#45;based vs. coordinate&#45;based -->
<!--X-From-R13: Eunja Vnycraal <znynpunvNvanzr.pbz> -->
<!--X-Date: from scipio.globecomm.net [207.51.48.12] by in12.ibm.net id 867084755.27746&#45;1 Mon Jun 23 16:52:35 1997 CUT -->
<!--X-Message-Id: 33AEA9CD.41C67EA6#iname,com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 199706120100.SAA01212#xsvr3,cup.hp.com -->
<!--X-Reference: 33A001A5.41C67EA6#iname,com -->
<!--X-Reference: 33b33947.521449955@neptune -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev]  Room-based vs. coordinate-based</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:malachai#iname,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="msg01457.html">Previous</a>
&nbsp;|&nbsp;<a href="msg01459.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg01452.html">Previous</a>
&nbsp;|&nbsp;<a href="msg01619.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#01458">Author</A>
&nbsp;|&nbsp;<A HREF="#01458">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#01458">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev]  Room-based vs. coordinate-based</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: <A HREF="mailto:mud-dev#null,net">mud-dev#null,net</A></LI>
<LI><em>Subject</em>: Re: [MUD-Dev]  Room-based vs. coordinate-based</LI>
<LI><em>From</em>: Shawn Halpenny &lt;<A HREF="mailto:malachai#iname,com">malachai#iname,com</A>&gt;</LI>
<LI><em>Date</em>: Mon, 23 Jun 1997 12:52:29 -0400</LI>
<LI><em>Sender</em>: <A HREF="mailto:rsh#iname,com">rsh#iname,com</A></LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
Alex Oren wrote:
&gt; 
&gt; Which brings me back to the topic.
&gt; 
&gt; How would I implement the equivalent of room-spoofs in a
&gt; coordinate-based setting?

You would spoof a room-object by cloning the existing room and
modifying the desired methods on that object to implement whatever
new functionality.  All references to the old room should map to the
new room until the spoofing is terminated (see aside below).

This applies in all cases, regardless of having coordinates or not. 
Having coordinates just implies that every single object exists at a
discrete and precise location in space.  If your entire world is a
set of room-objects, then spoofing any of them is easy.  The question
becomes:  If portions (or all of) your world do not exist as discrete
objects, how are "rooms"  spoofed?  My approach is to create a
dynamic room object that houses all objects within a certain distance
from the given point and then spoof that room object.

My case may result in somewhat different an answer than what you are
looking for, since it is possible for objects to exist at the same
location in space, without being contained, overlapping, fused, etc.

Of course, none of this answers your question if you are inquiring
about the actual mechanics of the spoofing (to which I would say it
depends on how your object model is designed, and that with
inheritance it becomes very easy to spoof).

An aside--given:
Room R at time t=0.
An earthquake is scheduled to occur in R at t+5.
Room R is spoofed at t+2, creating R' which now exists in lieu of R.
Time t+5 arrives, the earthquake occurs.  Are the effects of the
  earthquake applied to R, R', or both?  Generalized:  are any
  actions occuring on R to be duplicated on R' and vice versa?
  
Note:  the spoofing of R and the earthquake are independent events
and are completely unrelated in cause, execution, and effect.

-- 
Shawn Halpenny

"At any given time there is a 50% chance I've become discontinuous
 on the probability axis."
                                             - Me

</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="01619" HREF="msg01619.html">Re: [MUD-Dev]  Room-based vs. coordinate-based</A></strong>
<ul compact><li><em>From:</em> clawrenc#cup,hp.com</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="01299" HREF="msg01299.html">Re: [MUD-Dev]  Room-based vs. coordinate-based</A></STRONG>
<UL><LI><EM>From:</EM> clawrenc#cup,hp.com</LI></UL></LI>
<LI><STRONG><A NAME="01308" HREF="msg01308.html">Re: [MUD-Dev]  Room-based vs. coordinate-based</A></STRONG>
<UL><LI><EM>From:</EM> Shawn Halpenny &lt;malachai#iname,com&gt;</LI></UL></LI>
<LI><STRONG><A NAME="01452" HREF="msg01452.html">Re: [MUD-Dev]  Room-based vs. coordinate-based</A></STRONG>
<UL><LI><EM>From:</EM> alexo#bigfoot,com (Alex Oren)</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg01457.html">Re: [MUD-Dev] Integrating PK</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg01459.html">Re: [MUD-Dev]  Git out the boar spear, Martha!</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg01452.html">Re: [MUD-Dev]  Room-based vs. coordinate-based</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg01619.html">Re: [MUD-Dev]  Room-based vs. coordinate-based</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#01458"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#01458"><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]  Room-based vs. coordinate-based</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<LI><strong><A NAME="01308" HREF="msg01308.html">Re: [MUD-Dev]  Room-based vs. coordinate-based</A></strong>, 
Shawn Halpenny <a href="mailto:malachai#iname,com">malachai#iname,com</a>, Thu 12 Jun 1997, 21:03 GMT
<LI><strong><A NAME="01313" HREF="msg01313.html">Re: [MUD-Dev]  Room-based vs. coordinate-based</A></strong>, 
clawrenc <a href="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</a>, Fri 13 Jun 1997, 05:35 GMT
<LI><strong><A NAME="01319" HREF="msg01319.html">Re: [MUD-Dev]  Room-based vs. coordinate-based</A></strong>, 
Shawn Halpenny <a href="mailto:malachai#iname,com">malachai#iname,com</a>, Fri 13 Jun 1997, 20:34 GMT
</LI>
</LI>
<LI><strong><A NAME="01452" HREF="msg01452.html">Re: [MUD-Dev]  Room-based vs. coordinate-based</A></strong>, 
Alex Oren <a href="mailto:alexo#bigfoot,com">alexo#bigfoot,com</a>, Mon 23 Jun 1997, 15:59 GMT
<LI><strong><A NAME="01458" HREF="msg01458.html">Re: [MUD-Dev]  Room-based vs. coordinate-based</A></strong>, 
Shawn Halpenny <a href="mailto:malachai#iname,com">malachai#iname,com</a>, Mon 23 Jun 1997, 23:52 GMT
<LI><strong><A NAME="01619" HREF="msg01619.html">Re: [MUD-Dev]  Room-based vs. coordinate-based</A></strong>, 
clawrenc <a href="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</a>, Tue 01 Jul 1997, 06:45 GMT
</LI>
</LI>
<LI><strong><A NAME="01465" HREF="msg01465.html">Re: [MUD-Dev]  Room-based vs. coordinate-based</A></strong>, 
Nathan Yospe <a href="mailto:yospe#hawaii,edu">yospe#hawaii,edu</a>, Tue 24 Jun 1997, 01:33 GMT
<LI><strong><A NAME="01474" HREF="msg01474.html">Re: [MUD-Dev]  Room-based vs. coordinate-based</A></strong>, 
Alex Oren <a href="mailto:alexo#bigfoot,com">alexo#bigfoot,com</a>, Tue 24 Jun 1997, 14:09 GMT
<LI><strong><A NAME="01487" HREF="msg01487.html">Re: [MUD-Dev]  Room-based vs. coordinate-based</A></strong>, 
Nathan Yospe <a href="mailto:yospe#hawaii,edu">yospe#hawaii,edu</a>, Wed 25 Jun 1997, 11:07 GMT
</LI>
</LI>
</LI>
</LI>
</LI>
</ul>
</ul>
</ul>
</ul>
</ul>
</ul>
</ul>
</ul>
</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>