108 lines
3.9 KiB
HTML
108 lines
3.9 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<!--
|
|
---- $Id$
|
|
|
|
---- (c) Copyright 2003 by Nehal Mistry
|
|
|
|
---- This program is free software; you can redistribute it and/or modify
|
|
---- it under the terms of the GNU General Public License as published by
|
|
---- the Free Software Foundation; version 2 dated June, 1991.
|
|
----
|
|
---- This program is distributed in the hope that it will be useful,
|
|
---- but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
---- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
---- GNU General Public License for more details.
|
|
----
|
|
---- You should have received a copy of the GNU General Public License
|
|
---- along with this program; if not, write to the Free Software
|
|
---- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
|
---- 02111-1307, USA.
|
|
-->
|
|
<title>Stratagus 1.18</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Stratagus 1.18</h1>
|
|
<hr>
|
|
|
|
<h2>What is Stratagus?</h2>
|
|
|
|
Stratagus is a free cross-platform real-time strategy gaming engine.
|
|
It is possible to play against human opponents over LAN, internet, or
|
|
against the computer. The engine can be used to build C&C, WC2, SC and
|
|
AOE-like real-time strategy (RTS) games. It successfully runs under Linux,
|
|
BSD, BeOS, MacOS/X, MacOS/Darwin and MS Windows.
|
|
<p>
|
|
The newest version of Stratagus can always be found here:
|
|
<a href="http://www.stratagus.org">http://www.stratagus.org</a>
|
|
<p>
|
|
Our Savannah project page is: <a
|
|
href="http://savannah.nongnu.org/projects/stratagus/">http://savannah.nongnu.org/projects/stratagus/</a>
|
|
|
|
<h2>Installation</h2>
|
|
|
|
Read this to install Stratagus:
|
|
<a href="install.html">install.html</a>
|
|
|
|
<h2>Development</h2>
|
|
|
|
Read <a href="development.html">development.html</a> if you want to help
|
|
out with Stratagus development<p>
|
|
Documentation on the Stratagus scripting language (Scheme, implemented with SIOD)
|
|
can be found at <a href="../src/siod/siod.html">../src/siod/siod.html</a><p>
|
|
|
|
Information about creating sounds and graphics can be found in the
|
|
<a href="media.html">media documentation</a>.<p>
|
|
|
|
<h2>Changes</h2>
|
|
|
|
The changelog on Stratagus can be found at <a href="ChangeLog.html">ChangeLog.html</a>
|
|
|
|
<h2>Todo and known bugs</h2>
|
|
|
|
This file contains the old known bugs and what we haved planned in the
|
|
future: <a href="todo.html">todo.html (old)</a><p>
|
|
|
|
Also look at the complete list of
|
|
<a href="http://savannah.nongnu.org/bugs/?group=stratagus">
|
|
known bugs</a> and <a
|
|
href="http://savannah.nongnu.org/pm/?group=stratagus">planned
|
|
tasks</a>
|
|
|
|
<h2>Problems</h2>
|
|
|
|
If you have problems compiling, installing or playing Stratagus, read
|
|
<a href="faq.html">faq.html</a> and try our
|
|
<a href="http://savannah.nongnu.org/support/?group=stratagus">support tracker</a>
|
|
|
|
<h2>Copyrights</h2>
|
|
|
|
Stratagus is distributed under the <a href="gpl.html">GNU General Public
|
|
License </a>version 2 or later<p>
|
|
|
|
SIOD see <a href="SIOD.txt">SIOD.txt</a><p>
|
|
|
|
SDL see <a href="README-SDL.txt">README-SDL.txt</a><p>
|
|
|
|
VP32 see <a href="vp32_opensource_license_9-6-01.txt">vp32_opensource_license_9-6-01.txt</a><p>
|
|
|
|
libmodplug v0.7 - A library for decoding MOD-like music formats.<br>
|
|
Based on the ModPlug sound engine by Olivier Lapicque.<br>
|
|
Ported to Unix by Kenton Varda.<br>
|
|
Additional modifications by Markus Fick and Adam Goode.<br>
|
|
Converted to pure C by Lutz Sammer.<p>
|
|
|
|
etlib by Edgar Toernig.<p>
|
|
|
|
For more credits please see data/ccl/credits.ccl.<p>
|
|
|
|
<hr>
|
|
(C) Copyright 1998-2003 by The <a href="http://stratagus.sf.net">Stratagus</a> Project
|
|
under the <a href="gpl.html">GNU General Public License</a>.<br>
|
|
All trademarks and copyrights on this page are owned by their respective owners.<br>
|
|
</body>
|
|
</html>
|