From c2d6e8baad277364194efeee775750e59832d548 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 15 Aug 2001 18:38:33 +0000 Subject: [PATCH] Notes. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@257 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- docs/crowd/notes.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/crowd/notes.txt b/docs/crowd/notes.txt index 8c6cbeac9..5c10c7093 100644 --- a/docs/crowd/notes.txt +++ b/docs/crowd/notes.txt @@ -6,3 +6,10 @@ destroyed. Flesh out the mechanism for passing config information to place managers. Make it easy to build an inheriting chain of configuration properties. + +Occupant info needs to be stored in place objects. We could create special +list distributed object fields that can store homogenous lists of objects +that implement some sort of serializable interface. Once this is done, +it'll have to be wired up on the server side so that extended occupant +info can be easily provided and on the client side so that that info can +be passed around the client.