Extracted tile code from MISO and moved it into it's own package in media

because it's general purpose.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@273 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-08-16 23:14:21 +00:00
parent 5780e57dcf
commit 8376b6e9fa
23 changed files with 69 additions and 56 deletions
@@ -1,5 +1,5 @@
//
// $Id: XMLSceneParser.java,v 1.13 2001/08/16 20:14:06 shaper Exp $
// $Id: XMLSceneParser.java,v 1.14 2001/08/16 23:14:21 mdb Exp $
package com.threerings.miso.scene.xml;
@@ -13,9 +13,10 @@ import org.xml.sax.helpers.DefaultHandler;
import com.samskivert.util.*;
import com.samskivert.xml.XMLUtil;
import com.threerings.media.tile.*;
import com.threerings.miso.Log;
import com.threerings.miso.scene.*;
import com.threerings.miso.tile.*;
/**
* Parse an XML scene description file and construct a scene object.
@@ -1,5 +1,5 @@
//
// $Id: XMLSceneRepository.java,v 1.8 2001/08/15 02:13:36 mdb Exp $
// $Id: XMLSceneRepository.java,v 1.9 2001/08/16 23:14:21 mdb Exp $
package com.threerings.miso.scene.xml;
@@ -8,9 +8,9 @@ import java.io.IOException;
import java.util.ArrayList;
import com.samskivert.util.Config;
import com.threerings.media.tile.TileManager;
import com.threerings.miso.Log;
import com.threerings.miso.scene.MisoScene;
import com.threerings.miso.tile.TileManager;
/**
* The <code>XMLFileSceneRepository</code> provides a mechanism for
@@ -1,5 +1,5 @@
//
// $Id: XMLSceneWriter.java,v 1.10 2001/08/16 18:05:17 shaper Exp $
// $Id: XMLSceneWriter.java,v 1.11 2001/08/16 23:14:21 mdb Exp $
package com.threerings.miso.scene.xml;
@@ -12,9 +12,10 @@ import org.xml.sax.helpers.AttributesImpl;
import com.megginson.sax.DataWriter;
import com.threerings.media.tile.Tile;
import com.threerings.miso.Log;
import com.threerings.miso.scene.*;
import com.threerings.miso.tile.Tile;
/**
* The <code>XMLSceneWriter</code> writes a {@link