Moved sprite stuff into media package. Need to abstract out and remove
miso dependencies. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@244 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
//
|
||||
// $Id: CharacterSprite.java,v 1.2 2001/08/13 15:00:24 shaper Exp $
|
||||
// $Id: CharacterSprite.java,v 1.3 2001/08/14 22:54:45 mdb Exp $
|
||||
|
||||
package com.threerings.miso.sprite;
|
||||
package com.threerings.media.sprite;
|
||||
|
||||
import com.threerings.miso.Log;
|
||||
import com.threerings.media.Log;
|
||||
import com.threerings.miso.tile.Tile;
|
||||
import com.threerings.miso.tile.TileManager;
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// $Id: AnimationManager.java,v 1.10 2001/08/08 03:19:39 shaper Exp $
|
||||
// $Id: AnimationManager.java,v 1.11 2001/08/14 22:54:45 mdb Exp $
|
||||
|
||||
package com.threerings.miso.sprite;
|
||||
package com.threerings.media.sprite;
|
||||
|
||||
import java.awt.Graphics;
|
||||
import java.util.ArrayList;
|
||||
@@ -10,7 +10,8 @@ import javax.swing.SwingUtilities;
|
||||
|
||||
import com.samskivert.util.Interval;
|
||||
import com.samskivert.util.IntervalManager;
|
||||
import com.threerings.miso.Log;
|
||||
|
||||
import com.threerings.media.Log;
|
||||
import com.threerings.miso.scene.SceneView;
|
||||
import com.threerings.miso.util.PerformanceMonitor;
|
||||
import com.threerings.miso.util.PerformanceObserver;
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
//
|
||||
// $Id: Sprite.java,v 1.8 2001/08/07 18:29:18 shaper Exp $
|
||||
// $Id: Sprite.java,v 1.9 2001/08/14 22:54:45 mdb Exp $
|
||||
|
||||
package com.threerings.miso.sprite;
|
||||
package com.threerings.media.sprite;
|
||||
|
||||
import java.awt.*;
|
||||
import java.util.Enumeration;
|
||||
|
||||
import com.threerings.miso.Log;
|
||||
import com.threerings.media.Log;
|
||||
import com.threerings.media.util.MathUtil;
|
||||
|
||||
import com.threerings.miso.tile.Tile;
|
||||
import com.threerings.miso.util.MathUtil;
|
||||
|
||||
/**
|
||||
* The Sprite class represents a single moveable object within a
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
//
|
||||
// $Id: SpriteManager.java,v 1.5 2001/08/02 18:59:00 shaper Exp $
|
||||
// $Id: SpriteManager.java,v 1.6 2001/08/14 22:54:45 mdb Exp $
|
||||
|
||||
package com.threerings.miso.sprite;
|
||||
package com.threerings.media.sprite;
|
||||
|
||||
import java.awt.*;
|
||||
import java.util.ArrayList;
|
||||
|
||||
import com.threerings.miso.Log;
|
||||
import com.threerings.media.Log;
|
||||
|
||||
/**
|
||||
* The SpriteManager manages the sprites running about in the game.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// $Id: LineSegmentPath.java,v 1.5 2001/08/09 21:17:06 shaper Exp $
|
||||
// $Id: LineSegmentPath.java,v 1.6 2001/08/14 22:54:45 mdb Exp $
|
||||
|
||||
package com.threerings.miso.sprite;
|
||||
package com.threerings.media.sprite;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Enumeration;
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
//
|
||||
// $Id: MathUtil.java,v 1.2 2001/07/18 21:45:42 shaper Exp $
|
||||
// $Id: MathUtil.java,v 1.3 2001/08/14 22:54:45 mdb Exp $
|
||||
|
||||
package com.threerings.miso.util;
|
||||
package com.threerings.media.util;
|
||||
|
||||
import com.threerings.miso.Log;
|
||||
import com.threerings.media.Log;
|
||||
|
||||
import java.awt.Point;
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// $Id: PathNode.java,v 1.3 2001/08/02 21:02:56 shaper Exp $
|
||||
// $Id: PathNode.java,v 1.4 2001/08/14 22:54:45 mdb Exp $
|
||||
|
||||
package com.threerings.miso.sprite;
|
||||
package com.threerings.media.sprite;
|
||||
|
||||
import java.awt.Point;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user