about summary refs log tree commit diff
path: root/other/website/download.html
blob: f722548dfbd02249be99495650f732008c6b827b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!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">&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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">&nbsp;
</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>