[tiled] r690 - in website: . files screenshots src
svn@biggeruniverse.com
svn at biggeruniverse.com
Sat Jul 15 11:31:00 PDT 2006
Author: bjorn
Date: 2006-07-15 13:30:59 -0500 (Sat, 15 Jul 2006)
New Revision: 690
Added:
website/screenshots/collision_layer_example.png
Modified:
website/files/fig1_1.png
website/files/fig1_2.png
website/files/fig1_3.png
website/files/tiles_pipes.png
website/main.css
website/screenshots/001.png
website/screenshots/002.png
website/screenshots/003.png
website/src/page_downloads.xml
website/src/page_index.xml
website/src/page_screenshots.xml
Log:
Updated website for 0.6.1 release and added a screenshot.
Property changes on: website/files/fig1_1.png
___________________________________________________________________
Name: svn:mime-type
- application/octet-stream
+ image/png
Property changes on: website/files/fig1_2.png
___________________________________________________________________
Name: svn:mime-type
- application/octet-stream
+ image/png
Property changes on: website/files/fig1_3.png
___________________________________________________________________
Name: svn:mime-type
- application/octet-stream
+ image/png
Property changes on: website/files/tiles_pipes.png
___________________________________________________________________
Name: svn:mime-type
- application/octet-stream
+ image/png
Modified: website/main.css
===================================================================
--- website/main.css 2006-07-15 17:44:21 UTC (rev 689)
+++ website/main.css 2006-07-15 18:30:59 UTC (rev 690)
@@ -1,24 +1,24 @@
-body, h1, h2, h3, h4, p, li, a {
+body, h1, h2, h3, h4, p, li {
font-family: sans-serif;
- font-size: 11pt;
+ font-size: small;
}
h1 {
margin: 0px;
padding: 5px;
background-color: rgb(200,200,200);
- font-size: 24pt;
+ font-size: x-large;
}
h2 {
margin-top: 20px;
- font-size: 13pt;
+ font-size: large;
border-bottom: 1px solid rgb(175,175,175);
}
h3 {
margin-top: 20px;
- font-size: 11pt;
+ font-size: medium;
font-weight: bold;
}
@@ -74,7 +74,6 @@
}
#footer {
- font-size: 80%;
margin-top: 20px;
padding: 3px;
background-color: rgb(200,200,200);
Property changes on: website/screenshots/001.png
___________________________________________________________________
Name: svn:mime-type
- application/octet-stream
+ image/png
Property changes on: website/screenshots/002.png
___________________________________________________________________
Name: svn:mime-type
- application/octet-stream
+ image/png
Property changes on: website/screenshots/003.png
___________________________________________________________________
Name: svn:mime-type
- application/octet-stream
+ image/png
Added: website/screenshots/collision_layer_example.png
===================================================================
(Binary files differ)
Property changes on: website/screenshots/collision_layer_example.png
___________________________________________________________________
Name: svn:mime-type
+ image/png
Modified: website/src/page_downloads.xml
===================================================================
--- website/src/page_downloads.xml 2006-07-15 17:44:21 UTC (rev 689)
+++ website/src/page_downloads.xml 2006-07-15 18:30:59 UTC (rev 690)
@@ -1,9 +1,9 @@
<page>
<content>
- <h2>Download stable version 0.6.0</h2>
+ <h2>Download stable version 0.6.1</h2>
<ul>
- <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>
+ <li><a href="files/tiled-0.6.1-bin.zip">tiled-0.6.1-bin.zip</a> (383 KB)</li>
+ <li><a href="files/tiled-0.6.1-src.zip">tiled-0.6.1-src.zip</a> (401 KB)</li>
</ul>
<!--<h2>Development version</h2>-->
@@ -11,8 +11,12 @@
<h2>Older versions</h2>
<table cellspacing="0" cellpadding="0" border="0" width="75%">
<tr>
- <td>
+ <td valign="top">
<ul>
+ <li><a href="files/tiled-0.6.0-bin.zip">tiled-0.6.0-bin.zip</a></li>
+ <li><a href="files/tiled-0.6.0-src.zip">tiled-0.6.0-src.zip</a></li>
+ </ul>
+ <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>
@@ -33,7 +37,7 @@
<li><a href="files/tiled-0.5.0-src.zip">tiled-0.5.0-src.zip</a></li>
</ul>
</td>
- <td>
+ <td valign="top">
<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>
Modified: website/src/page_index.xml
===================================================================
--- website/src/page_index.xml 2006-07-15 17:44:21 UTC (rev 689)
+++ website/src/page_index.xml 2006-07-15 18:30:59 UTC (rev 690)
@@ -12,6 +12,26 @@
<h2>News</h2>
+ <h3>July 15th, 2006 - Tiled 0.6.1 released</h3>
+ <p>
+ While development on Tiled 0.7.0 has started, it could still take a while
+ before it will be ready. Meanwhile some bug fixes have been made to
+ Tiled 0.6.0, which are detailed below.
+ </p>
+ <ul>
+ <li>Fixed failing to default to map format by extention when plugins are
+ loaded</li>
+ <li>Fixed active marquee not being reset on loading a map</li>
+ <li>Fixed layer duplicates not sharing layer properties with the
+ original</li>
+ <li>Fixed width of tile button changing between selecting a tile and no
+ tile</li>
+ <li>Fixed creation of one-tile gaps between tilesets on saving (Christian
+ Henz)</li>
+ <li>Fixed add-tile button being disabled in the case of empty
+ tilesets</li>
+ </ul>
+
<h3>June 23rd, 2006 - Tiled 0.6.0 released</h3>
<p>
Announcing a new release within a few weeks unfortunately ended up as not
Modified: website/src/page_screenshots.xml
===================================================================
--- website/src/page_screenshots.xml 2006-07-15 17:44:21 UTC (rev 689)
+++ website/src/page_screenshots.xml 2006-07-15 18:30:59 UTC (rev 690)
@@ -1,5 +1,7 @@
<page>
<content>
+ <h2>A screenshot from version 0.5.1</h2>
+ <p><img src="screenshots/collision_layer_example.png" alt="version 0.5.1 screenshot"/></p>
<h2>A screenshot from version 0.4.2</h2>
<p><img src="screenshots/003.png" alt="version 0.4.2 screenshot"/></p>
<h2>Screenshots from version 0.3.0</h2>
More information about the tiled-commit
mailing list