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: SceneMarshaller.java,v 1.3 2003/02/12 07:23:31 mdb Exp $
// $Id: SceneMarshaller.java,v 1.4 2003/06/03 21:41:33 ray Exp $
package com.threerings.whirled.data;
@@ -100,5 +100,4 @@ public class SceneMarshaller extends InvocationMarshaller
});
}
// Generated on 14:44:07 02/08/03.
}
@@ -1,5 +1,5 @@
//
// $Id: SceneDispatcher.java,v 1.3 2003/02/12 07:23:31 mdb Exp $
// $Id: SceneDispatcher.java,v 1.4 2003/06/03 21:41:33 ray Exp $
package com.threerings.whirled.server;
@@ -52,6 +52,4 @@ public class SceneDispatcher extends InvocationDispatcher
super.dispatchRequest(source, methodId, args);
}
}
// Generated on 14:44:07 02/08/03.
}
@@ -1,5 +1,5 @@
//
// $Id: SpotSceneDirector.java,v 1.29 2003/05/06 00:21:59 mdb Exp $
// $Id: SpotSceneDirector.java,v 1.30 2003/06/03 21:41:33 ray Exp $
package com.threerings.whirled.spot.client;
@@ -18,8 +18,8 @@ import com.threerings.presents.dobj.DObjectManager;
import com.threerings.presents.dobj.ObjectAccessException;
import com.threerings.presents.dobj.Subscriber;
import com.threerings.crowd.chat.ChatCodes;
import com.threerings.crowd.chat.ChatDirector;
import com.threerings.crowd.chat.client.ChatDirector;
import com.threerings.crowd.chat.data.ChatCodes;
import com.threerings.crowd.client.LocationAdapter;
import com.threerings.crowd.client.LocationDirector;
import com.threerings.crowd.data.PlaceObject;
@@ -1,9 +1,9 @@
//
// $Id: SpotCodes.java,v 1.6 2003/03/27 16:45:30 mdb Exp $
// $Id: SpotCodes.java,v 1.7 2003/06/03 21:41:33 ray Exp $
package com.threerings.whirled.spot.data;
import com.threerings.crowd.chat.ChatCodes;
import com.threerings.crowd.chat.data.ChatCodes;
import com.threerings.whirled.data.SceneCodes;
import com.threerings.whirled.spot.client.SpotSceneDirector;
@@ -1,5 +1,5 @@
//
// $Id: SpotSceneManager.java,v 1.40 2003/04/17 19:17:07 mdb Exp $
// $Id: SpotSceneManager.java,v 1.41 2003/06/03 21:41:33 ray Exp $
package com.threerings.whirled.spot.server;
@@ -16,7 +16,7 @@ import com.threerings.presents.dobj.Subscriber;
import com.threerings.presents.dobj.ObjectAccessException;
import com.threerings.presents.server.InvocationException;
import com.threerings.crowd.chat.SpeakProvider;
import com.threerings.crowd.chat.server.SpeakProvider;
import com.threerings.crowd.data.BodyObject;
import com.threerings.crowd.data.OccupantInfo;
import com.threerings.crowd.server.CrowdServer;