Gobligine/doc/index.html

125 lines
5 KiB
HTML
Raw Normal View History

2003-04-23 11:38:16 -06:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2003-04-22 18:44:03 -06:00
<html>
<head>
2003-04-20 09:42:22 -06:00
<!--
2011-03-26 16:40:53 -06:00
---- (c) Copyright 2003-2011 by Nehal Mistry and Pali Rohár
2003-04-20 09:42:22 -06:00
2003-07-03 10:08:07 -06:00
---- This program is free software; you can redistribute it and/or modify
2003-04-20 09:42:22 -06:00
---- it under the terms of the GNU General Public License as published by
---- the Free Software Foundation; only version 2 of the License.
2003-07-03 10:08:07 -06:00
----
---- This program is distributed in the hope that it will be useful,
2003-04-20 09:42:22 -06:00
---- 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.
2003-07-03 10:08:07 -06:00
----
---- You should have received a copy of the GNU General Public License
---- along with this program; if not, write to the Free Software
2017-02-17 04:47:15 -07:00
---- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
---- 02110-1301, USA.
2003-04-20 09:42:22 -06:00
-->
<title>Stratagus</title>
2003-04-23 11:38:16 -06:00
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
2003-04-22 18:44:03 -06:00
</head>
2003-04-23 11:38:16 -06:00
2003-04-22 18:44:03 -06:00
<body>
2003-04-20 09:42:22 -06:00
<pre width=80>
2012-07-24 05:54:25 -06:00
_________ __ __
/ _____// |_____________ _/ |______ ____ __ __ ______
\_____ \\ __\_ __ \__ \\ __\__ \ / ___\| | \/ ___/
2012-07-24 05:54:25 -06:00
/ \| | | | \// __ \| | / __ \_/ /_/ > | /\___ \
/_______ /|__| |__| (____ /__| (____ /\___ /|____//____ >
2012-07-24 05:54:25 -06:00
\/ \/ \//_____/ \/
______________________ ______________________
2012-07-24 05:54:25 -06:00
T H E W A R B E G I N S
Stratagus - A free fantasy real time strategy game engine
</pre>
<hr>
<h1>Stratagus</h1>
2003-04-23 11:38:16 -06:00
<hr>
2003-04-20 09:42:22 -06:00
2003-07-03 09:35:45 -06:00
<h2>What is Stratagus?</h2>
<p>
2003-07-03 09:35:45 -06:00
Stratagus is a free cross-platform real-time strategy gaming engine.
2012-07-24 05:54:25 -06:00
It includes support for playing over Internet/LAN, or playing vs.
computer opponents. The engine is configurable and can be used to
create games with a wide-range of features specific to your needs.
2003-04-22 18:44:03 -06:00
<p>
Stratagus started as a clone of the realtime fantasy strategy game
Warcraft II from Blizzard Entertainment, although it is used now as a
game engine to build other games, sci-fi or fantasy ones.
<p>
2015-12-03 05:03:35 -07:00
Stratagus is developed together for Windows, Linux and Mac OS X.
2003-04-22 18:44:03 -06:00
<p>
Games which use Stratagus:
<ul>
<li>Wargus - Warcraft II - <a href="https://launchpad.net/wargus">https://launchpad.net/wargus</a>
<li>Doom Wars - <a href="http://stratagus.com/games/doom-wars">http://stratagus.com/games/doom-wars</a>
2016-03-28 20:15:43 -06:00
<li>Wyrmsun - <a href="https://github.com/andrettin/wyrmsun">https://github.com/andrettin/wyrmsun</a><br>
(uses modified engine version : <a href="https://github.com/Andrettin/Wyrmgus">https://github.com/Andrettin/Wyrmgus</a>)</li>
<li>War1gus - Warcraft I - <a href="https://launchpad.net/war1gus">https://launchpad.net/war1gus</a>
<li>Stargus - Starcraft I - <a href="https://launchpad.net/stargus">https://launchpad.net/stargus</a>
</ul>
<p>
2012-07-24 05:54:25 -06:00
The newest version of Stratagus can always be found here:
<a href="https://launchpad.net/stratagus">https://launchpad.net/stratagus</a>
2003-04-20 09:42:22 -06:00
2003-04-22 18:44:03 -06:00
<h2>Installation</h2>
2003-04-20 09:42:22 -06:00
2003-07-03 09:35:45 -06:00
Read this to install Stratagus:
2003-04-22 18:44:03 -06:00
<a href="install.html">install.html</a>
2003-04-20 09:42:22 -06:00
2003-04-22 18:44:03 -06:00
<h2>Development</h2>
2003-04-20 09:42:22 -06:00
2012-07-24 05:54:25 -06:00
Read <a href="development.html">development.html</a> if you want to help
2003-07-03 09:35:45 -06:00
out with Stratagus development<p>
2012-07-24 05:54:25 -06:00
Documentation on the Stratagus scripting language (Lua)
2011-03-26 16:40:53 -06:00
can be found at <a href="http://www.lua.org/manual/">http://www.lua.org/manual/</a><p>
<h2>Documentation</h2>
Source code DoxyGen documentation is generated when Stratagus is compiling.
See <a href="development.html">development.html</a> for further details.<p>
2003-04-20 09:42:22 -06:00
2012-07-24 05:54:25 -06:00
Information about creating sounds and graphics can be found in the
2003-05-30 12:53:00 -06:00
<a href="media.html">media documentation</a>.<p>
Information about Stratagus Lua scripting can be found in the
<a href="scripts/index.html">scripting documentation</a>.<p>
Information about metaserver protocol is in <a href="metaserver_protocol.txt">metaserver_protocol.txt</a>.
2011-03-26 16:40:53 -06:00
2003-04-22 18:44:03 -06:00
<h2>Changes</h2>
2003-04-20 09:42:22 -06:00
The changelog on Stratagus can be found at <a href="changelog.html">changelog.html</a>
2003-04-20 09:42:22 -06:00
2003-04-22 18:44:03 -06:00
<h2>Todo and known bugs</h2>
2003-04-20 09:42:22 -06:00
2011-03-26 16:40:53 -06:00
Look on the <a href="https://blueprints.launchpad.net/stratagus">blueprints site</a> for the planned work.<p>
Also look at the complete list of
<a href="https://bugs.launchpad.net/stratagus">known bugs</a>
2003-04-20 09:42:22 -06:00
2003-04-22 18:44:03 -06:00
<h2>Problems</h2>
2003-04-20 09:42:22 -06:00
2012-07-24 05:54:25 -06:00
If you have problems compiling, installing or playing Stratagus, read
<a href="faq.html">faq.html</a>
2003-04-20 09:42:22 -06:00
2003-04-22 18:44:03 -06:00
<h2>Copyrights</h2>
2003-04-20 09:42:22 -06:00
2003-07-03 09:35:45 -06:00
Stratagus is distributed under the <a href="gpl.html">GNU General Public
2004-04-07 12:14:01 -06:00
License </a>version 2<p>
2003-04-20 09:42:22 -06:00
SDL see <a href="README-SDL.txt">README-SDL.txt</a><p>
Guichan see <a href="guichan-copyright.txt">guichan-copyright.txt</a>.<p>
2003-05-19 12:32:54 -06:00
2003-05-03 06:56:38 -06:00
<hr>
(C) Copyright 1998-2015 by The <a href="https://launchpad.net/stratagus">Stratagus</a> Project under the <a href="gpl.html">GNU General Public License</a>.<br>
2003-04-23 11:38:16 -06:00
All trademarks and copyrights on this page are owned by their respective owners.<br>
</body>
</html>