[Home] [Groups] - Message: [Prev in Group] [Next in Group]

nu.kanga.list.mud-dev

674: Re: [MUD-Dev] Room-based vs. coordinate-based

[Full Header] [Plain Text]
From: "Miroslav Silovic" <silovic@srce.hr>
Newsgroups: nu.kanga.list.mud-dev
Date: Thu, 12 Jun 1997 10:19:42 +0200 (MET DST)
References: [1]
Organization: Kanga.Nu
> >This is where we break from
> >the  very very very very very bad practice of MOO, where object
> >containment was built into the server.  
> 
> Cool, ColdX, Interlude, and LP do this -- its probably the first thing
> I changed as a design principle when I looked at them as models.

Cold doesn't do that, actually. Locations are handled by the core (MOO
had to do them on the server side, because command parsing was done
by the server, so it had to hook to object locality).

I'm working on R-tree based rooms (but I suspect I'll have to move my
current R-tree implementation into the driver, since it's both complex
and critical).

	Miro