Chat revamp, phase 1.

- Repackaged crowd/chat
- All messages are delivered to the client via ChatMessage messages,
  including tells.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2631 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2003-06-03 21:41:33 +00:00
parent 368cd940b6
commit 40afe3cb94
33 changed files with 218 additions and 416 deletions
@@ -1,5 +1,5 @@
//
// $Id: BodyMarshaller.java,v 1.1 2002/11/01 00:39:18 shaper Exp $
// $Id: BodyMarshaller.java,v 1.2 2003/06/03 21:41:33 ray Exp $
package com.threerings.crowd.data;
@@ -29,5 +29,4 @@ public class BodyMarshaller extends InvocationMarshaller
});
}
// Generated on 15:58:33 10/31/02.
}
@@ -1,5 +1,5 @@
//
// $Id: PlaceObject.java,v 1.11 2003/04/30 22:45:57 mdb Exp $
// $Id: PlaceObject.java,v 1.12 2003/06/03 21:41:33 ray Exp $
package com.threerings.crowd.data;
@@ -9,7 +9,7 @@ import com.threerings.presents.dobj.DObject;
import com.threerings.presents.dobj.DSet;
import com.threerings.presents.dobj.OidList;
import com.threerings.crowd.chat.SpeakMarshaller;
import com.threerings.crowd.chat.data.SpeakMarshaller;
public class PlaceObject extends DObject
{