[tiled] r675 - website/src
svn@biggeruniverse.com
svn at biggeruniverse.com
Thu Jun 22 18:56:04 PDT 2006
Author: bjorn
Date: 2006-06-22 20:56:03 -0500 (Thu, 22 Jun 2006)
New Revision: 675
Modified:
website/src/generate_page.xsl
website/src/page_downloads.xml
website/src/page_index.xml
Log:
Website updated for 0.6.0 release.
Modified: website/src/generate_page.xsl
===================================================================
--- website/src/generate_page.xsl 2006-06-23 01:20:00 UTC (rev 674)
+++ website/src/generate_page.xsl 2006-06-23 01:56:03 UTC (rev 675)
@@ -48,9 +48,9 @@
<xsl:copy-of select="content/*" />
</div>
<div id="footer">
- <a href="http://jigsaw.w3.org/css-validator/check/referer">
- <img style="margin-top: 3px; float: right; border: 0; width: 88px; height: 31px;" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"/>
- </a>
+ <a href="http://jigsaw.w3.org/css-validator/check/referer">
+ <img style="margin-top: 3px; float: right; border: 0; width: 88px; height: 31px;" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"/>
+ </a>
<a href="http://validator.w3.org/check?uri=referer">
<img src="http://www.w3.org/Icons/valid-xhtml11" height="31" width="88" alt="Valid XHTML 1.0!" style="margin-top: 3px; float: right; margin-right: 5px;"/>
</a>
Modified: website/src/page_downloads.xml
===================================================================
--- website/src/page_downloads.xml 2006-06-23 01:20:00 UTC (rev 674)
+++ website/src/page_downloads.xml 2006-06-23 01:56:03 UTC (rev 675)
@@ -1,13 +1,22 @@
<page>
<content>
- <h2>Download stable version 0.5.1</h2>
+ <h2>Download stable version 0.6.0</h2>
<ul>
- <li><a href="files/tiled-0.5.1-bin.zip">tiled-0.5.1-bin.zip</a></li>
- <li><a href="files/tiled-0.5.1-src.zip">tiled-0.5.1-src.zip</a></li>
+ <li><a href="files/tiled-0.6.0-bin.zip">tiled-0.6.0-bin.zip</a> (383 KB)</li>
+ <li><a href="files/tiled-0.6.0-src.zip">tiled-0.6.0-src.zip</a> (401 KB)</li>
</ul>
- <h2>Development version</h2>
+ <!--<h2>Development version</h2>-->
+
+ <h2>Older versions</h2>
+ <table cellspacing="0" cellpadding="0" border="0" width="75%">
+ <tr>
+ <td>
<ul>
+ <li><a href="files/tiled-0.6.0rc3-bin.zip">tiled-0.6.0rc3-bin.zip</a></li>
+ <li><a href="files/tiled-0.6.0rc3-src.zip">tiled-0.6.0rc3-src.zip</a></li>
+ </ul>
+ <ul>
<li><a href="files/tiled-0.6.0rc2-bin.zip">tiled-0.6.0rc2-bin.zip</a></li>
<li><a href="files/tiled-0.6.0rc2-src.zip">tiled-0.6.0rc2-src.zip</a></li>
</ul>
@@ -15,12 +24,16 @@
<li><a href="files/tiled-0.6.0rc1-bin.zip">tiled-0.6.0rc1-bin.zip</a></li>
<li><a href="files/tiled-0.6.0rc1-src.zip">tiled-0.6.0rc1-src.zip</a></li>
</ul>
-
- <h2>Older versions</h2>
<ul>
+ <li><a href="files/tiled-0.5.1-bin.zip">tiled-0.5.1-bin.zip</a></li>
+ <li><a href="files/tiled-0.5.1-src.zip">tiled-0.5.1-src.zip</a></li>
+ </ul>
+ <ul>
<li><a href="files/tiled-0.5.0-bin.zip">tiled-0.5.0-bin.zip</a></li>
<li><a href="files/tiled-0.5.0-src.zip">tiled-0.5.0-src.zip</a></li>
</ul>
+ </td>
+ <td>
<ul>
<li><a href="files/tiled-0.4.2-bin.zip">tiled-0.4.2-bin.zip</a></li>
<li><a href="files/tiled-0.4.2-src.zip">tiled-0.4.2-src.zip</a></li>
@@ -41,6 +54,9 @@
<li><a href="files/tiled-0.3.0c-bin.zip">tiled-0.3.0c-bin.zip</a></li>
<li><a href="files/tiled-0.3.0c-src.zip">tiled-0.3.0c-src.zip</a></li>
</ul>
+ </td>
+ </tr>
+ </table>
<h2>Other links</h2>
<p>
Modified: website/src/page_index.xml
===================================================================
--- website/src/page_index.xml 2006-06-23 01:20:00 UTC (rev 674)
+++ website/src/page_index.xml 2006-06-23 01:56:03 UTC (rev 675)
@@ -7,11 +7,71 @@
your game is an RPG, platformer or Breakout clone. Tiled supports
plugins to read and write map formats, in addition to its map format,
to support map formats in use by engines. Tiled is free software and
- is written in Java.
+ is written in Java.
</p>
<h2>News</h2>
+ <h3>June 23rd, 2006 - Tiled 0.6.0 released</h3>
+ <p>
+ Announcing a new release within a few weeks unfortunately ended up as not
+ much more than an April Fools' joke. However, more than a year after our
+ last release, Tiled 0.6.0 finally made it. It is probably our most stable
+ release ever. New features include internationalization, stamp brush
+ functionality, rewritten preferences code (no more tiled.conf) and a JSON
+ export plugin. A small change was made to the map format. In all cases,
+ the properties are now wrapped in a <i>properties</i> element.
+ </p>
+ <ul>
+ <li>Added internationalization, with translations to Dutch, German,
+ Italian, French and Spanish</li>
+ <li>Added stamp function for pencil: right-click, drag now creates a
+ stamp for easy copying</li>
+ <li>Added more error-checking to XMLMapTransformer, the default map
+ reader</li>
+ <li>Added global properties for tilesets (properties set for all
+ tiles)</li>
+ <li>Added the ability to merge tile images when layers are merged</li>
+ <li>Added more useful visual feedback for some brushes</li>
+ <li>Added remembering of main window state as suggested by Dennis
+ Spreen</li>
+ <li>Added remembering of size and divider position to tile palette
+ dialog</li>
+ <li>Added memory usage display and a garbage collect button to the about
+ dialog</li>
+ <li>Added JSON exporter plugin by Nader Akhres</li>
+ <li>Improved memory usage and speed in several areas</li>
+ <li>Fixed new tileset dialog so that it is now possible to change the
+ tile height to something other than the tile height used by the map</li>
+ <li>Fixed a bug when exporting a tileset with an external image</li>
+ <li>Fixed two cases of hanging when using the fill tool</li>
+ <li>Fixed tile palette bug of not accounting for gaps in tile ids</li>
+ <li>Fixed tile palette bug of displaying multiple tilesets over
+ eachother</li>
+ <li>Fixed bug of adding a new tile even if cancelling out of new tile
+ dialog</li>
+ <li>Fixed NullPointerException when saving a map with no extension</li>
+ <li>Fixed the zooming so that it keeps the center in place</li>
+ <li>Fixed exiting even when a request to save the changes failed</li>
+ <li>Fixed layer merging so that undo/redo of operation is functional</li>
+ <li>Fixed resetting of selected tileset in tile palette on layer
+ rearrangements</li>
+ <li>Fixed saving of tile properties when using a tileset image</li>
+ <li>Fixed loading of invisible layers</li>
+ <li>Fixed saving of tile spacing property for tileset images</li>
+ <li>Fixed configuring, saving and loading of maps using embedded
+ images</li>
+ <li>Rewrote configuration based on the Preferences class, no more
+ tiled.conf</li>
+ <li>Cleaned up TileSet (removed checksumming and rotation/orientation
+ code)</li>
+ <li>Removed experimental hexagonal mapview from new map dialog</li>
+ <li>Removed option to not automatically create tiles from a tileset
+ image</li>
+ <li>Changed map format to store properties within a single "properties"
+ element</li>
+ </ul>
+
<h3>April 1st, 2006 - Website moves to mapeditor.org</h3>
<p>
We've registered our own domain and moved our website from
@@ -39,17 +99,22 @@
<li>Added a checkerboard background to tileset palette</li>
<li>Added support for layer locking (not editable when locked)</li>
<li>Added support for tmx.gz map files</li>
- <li>Added selection addition and substraction via Shift and Ctrl respectively</li>
- <li>Improved the drawing speed thanks to some thorough testing and suggestions (Jerome Blouin)</li>
+ <li>Added selection addition and substraction via Shift and Ctrl
+ respectively</li>
+ <li>Improved the drawing speed thanks to some thorough testing and
+ suggestions (Jerome Blouin)</li>
<li>Improved transformation so that it respects selections</li>
<li>Fixed the "Save As Image" feature to use current zoom level</li>
<li>Fixed drawing on invisible layers</li>
<li>Fixed selection rectangle to include one more tile</li>
<li>Fixed loading of plugins that only do export and no import</li>
<li>Fixed removing tilesets in the Tileset Manager</li>
- <li>Fixed image loading to ensure hardware acceleration is used where possible in Java 1.4 and above (Jerome Blouin)</li>
- <li>Fixed a NullPointerException when loading TSX files as imported tilesets</li>
- <li>Fixed an "Unsupported protocol" error when loading TMX files which referenced an external tileset under certain conditions</li>
+ <li>Fixed image loading to ensure hardware acceleration is used where
+ possible in Java 1.4 and above (Jerome Blouin)</li>
+ <li>Fixed a NullPointerException when loading TSX files as imported
+ tilesets</li>
+ <li>Fixed an "Unsupported protocol" error when loading TMX files which
+ referenced an external tileset under certain conditions</li>
<li>Fixed a ClassCastException when loading GIFs as tilesets</li>
</ul>
More information about the tiled-commit
mailing list