diff options
Diffstat (limited to 'other/website/download.html')
| -rw-r--r-- | other/website/download.html | 102 |
1 files changed, 0 insertions, 102 deletions
diff --git a/other/website/download.html b/other/website/download.html deleted file mode 100644 index f722548d..00000000 --- a/other/website/download.html +++ /dev/null @@ -1,102 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - -<head> - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> - <title>Teewars</title> - <link href="default.css" rel="stylesheet" type="text/css" /> -</head> - -<body> - <div id="outer"> - <div class="page_header"> - <a href="index.html"><img src="gfx/menu_home_sun.png"/></a> - <a href="download.html"><img src="gfx/menu_download_sun.png"/></a> - <a href="support.html"><img src="gfx/menu_support_sun.png"/></a> - <a href="team.html"><img src="gfx/menu_team_sun.png"/></a> - </div> - - <div> - <div class="page_body_top"> </div> - <div class="page_body"> - - <p class="topic">DOWNLOADS</p> - -<p>This is the latest version of Teewars.</p> - -<p class="topic">General notes</p> - -<ul> - <li>An earlier version client cannot connect to a current version server, and vice versa.</li> - <li>Windows binaries are not tested under Microsoft Vista.</li> -</ul> - -<p class="topic">Teewars Version 0.2.0 <span class="date">Released 2007-08-05</span></p> - -<table> -<tr><td valign="top" width="250px"> - <table> - <tr> - <td valign="top"><img src="gfx/win_tee.png"/></td> - <td> - <div class="subtopic">Windows (32bit)</div> - <div><a href="">Mirror 1</a></div> - <div><a href="">Mirror 2</a></div> - </td> - </tr> - <tr><td> </td></tr> - <tr> - <td valign="top"><img src="gfx/osx_tee.png"/></td> - <td> - <div class="subtopic">Mac OS X (Intel)</div> - <div><a href="">Mirror 1</a></div> - <div><a href="">Mirror 2</a></div> - <div> </div> - <div class="subtopic">Mac OS X (PPC)</div> - <div><a href="">Mirror 1</a></div> - <div><a href="">Mirror 2</a></div> - </td> - </tr> - <tr><td> </td></tr> - <tr> - <td valign="top"><img src="gfx/linux_tee.png"/></td> - <td> - <div class="subtopic">Linux x86</div> - <div><a href="">Mirror 1</a></div> - <div><a href="">Mirror 2</a></div> - <div> </div> - <div class="subtopic">Linux x86_64</div> - <div><a href="">Mirror 1</a></div> - <div><a href="">Mirror 2</a></div> - </td> - </tr> - </table> -</td><td width="50px"> -</td><td valign="top" width="300px"> - - <p>Release notes</p> - <ul> - <li>Two new maps</li> - <li>Ingame chat</li> - <li>Kill messages</li> - <li>New and improved scoreboard</li> - <li>Lots of weapon tweaks and improvements</li> - <li>Lots of new sounds</li> - <li>Revised offline GUI with settings for keys, graphics and more</li> - <li>Respawn times</li> - <li>Score and time limit</li> - <li>Reworked network engine, smoother, less bandwidth</li> - <li>The all-new Ninja powerup!</li> - <li>Added screenshot button: F10</li> - <li>New and improved master server system</li> - </ul> - -</td></tr> -</table> - - </div> - </div> - </div> -</body> - -<html> |