
  MapEditor, by Ionut Matasaru

////////////////////////////////////////////////////////////////////////////////////////////////////
// TODO:

    + undo / redo
    + improve interface
    + Tileset Palette View:
        scrollbars
        draw flags
    + Map View:
        scrollbars
        fill ("fill tool")

////////////////////////////////////////////////////////////////////////////////////////////////////
// History log...

2006.07.06 (v0.0.3)
    |
    + New,Open,Save now works fine
    + Tools/Resize Map...
    + fixed frame tiles draw (fmodules with offset)
    + fixed dirty modification flag for an opened document

2006.07.03 (v0.0.2)
	+ Map View:
	|   select a block of tiles from the map with the "dropper tool"
	+ flip horiz. / flip vert. the selected block of tiles

2006.06.30 (v0.0.1)
    + the Tiled Layer Map Editor is functional
    + can be lunched from Game Editor
    + Tileset Palette View:
    |   select a block of tiles from the tileset palette
    + Map View:
    |   draws the selected block of tiles (when in "pencil tool" mode)
	|   paste the selected tiles on the map with the "pencil tool"

2006.06.16 (v0.0.0)
    + start coding the Tiled Layer Map Editor

////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////
