Moved remaining client.*Codes classes into their respective data packages
as they are intended to represent codes shared between the client and the server. Made correspondingly necessary changes throughout. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1240 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: SpotSceneDirector.java,v 1.10 2002/02/03 08:22:38 shaper Exp $
|
||||
// $Id: SpotSceneDirector.java,v 1.11 2002/04/15 16:28:03 shaper Exp $
|
||||
|
||||
package com.threerings.whirled.spot.client;
|
||||
|
||||
@@ -23,6 +23,7 @@ import com.threerings.whirled.util.WhirledContext;
|
||||
import com.threerings.whirled.spot.Log;
|
||||
import com.threerings.whirled.spot.data.Location;
|
||||
import com.threerings.whirled.spot.data.Portal;
|
||||
import com.threerings.whirled.spot.data.SpotCodes;
|
||||
|
||||
/**
|
||||
* Extends the standard scene director with facilities to move between
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: SpotService.java,v 1.4 2001/12/16 21:02:18 mdb Exp $
|
||||
// $Id: SpotService.java,v 1.5 2002/04/15 16:28:03 shaper Exp $
|
||||
|
||||
package com.threerings.whirled.spot.client;
|
||||
|
||||
@@ -9,6 +9,7 @@ import com.threerings.presents.client.InvocationDirector;
|
||||
import com.threerings.whirled.client.SceneDirector;
|
||||
|
||||
import com.threerings.whirled.spot.Log;
|
||||
import com.threerings.whirled.spot.data.SpotCodes;
|
||||
|
||||
/**
|
||||
* Provides a mechanism by which the client can request to move between
|
||||
|
||||
+3
-3
@@ -1,10 +1,10 @@
|
||||
//
|
||||
// $Id: SpotCodes.java,v 1.5 2002/02/03 08:22:38 shaper Exp $
|
||||
// $Id: SpotCodes.java,v 1.1 2002/04/15 16:28:03 shaper Exp $
|
||||
|
||||
package com.threerings.whirled.spot.client;
|
||||
package com.threerings.whirled.spot.data;
|
||||
|
||||
import com.threerings.crowd.chat.ChatCodes;
|
||||
import com.threerings.whirled.client.SceneCodes;
|
||||
import com.threerings.whirled.data.SceneCodes;
|
||||
|
||||
/**
|
||||
* Contains codes used by the Spot invocation services.
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: SpotProvider.java,v 1.5 2001/12/16 21:02:18 mdb Exp $
|
||||
// $Id: SpotProvider.java,v 1.6 2002/04/15 16:28:03 shaper Exp $
|
||||
|
||||
package com.threerings.whirled.spot.server;
|
||||
|
||||
@@ -18,7 +18,7 @@ import com.threerings.whirled.server.SceneManager;
|
||||
import com.threerings.whirled.server.SceneRegistry;
|
||||
|
||||
import com.threerings.whirled.spot.Log;
|
||||
import com.threerings.whirled.spot.client.SpotCodes;
|
||||
import com.threerings.whirled.spot.data.SpotCodes;
|
||||
import com.threerings.whirled.spot.data.SpotOccupantInfo;
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: SpotSceneManager.java,v 1.4 2001/12/16 21:02:18 mdb Exp $
|
||||
// $Id: SpotSceneManager.java,v 1.5 2002/04/15 16:28:03 shaper Exp $
|
||||
|
||||
package com.threerings.whirled.spot.server;
|
||||
|
||||
@@ -16,7 +16,7 @@ import com.threerings.crowd.data.OccupantInfo;
|
||||
import com.threerings.whirled.server.SceneManager;
|
||||
|
||||
import com.threerings.whirled.spot.Log;
|
||||
import com.threerings.whirled.spot.client.SpotCodes;
|
||||
import com.threerings.whirled.spot.data.SpotCodes;
|
||||
import com.threerings.whirled.spot.data.SpotOccupantInfo;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user