Moved RandomUtil from media.util to util.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1248 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: CastUtil.java,v 1.8 2002/03/27 21:48:41 mdb Exp $
|
||||
// $Id: CastUtil.java,v 1.9 2002/04/15 18:18:20 mdb Exp $
|
||||
|
||||
package com.threerings.cast.util;
|
||||
|
||||
@@ -8,7 +8,7 @@ import java.util.Iterator;
|
||||
|
||||
import com.samskivert.util.CollectionUtil;
|
||||
import com.samskivert.util.StringUtil;
|
||||
import com.threerings.media.util.RandomUtil;
|
||||
import com.threerings.util.RandomUtil;
|
||||
|
||||
import com.threerings.cast.CharacterDescriptor;
|
||||
import com.threerings.cast.CharacterManager;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: BobbleAnimation.java,v 1.2 2002/01/11 16:53:34 shaper Exp $
|
||||
// $Id: BobbleAnimation.java,v 1.3 2002/04/15 18:18:20 mdb Exp $
|
||||
|
||||
package com.threerings.media.animation;
|
||||
|
||||
@@ -8,8 +8,9 @@ import java.awt.Graphics2D;
|
||||
import java.awt.Image;
|
||||
import java.awt.Rectangle;
|
||||
|
||||
import com.threerings.util.RandomUtil;
|
||||
|
||||
import com.threerings.media.Log;
|
||||
import com.threerings.media.util.RandomUtil;
|
||||
|
||||
/**
|
||||
* An animation that bobbles an image around within a specific horizontal
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: ExplodeAnimation.java,v 1.6 2002/01/31 17:34:20 shaper Exp $
|
||||
// $Id: ExplodeAnimation.java,v 1.7 2002/04/15 18:18:20 mdb Exp $
|
||||
|
||||
package com.threerings.media.animation;
|
||||
|
||||
@@ -9,8 +9,9 @@ import java.awt.Image;
|
||||
import java.awt.Rectangle;
|
||||
import java.awt.Shape;
|
||||
|
||||
import com.threerings.util.RandomUtil;
|
||||
|
||||
import com.threerings.media.Log;
|
||||
import com.threerings.media.util.RandomUtil;
|
||||
|
||||
/**
|
||||
* An animation that displays an object exploding into chunks. The
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: RainAnimation.java,v 1.1 2002/01/18 16:22:23 shaper Exp $
|
||||
// $Id: RainAnimation.java,v 1.2 2002/04/15 18:18:20 mdb Exp $
|
||||
|
||||
package com.threerings.media.animation;
|
||||
|
||||
@@ -7,7 +7,7 @@ import java.awt.Color;
|
||||
import java.awt.Graphics2D;
|
||||
import java.awt.Rectangle;
|
||||
|
||||
import com.threerings.media.util.RandomUtil;
|
||||
import com.threerings.util.RandomUtil;
|
||||
|
||||
/**
|
||||
* An animation that displays raindrops spattering across an image.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// $Id: RandomUtil.java,v 1.4 2002/04/15 17:13:38 mdb Exp $
|
||||
// $Id: RandomUtil.java,v 1.5 2002/04/15 18:18:20 mdb Exp $
|
||||
|
||||
package com.threerings.media.util;
|
||||
package com.threerings.util;
|
||||
|
||||
import java.util.Random;
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: RobotPlayer.java,v 1.1 2002/01/18 23:32:14 shaper Exp $
|
||||
// $Id: RobotPlayer.java,v 1.2 2002/04/15 18:18:20 mdb Exp $
|
||||
|
||||
package com.threerings.util;
|
||||
|
||||
@@ -11,7 +11,7 @@ import com.samskivert.util.CollectionUtil;
|
||||
import com.samskivert.util.Interval;
|
||||
import com.samskivert.util.IntervalManager;
|
||||
|
||||
import com.threerings.media.util.RandomUtil;
|
||||
import com.threerings.util.RandomUtil;
|
||||
|
||||
/**
|
||||
* The robot player is a computer player with truly rudimentary artificial
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: ViewerSceneViewPanel.java,v 1.46 2002/03/28 23:59:34 mdb Exp $
|
||||
// $Id: ViewerSceneViewPanel.java,v 1.47 2002/04/15 18:18:20 mdb Exp $
|
||||
|
||||
package com.threerings.miso.viewer;
|
||||
|
||||
@@ -10,6 +10,8 @@ import java.awt.event.MouseEvent;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import com.threerings.util.RandomUtil;
|
||||
|
||||
import com.threerings.cast.CharacterDescriptor;
|
||||
import com.threerings.cast.CharacterManager;
|
||||
import com.threerings.cast.ComponentRepository;
|
||||
@@ -22,7 +24,6 @@ import com.threerings.media.sprite.SpriteEvent;
|
||||
import com.threerings.media.sprite.SpriteManager;
|
||||
import com.threerings.media.sprite.SpriteObserver;
|
||||
|
||||
import com.threerings.media.util.RandomUtil;
|
||||
import com.threerings.media.util.PerformanceMonitor;
|
||||
import com.threerings.media.util.PerformanceObserver;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user