wesnoth/website/start/1.10/template.html
2011-12-26 22:04:39 +00:00

216 lines
9.5 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/xhtml; charset=utf-8"/>
<link href="styles/intl.css" type="text/css" title="Default" rel="stylesheet"/>
<link rel="shortcut icon" type="image/png"
href="http://www.wesnoth.org/mw/skins/glamdrol/ico.png"/>
<title>Battle for Wesnoth 1.10</title>
</head>
<body>
<div id='global'>
<div id='header'>
<div id='logo'>
<a href='http://www.wesnoth.org'><img alt='Wesnoth logo'
src='http://www.wesnoth.org/mw/skins/glamdrol/title16.jpg'/></a>
</div>
</div>
<div id='nav'>
</div>
<div id='main'>
<div id='content'>
<h1>Battle for Wesnoth 1.10 Release Notes</h1>
<p><em>January 2012</em>. It is once again time for that thrill youve all been waiting for: the beginning
of a new stable series. <em>The Battle for Wesnoth</em> team is proud to release version 1.10 of <em>The Battle for Wesnoth</em>, a <a href='http://www.gnu.org/philosophy/philosophy.html'>free</a> and <a href='http://www.opensource.org/'>open-source</a> turn-based strategy game with a fantasy theme and roleplaying elements. The game is available for Microsoft Windows, Mac OS X, and various GNU/Linux
distributions.</p>
<ul>
<li>
<a href='#game'>Whats New in Wesnoth 1.10</a>
<ul>
<li>
<a href='#players'>For Players</a>
<ul>
<li><a href='#general'>General</a></li>
<li><a href='#campaigns'>Campaigns</a></li>
<li><a href='#multiplayer'>Multiplayer</a></li>
</ul>
</li>
<li><a href='#campdev'>For Content Developers</a></li>
</ul>
</li>
<li><a href='#download'>Download</a></li>
<li><a href='#more'>More Info</a></li>
</ul>
<br/>
<h2 id='game'>Whats New in Wesnoth 1.10</h2>
<!--TODO: Screenshots that show off more of the new terrains...-->
<div class='thumb tright'>
<div><a href='images/start-1-full.jpg'><img src='images/start-1.jpg' alt='Wesnoth Screenshot'/></a></div>
</div>
<h3 id='players'>For Players</h3>
<p>To help you quickly identify slowed units, they are now tinted light blue. Various improvements were made to the sidebar to make it more appealing and to
make its elements easier to grasp.</p>
<p>Thanks to the Google Summer of Code projects
from 2010 and 2011, there is a new <cite>Whiteboard</cite> system, which can help you make plans by allowing you to visualize recruitment, movements, attacks, and so forth. It can even let you visualize shared plans with your
allies in multiplayer games.</p>
<h4 id='general'>General</h4>
<p>Various units, such as the saurians, have gotten new standing animations. These along with the new animated water help breathe life into the previously
near-motionless battlefield.</p>
<div class='thumb tright'>
<div><a href='images/start-5.png'><img src='images/start-5.png' alt='Wesnoth Screenshot'/></a></div>
</div>
<div class='thumb tright'>
<div><a href='images/start-3-full.jpg'><img src='images/start-3.jpg' alt='Wesnoth Screenshot'/></a></div>
</div>
<p>Many portraits were added and updated, thus getting us closer to meeting our goals for completeness and having high-quality art throughout the game.</p>
<p>Lots of new terrains have also been added, thus allowing the possibility of far more interesting maps for players to enjoy.</p>
<p>Substantial improvements have been made in regards to UI design, typography, and consistency.</p>
<p>Various UI improvements have also been made. For example, you can now have Wesnoth use the twelve-hour clock format thanks to a new advanced preference. Another fine example is now being able to remove multiple add-ons at once using
checkboxes.</p>
<p>The 1.10 series features a completely redone version of the old <em>Northerners</em> track as well as a new track: <em>Battle Epic</em>.</p>
<p>Also, two new translations were started: Irish and Old English.</p>
<h4 id='campaigns'>Campaigns</h4>
<p>The campaign <em>Dead Water</em> is now in mainline. In it, you play a young merman who is the heir to his kingdoms throne; your task is to repel an undead invasion. <em>Dead Water</em> spent some time being polished in the <a href="http://wesnoth-umc-dev.sourceforge.net">Wesnoth-UMC-Dev project</a> to prepare for mainline inclusion, just like
<em>Delfadors Memoirs</em> from the 1.8 series.</p>
<p>Most of the existing campaigns have received both minor and major updates and improvements. For example, <em>A Tale of Two Brothers</em> storyline was significantly improved, and several of <em>Legend of Wesmere</em>s scenarios
were reworked to include more dynamic gameplay and improved mechanics.</p>
<h4 id='multiplayer'>Multiplayer</h4>
<p>Several new multiplayer maps have been introduced: Aethermaw, Arcanclave Citadel, Thousand Stings Garrison, and Volcano. Numerous updates and balancing tweaks were made to other maps &mdash; including making use of the new terrains.</p>
<h3 id='campdev'>For Content Developers</h3>
<div class='thumb tright'>
<div><a href='images/start-4-full.jpg'><img src='images/start-4.jpg' alt='Wesnoth Screenshot'/></a></div>
</div>
<p>The 1.10 series brings a lot of new features for content developers, such as the new <a href="http://wiki.wesnoth.org/PersistenceWML">persistent variables</a> feature, which allows add-on authors to save data to
players hard disks for use by other content or in future playthroughs.</p>
<p>The games Lua capabilities have been strengthened considerably, thus allowing content developers to do much more then they could with it on the 1.8 series. In fact, one of our Google Summer of Code projects was focused on improving
the AI-related Lua capabilities.</p>
<p>Thanks to revisions in the code that handles <a href="http://wiki.wesnoth.org/LanguageWML">[language]</a>, custom range and attack type strings can now be translated.</p>
<p>The terrain palette has been vastly expanded with the addition of new basic terrains as well as new structures and embellishments, thus allowing map makers to create more vibrant maps.</p>
<p>Thanks to a Google Summer of Code project that took place during 2010 and 2011, we now have a <a href="http://eclipse.wesnoth.org">Wesnoth Eclipse plugin</a>, which provides a fullblown IDE for WML in Eclipse thus providing features such as syntax highlighting, tag folding, autocompletion, and more. It even has frontends for maintenance tools such as wmllint and wmlindent as well as the ability to start the game or map editor and
have it go right to the desired scenario or map.</p>
<p>A new batch of item icons&mdash;drawn in the same style as the attack icons&mdash;have been included for the benefit of content creators; depictions of items such as potions, robes, armor, and jewelry are included.</p>
<div class='visualClear'></div>
<h2 id='download'>Download</h2>
<p><em>The Battle for Wesnoth</em> is made available under the <a href='http://www.gnu.org/licenses/gpl-2.0.html'>GNU General Public License</a>
(GPL). The source code is available from <a href='http://www.wesnoth.org'>wesnoth.org</a>, where you can also find instructions for <a href='http://wiki.wesnoth.org/CompilingWesnoth'>building from source</a> on a range of different operating systems. Ready-to-go packages are also available for most popular operating systems, including Microsoft Windows, Mac OS X, and GNU/Linux.</p>
<!--
TODO: add the correct links once the files are available
-->
<ul>
<li>
<strong>
<a href='http://sourceforge.net/projects/wesnoth/files/wesnoth-1.10/wesnoth-1.10/wesnoth-1.10.tar.bz2/download'>Source code</a>
</strong>
</li>
<li>
<strong>
<a href='http://sourceforge.net/projects/wesnoth/files/wesnoth-1.10/wesnoth-1.10/wesnoth-1.10-win32.exe/download'>Wesnoth for Microsoft Windows</a>
</strong>
</li>
<li>
<strong>
<a href='http://sourceforge.net/projects/wesnoth/files/wesnoth-1.10/wesnoth-1.10/Wesnoth_1.10.dmg/download'>Wesnoth for Mac OS X</a>
</strong>
</li>
</ul>
<p>You can get up-to-date information on downloads at the <a href='http://wiki.wesnoth.org/Download'>downloads page</a>. There you can also find packages and instructions for other platforms once they are available.</p>
<p>If you downloaded previous versions of the game, you might be interested in downloading the <a href='http://wiki.wesnoth.org/Download_Xdeltas'>xdelta</a> files only.</p>
<h2 id='more'>More Info</h2>
<ul>
<li><a href='http://svn.gna.org/viewcvs/*checkout*/wesnoth/tags/1.10.0/changelog'>Full Changelog</a> (English, very long)</li>
<li><a href='http://svn.gna.org/viewcvs/*checkout*/wesnoth/tags/1.10.0/doc/manual/manual.en.html'>Users Manual</a></li>
<li><a href='http://www.wesnoth.org'>Official Website</a> (English)</li>
<!--
The announcements from 1.0 and 1.2 were lost in a server crash, commenting it out from the release notes...
They have been restored, but won't add them in anymore...
-->
<!-- <li><a href='http://www.wesnoth.org/start/1.0'>Wesnoth 1.0 Release Notes</a></li> -->
<!-- <li><a href='http://www.wesnoth.org/start/1.2'>Wesnoth 1.2 Release Notes</a></li> -->
<li><a href='http://www.wesnoth.org/start/1.4'>Wesnoth 1.4 Release Notes</a></li>
<li><a href='http://www.wesnoth.org/start/1.6'>Wesnoth 1.6 Release Notes</a></li>
<li><a href='http://www.wesnoth.org/start/1.8'>Wesnoth 1.8 Release Notes</a></li>
</ul>
<br/>
<hr/>
<div id="languages">
<p>This page is also available in the following languages:</p>
<ul>
<!--LANGS-->
</ul>
</div>
</div> <!-- content -->
<div class="visualClear"></div>
</div> <!-- main -->
</div> <!-- global -->
</body>
</html>