The big fat bernie revamp! Er, big fat miso revamp rather:

- Combined SceneViewPanel and IsoSceneView into one happy panel.
- Ditched the DisplayMisoScene notion; the new MisoScenePanel now manages
  resolved scene information (like base, object and fringe tiles) itself
  so that it can...
- ...support scrolling scenes by keeping blocks of resolved base, fringe
  and object information loaded only for what is potentially visible
  rather than for the whole scene.

Other things were surely cleaned up or broken in the process to keep a
keen eye out.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2413 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2003-04-17 19:21:17 +00:00
parent 3de98670db
commit d5701962a3
38 changed files with 2943 additions and 2532 deletions
@@ -1,5 +1,5 @@
//
// $Id: AutoFringer.java,v 1.19 2003/02/12 05:38:12 mdb Exp $
// $Id: AutoFringer.java,v 1.20 2003/04/17 19:21:16 mdb Exp $
package com.threerings.miso.tile;
@@ -32,7 +32,7 @@ import com.threerings.media.image.BackedVolatileMirage;
import com.threerings.media.image.ImageManager;
import com.threerings.media.image.Mirage;
import com.threerings.miso.data.MisoScene;
import com.threerings.miso.data.MisoSceneModel;
/**
* Automatically fringes a scene according to the rules in the supplied
@@ -56,7 +56,7 @@ public class AutoFringer
* Compute and return the fringe tile to be inserted at the specified
* location.
*/
public Tile getFringeTile (MisoScene scene, int col, int row,
public Tile getFringeTile (MisoSceneModel scene, int col, int row,
HashMap masks, Random rando)
{
// get the tileset id of the base tile we are considering