Repackage classes from com.threerings.cocktail.miso to
com.threerings.miso. Moved ImageManager to com.threerings.media. Removed unused StripImage. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@62 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// $Id: CompiledSceneManager.java,v 1.2 2001/07/16 22:12:01 shaper Exp $
|
||||
// $Id: CompiledSceneManager.java,v 1.3 2001/07/18 21:45:42 shaper Exp $
|
||||
|
||||
package com.threerings.cocktail.miso.scene;
|
||||
package com.threerings.miso.scene;
|
||||
|
||||
public class CompiledSceneManager extends SceneManagerImpl
|
||||
{
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
//
|
||||
// $Id: DisplayMisoSceneImpl.java,v 1.5 2001/07/17 17:21:33 shaper Exp $
|
||||
// $Id: DisplayMisoSceneImpl.java,v 1.6 2001/07/18 21:45:42 shaper Exp $
|
||||
|
||||
package com.threerings.cocktail.miso.scene;
|
||||
package com.threerings.miso.scene;
|
||||
|
||||
import com.threerings.cocktail.miso.tile.Tile;
|
||||
import com.threerings.cocktail.miso.tile.TileManager;
|
||||
import com.threerings.miso.tile.Tile;
|
||||
import com.threerings.miso.tile.TileManager;
|
||||
|
||||
import java.awt.Point;
|
||||
import java.io.*;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// $Id: EditableSceneManager.java,v 1.2 2001/07/16 22:12:01 shaper Exp $
|
||||
// $Id: EditableSceneManager.java,v 1.3 2001/07/18 21:45:42 shaper Exp $
|
||||
|
||||
package com.threerings.cocktail.miso.scene;
|
||||
package com.threerings.miso.scene;
|
||||
|
||||
public class EditableSceneManager extends SceneManagerImpl
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// $Id: ExitPoint.java,v 1.1 2001/07/12 22:38:03 shaper Exp $
|
||||
// $Id: ExitPoint.java,v 1.2 2001/07/18 21:45:42 shaper Exp $
|
||||
|
||||
package com.threerings.cocktail.miso.scene;
|
||||
package com.threerings.miso.scene;
|
||||
|
||||
/**
|
||||
* Represents a point in a scene that leads to a different scene.
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
//
|
||||
// $Id: IsoSceneView.java,v 1.5 2001/07/18 21:19:00 shaper Exp $
|
||||
// $Id: IsoSceneView.java,v 1.6 2001/07/18 21:45:42 shaper Exp $
|
||||
|
||||
package com.threerings.cocktail.miso.scene;
|
||||
package com.threerings.miso.scene;
|
||||
|
||||
import com.threerings.cocktail.miso.Log;
|
||||
import com.threerings.cocktail.miso.media.ImageManager;
|
||||
import com.threerings.cocktail.miso.tile.Tile;
|
||||
import com.threerings.cocktail.miso.tile.TileManager;
|
||||
import com.threerings.cocktail.miso.util.MathUtil;
|
||||
import com.threerings.miso.Log;
|
||||
import com.threerings.miso.tile.Tile;
|
||||
import com.threerings.miso.tile.TileManager;
|
||||
import com.threerings.miso.util.MathUtil;
|
||||
import com.threerings.media.ImageManager;
|
||||
|
||||
import java.awt.*;
|
||||
import java.awt.image.*;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// $Id: SceneManager.java,v 1.2 2001/07/16 22:12:01 shaper Exp $
|
||||
// $Id: SceneManager.java,v 1.3 2001/07/18 21:45:42 shaper Exp $
|
||||
|
||||
package com.threerings.cocktail.miso.scene;
|
||||
package com.threerings.miso.scene;
|
||||
|
||||
/**
|
||||
* Manages the various scenes that are displayed during the game and
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// $Id: SceneManagerImpl.java,v 1.2 2001/07/17 17:21:33 shaper Exp $
|
||||
// $Id: SceneManagerImpl.java,v 1.3 2001/07/18 21:45:42 shaper Exp $
|
||||
|
||||
package com.threerings.cocktail.miso.scene;
|
||||
package com.threerings.miso.scene;
|
||||
|
||||
public abstract class SceneManagerImpl implements SceneManager
|
||||
{
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
//
|
||||
// $Id: SceneView.java,v 1.3 2001/07/16 22:12:01 shaper Exp $
|
||||
// $Id: SceneView.java,v 1.4 2001/07/18 21:45:42 shaper Exp $
|
||||
|
||||
package com.threerings.cocktail.miso.scene;
|
||||
package com.threerings.miso.scene;
|
||||
|
||||
import com.threerings.cocktail.miso.tile.Tile;
|
||||
import com.threerings.miso.tile.Tile;
|
||||
|
||||
import java.awt.Component;
|
||||
import java.awt.Graphics;
|
||||
|
||||
Reference in New Issue
Block a user