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: SceneDirector.java,v 1.10 2001/12/16 05:18:20 mdb Exp $
|
||||
// $Id: SceneDirector.java,v 1.11 2002/04/15 16:28:03 shaper Exp $
|
||||
|
||||
package com.threerings.whirled.client;
|
||||
|
||||
@@ -16,6 +16,7 @@ import com.threerings.crowd.data.PlaceObject;
|
||||
|
||||
import com.threerings.whirled.Log;
|
||||
import com.threerings.whirled.client.persist.SceneRepository;
|
||||
import com.threerings.whirled.data.SceneCodes;
|
||||
import com.threerings.whirled.data.SceneModel;
|
||||
import com.threerings.whirled.util.NoSuchSceneException;
|
||||
import com.threerings.whirled.util.WhirledContext;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: SceneService.java,v 1.5 2001/10/11 04:07:54 mdb Exp $
|
||||
// $Id: SceneService.java,v 1.6 2002/04/15 16:28:03 shaper Exp $
|
||||
|
||||
package com.threerings.whirled.client;
|
||||
|
||||
@@ -7,6 +7,7 @@ import com.threerings.presents.client.Client;
|
||||
import com.threerings.presents.client.InvocationDirector;
|
||||
|
||||
import com.threerings.whirled.Log;
|
||||
import com.threerings.whirled.data.SceneCodes;
|
||||
|
||||
/**
|
||||
* The scene service class provides the client interface to the scene
|
||||
|
||||
+3
-3
@@ -1,9 +1,9 @@
|
||||
//
|
||||
// $Id: SceneCodes.java,v 1.3 2001/11/12 20:56:55 mdb Exp $
|
||||
// $Id: SceneCodes.java,v 1.1 2002/04/15 16:28:03 shaper Exp $
|
||||
|
||||
package com.threerings.whirled.client;
|
||||
package com.threerings.whirled.data;
|
||||
|
||||
import com.threerings.crowd.client.LocationCodes;
|
||||
import com.threerings.crowd.data.LocationCodes;
|
||||
|
||||
/**
|
||||
* Contains codes used by the scene invocation services.
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: SceneProvider.java,v 1.7 2001/12/16 05:39:16 mdb Exp $
|
||||
// $Id: SceneProvider.java,v 1.8 2002/04/15 16:28:03 shaper Exp $
|
||||
|
||||
package com.threerings.whirled.server;
|
||||
|
||||
@@ -12,7 +12,7 @@ import com.threerings.crowd.data.PlaceObject;
|
||||
import com.threerings.crowd.server.LocationProvider;
|
||||
|
||||
import com.threerings.whirled.Log;
|
||||
import com.threerings.whirled.client.SceneCodes;
|
||||
import com.threerings.whirled.data.SceneCodes;
|
||||
import com.threerings.whirled.data.SceneModel;
|
||||
|
||||
/**
|
||||
|
||||
@@ -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;
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: ZoneService.java,v 1.2 2001/12/17 00:56:19 mdb Exp $
|
||||
// $Id: ZoneService.java,v 1.3 2002/04/15 16:28:04 shaper Exp $
|
||||
|
||||
package com.threerings.whirled.zone.client;
|
||||
|
||||
@@ -7,6 +7,7 @@ import com.threerings.presents.client.Client;
|
||||
import com.threerings.presents.client.InvocationDirector;
|
||||
|
||||
import com.threerings.whirled.zone.Log;
|
||||
import com.threerings.whirled.zone.data.ZoneCodes;
|
||||
|
||||
/**
|
||||
* The zone service class provides the client interface to the zone
|
||||
|
||||
+3
-3
@@ -1,9 +1,9 @@
|
||||
//
|
||||
// $Id: ZoneCodes.java,v 1.1 2001/12/04 00:31:58 mdb Exp $
|
||||
// $Id: ZoneCodes.java,v 1.1 2002/04/15 16:28:04 shaper Exp $
|
||||
|
||||
package com.threerings.whirled.zone.client;
|
||||
package com.threerings.whirled.zone.data;
|
||||
|
||||
import com.threerings.whirled.client.SceneCodes;
|
||||
import com.threerings.whirled.data.SceneCodes;
|
||||
|
||||
/**
|
||||
* Contains codes used by the zone services.
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: ZoneProvider.java,v 1.5 2002/02/07 03:26:58 mdb Exp $
|
||||
// $Id: ZoneProvider.java,v 1.6 2002/04/15 16:28:05 shaper Exp $
|
||||
|
||||
package com.threerings.whirled.zone.server;
|
||||
|
||||
@@ -16,7 +16,7 @@ import com.threerings.whirled.server.SceneRegistry;
|
||||
import com.threerings.whirled.server.SceneManager;
|
||||
|
||||
import com.threerings.whirled.zone.Log;
|
||||
import com.threerings.whirled.zone.client.ZoneCodes;
|
||||
import com.threerings.whirled.zone.data.ZoneCodes;
|
||||
import com.threerings.whirled.zone.data.ZoneSummary;
|
||||
import com.threerings.whirled.zone.data.ZonedBodyObject;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user