diff options
author | Stijn Buys <ingar@osirion.org> | 2008-07-18 11:00:11 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-07-18 11:00:11 +0000 |
commit | 2698d8cd1d28cd9649fcfe35a3397d52b28f1b34 (patch) | |
tree | 4c19653f0f31b94ac56c79e3535167c9866749ff | |
parent | 415cbb44d031e0a348d937c917c629913da0afce (diff) |
added list of game assets to documentation
-rw-r--r-- | doc/assets.html | 107 | ||||
-rw-r--r-- | doc/index.html | 7 |
2 files changed, 110 insertions, 4 deletions
diff --git a/doc/assets.html b/doc/assets.html new file mode 100644 index 0000000..afbded8 --- /dev/null +++ b/doc/assets.html @@ -0,0 +1,107 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html lang="en"> +<head> + <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> + <link rel="stylesheet" type="text/css" href="style.css"> + <TITLE>The Osirion Project - Assets</TITLE> +</head> + +<body> +<H1> + The Osirion Project - Assets +</H1> +<p> + Most of the game data was made by Ingar. However, some files ware made by other people + or were based on the work of others. + +<table> + <tr> + <td>/base/maps/ships</td> + <td>avatar.map</td> + <td> + supertanker<br> + </td> + </tr> + <tr> + <td>/base/maps/ships</td> + <td>bumblebee.map</td> + <td> + supertanker<br> + </td> + </tr> + <tr> + <td>/base/maps/ships</td> + <td>halcyon.map</td> + <td> + supertanker<br> + </td> + </tr> + <tr> + <td>/base/maps/ships</td> + <td>heavycruiser.map</td> + <td> + Odin<br> + </td> + </tr> + <tr> + <td>/base/maps/ships</td> + <td>horizon.map</td> + <td> + Thorn<br> + </td> + </tr> + <tr> + <td>/base/maps/ships</td> + <td>sharkan.map</td> + <td> + Thorn<br> + </td> + </tr> + <tr> + <td>/base/maps/stations</td> + <td>station15.map</td> + <td> + supertanker<br> + </td> + </tr> + <tr> + <td>/base/maps/stations</td> + <td>lindblade_central.map</td> + <td> + supertanker<br> + </td> + </tr> + <tr> + <td>/base/sounds/engines</td> + <td>loop00.wav</td> + <td> + nathanshadow<br> + <a href="http://freesound.iua.upf.edu/samplesViewSingle.php?id=22454"> + http://freesound.iua.upf.edu/samplesViewSingle.php?id=22454</a> + </td> + </tr> + <tr> + <td>/base/sounds/engines</td> + <td>loop01.wav</td> + <td> + nathanshadow<br> + <a href="http://freesound.iua.upf.edu/samplesViewSingle.php?id=22455"> + http://freesound.iua.upf.edu/samplesViewSingle.php?id=22455</a> + </td> + </tr> + <tr> + <td>/base/sounds/engines</td> + <td>loop02.wav</td> + <td> + nathanshadow<br> + <a href="http://freesound.iua.upf.edu/samplesViewSingle.php?id=22456"> + http://freesound.iua.upf.edu/samplesViewSingle.php?id=22456</a> + </td> + </tr> +</table> +<p> + Files by <a href="http://freesound.iua.upf.edu/usersViewSingle.php?id=731"><strong>nathanshadow</strong></a> + are distributed under the terms of the + <a href="http://creativecommons.org/licenses/sampling+/1.0/">Creative Commons Sampling Plus 1.0</a> license. +</body> +<html>
\ No newline at end of file diff --git a/doc/index.html b/doc/index.html index 2aeb747..4a88375 100644 --- a/doc/index.html +++ b/doc/index.html @@ -57,9 +57,6 @@ <ul> <li>Developer section </ul> - <ul> - <LI><a href="license.html">License</a> - </ul> </p> <h2> @@ -124,7 +121,9 @@ and related files are distributed under the terms and conditions of the <a href="license.html">GNU General Public License version 2</a>. <p> - This includes the source code, project documentation and game data. + This includes the source code, project documentation and game data. + Some of the game data is copyrighted by different authors. Refer to + the <A href="assets.html">list of assets</a> for a complete overview. <p> Copyright © 2007-2008<br> Stijn "Ingar" Buys <ingar@telenet.be> |