diff options
| -rw-r--r-- | doc/ROADMAP | 2 | ||||
| -rw-r--r-- | doc/TODO | 14 | ||||
| -rw-r--r-- | doc/attributions.html | 9 | ||||
| -rw-r--r-- | doc/index.html | 10 | 
4 files changed, 24 insertions, 11 deletions
| diff --git a/doc/ROADMAP b/doc/ROADMAP index f0399d9..896de55 100644 --- a/doc/ROADMAP +++ b/doc/ROADMAP @@ -5,6 +5,8 @@    ------------------------------------------------------------------ +	NOTE: the ROADMAP needs updating +  * version 0.1.0 - The Universe  Description: @@ -5,6 +5,8 @@    ------------------------------------------------------------------ +	NOTE: the TODO needs updating +  version 0.1.0:  	documentation cleanup @@ -23,6 +25,7 @@ version 0.3.0:  	comodities  	economy +  filesystem:  	write a filesystem based on streams  	write handlers for zip @@ -32,11 +35,9 @@ filesystem:  model:  	shaders -	model parts (e.g. func_group, func_rotate, func_door)  core:  	fix game.ini load/save sequence -	improved modules (register factory)  network:  	protocol description (incomplete) @@ -59,13 +60,13 @@ client:  	tracking camera absolute speed/position  	gui concept artwork -gui: -	fix chat while docked -  render:  	star light strenght  	sphere texture distortion at the poles -	better engine trail (spore style) + +ui: +	fix chat while docked +	text color configuration  sound:  	entity/event positional sounds @@ -75,7 +76,6 @@ game:  	player credits  	entity health/shield/armor -  data:  	update starsystem roadmap  	rename skies (lindblade1, lindblade2, ...) diff --git a/doc/attributions.html b/doc/attributions.html index 56e077b..b8a7cad 100644 --- a/doc/attributions.html +++ b/doc/attributions.html @@ -257,6 +257,15 @@  			NASA/JPL-Caltech  		</td>  	</tr> +	<tr> +		<td>/base/textures/planets</td> +		<td>brogha.tga</td> +		<td> +			<a href="http://www.celestiamotherlode.net/catalog/show_creator_details.php?creator_id=153">Chance Ragen</a> (Orion's Paradise)<br> +			from the <a href="http://galaxistar.googlepages.com/">GalaxyStar</a> project +			(with permission) +		</td> +	<tr>  </table>  </body> diff --git a/doc/index.html b/doc/index.html index 87e4903..94f126a 100644 --- a/doc/index.html +++ b/doc/index.html @@ -45,7 +45,9 @@  <p>  	<ul>  		<li><a href="installation.html">Installation</a> -		<li><a href="guide.html">Player guide</a> +	</ul> +	<ul> +		<li><a href="guide.html">Player guide</a> (under construction)  		<li><a href="manual.html">User manual</a>  	</ul>  	<ul> @@ -64,7 +66,7 @@  		</td></tr>  		<td>[mDc]Thorn</td> -		<td>Gameplay advice, modelling, graphics +		<td>Design advice, modelling, graphics  		</td></tr>  		<td>Supertanker</td> @@ -76,14 +78,14 @@  		</tr>  		<td>Josky=KCT=</td> -		<td>Shuttle model, alpha testing +		<td>Design advice  		</td></tr>  		<td>[mDc]Minisori<br>  		Gareth<br>  		DVSoftware  		</td><td> -		alpha testing +		Alpha testing  		</td></tr>  	</table> | 
