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:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: BodyDispatcher.java,v 1.1 2002/11/01 00:39:18 shaper Exp $
|
||||
// $Id: BodyDispatcher.java,v 1.2 2003/06/03 21:41:33 ray Exp $
|
||||
|
||||
package com.threerings.crowd.server;
|
||||
|
||||
@@ -48,6 +48,4 @@ public class BodyDispatcher extends InvocationDispatcher
|
||||
super.dispatchRequest(source, methodId, args);
|
||||
}
|
||||
}
|
||||
|
||||
// Generated on 15:58:33 10/31/02.
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: CrowdServer.java,v 1.17 2002/11/01 21:33:49 shaper Exp $
|
||||
// $Id: CrowdServer.java,v 1.18 2003/06/03 21:41:33 ray Exp $
|
||||
|
||||
package com.threerings.crowd.server;
|
||||
|
||||
@@ -8,7 +8,7 @@ import java.util.Iterator;
|
||||
import com.threerings.presents.server.PresentsServer;
|
||||
|
||||
import com.threerings.crowd.Log;
|
||||
import com.threerings.crowd.chat.ChatProvider;
|
||||
import com.threerings.crowd.chat.server.ChatProvider;
|
||||
import com.threerings.crowd.data.BodyObject;
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: PlaceManager.java,v 1.44 2003/03/25 01:12:29 mdb Exp $
|
||||
// $Id: PlaceManager.java,v 1.45 2003/06/03 21:41:33 ray Exp $
|
||||
|
||||
package com.threerings.crowd.server;
|
||||
|
||||
@@ -34,9 +34,9 @@ import com.threerings.crowd.data.OccupantInfo;
|
||||
import com.threerings.crowd.data.PlaceConfig;
|
||||
import com.threerings.crowd.data.PlaceObject;
|
||||
|
||||
import com.threerings.crowd.chat.SpeakDispatcher;
|
||||
import com.threerings.crowd.chat.SpeakMarshaller;
|
||||
import com.threerings.crowd.chat.SpeakProvider;
|
||||
import com.threerings.crowd.chat.data.SpeakMarshaller;
|
||||
import com.threerings.crowd.chat.server.SpeakDispatcher;
|
||||
import com.threerings.crowd.chat.server.SpeakProvider;
|
||||
|
||||
/**
|
||||
* The place manager is the server-side entity that handles all
|
||||
|
||||
Reference in New Issue
Block a user