The amazing refactor forteen hundred billion: eliminated "locations",

portals will by dynamically created, combined display/runtime/editable
scenes into one, enhanced support for modifying scenes and distributing
updates to the clients, various other small stuff that should not be
sweated.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2274 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2003-02-12 07:23:32 +00:00
parent a54b3e279c
commit 2a4385ad33
67 changed files with 2073 additions and 2724 deletions
@@ -1,14 +1,18 @@
//
// $Id: ClusterObject.dobj,v 1.1 2002/11/04 22:33:39 mdb Exp $
// $Id: ClusterObject.dobj,v 1.2 2003/02/12 07:23:31 mdb Exp $
package com.threerings.whirled.spot.data;
import com.threerings.presents.dobj.DObject;
import com.threerings.presents.dobj.OidList;
/**
* Used to dispatch chat in clusters. Contains no other information at the
* moment.
* Used to dispatch chat in clusters.
*/
public class ClusterObject extends DObject
{
/**
* Tracks the oid of the body objects that occupy this cluster.
*/
public OidList occupants = new OidList();
}