Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2009-03-07 13:55:14 +0000
committerStijn Buys <ingar@osirion.org>2009-03-07 13:55:14 +0000
commit9774597f0ae7a340d2c7933c90934b348baa0011 (patch)
treeb4d3eae8bb8b410e3b24a4124ef1030b22a75a79 /doc
parentf537e7ef1acbb56a47274fb4114eef841253195d (diff)
documentation updates
Diffstat (limited to 'doc')
-rw-r--r--doc/ROADMAP2
-rw-r--r--doc/TODO20
-rw-r--r--doc/guide.html17
-rw-r--r--doc/keys/div.pngbin0 -> 433 bytes
-rw-r--r--doc/keys/mul.pngbin0 -> 407 bytes
-rw-r--r--doc/keys/shift.pngbin0 -> 538 bytes
-rw-r--r--doc/keys/spacebar.pngbin0 -> 728 bytes
7 files changed, 25 insertions, 14 deletions
diff --git a/doc/ROADMAP b/doc/ROADMAP
index 896de55..7250999 100644
--- a/doc/ROADMAP
+++ b/doc/ROADMAP
@@ -75,7 +75,7 @@ Requires:
* version 0.4.0 - Equipment
Description:
- Players can buy and sell ship and equipment.
+ Players can buy and sell ship upgrades like armor and scanners.
Requires:
ship market
diff --git a/doc/TODO b/doc/TODO
index d382e0b..5ad8b2a 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,14 +1,14 @@
------------------------------------------------------------------
- The Osirion Project - TODO
+ Project::OSiRiON - TODO
------------------------------------------------------------------
- NOTE: the TODO needs updating
-
version 0.1.0:
documentation cleanup
+ finish player guide
+ udpate user manual
SVN reorganisation
data reorganization
@@ -16,7 +16,6 @@ version 0.1.0:
fix ui widget hierarchy
version 0.2.0:
-
server-client event system, hit-once lightweight entities
explosion events
weapons fire events
@@ -62,13 +61,16 @@ client:
fix camera frustum clip (size issue, postponed)
tracking camera absolute speed/position
gui concept artwork
+ sanitize view menu remote commands
+ fix map/hud selection interaction
render:
star light strenght
sphere texture distortion at the poles
ui:
- fix chat while docked
+ fix chat while docked (ok)
+
text color configuration
sound:
@@ -76,13 +78,15 @@ sound:
jump drive sound events
game:
- player credits
+ player credits (ok)
+
entity health/shield/armor
data:
+ move ships into subdiretories (colonial/, lindblade/, tsu-khan/, ) (ok)
+
update starsystem roadmap
rename skies (lindblade1, lindblade2, ...)
- move ships into subdiretories (colonial/, lindblade/, tsu-khan/, )
win32 port:
- pdcurses support
+ pdcurses support (ok)
diff --git a/doc/guide.html b/doc/guide.html
index 021f61f..5c247b6 100644
--- a/doc/guide.html
+++ b/doc/guide.html
@@ -51,7 +51,7 @@
button to leave the game and return to the main menu.
</p>
<p>
- <img src="keys/f1.png" ALT=""> Later on, you can press the <b>F1</b> key to return to the game menu.
+ <img src="keys/f1.png" ALT=""> Later on, you can press the <b>F1</b> key to return to the main menu.
</p>
<p>
<img src="keys/tilde.png" ALT=""> You can press the <b>~</b> key at any time to open the command console.
@@ -86,18 +86,25 @@
</p><p>
Zoom is disabled in cockpit view.
</p><p>
- Mouse control is enabled by default. If the camera is in tracking or cockpit view then the
- mouse will control your spaceship's movement, in free view the mouse will rotate the camera.
+ If the camera is in free view and mouse control is enabled, you can use the mouse to rotate the
+ camera around your ship. If mouse control is disabled, you can activate it by clicking
+ and holding the left mouse button down.
</p><p>
<img src="keys/spacebar.png" alt=""> Press <b>spacebar</b> to toggle mouse control on or off.
- If mouse control is disabled, you can activate it by clicking and holding down the left mouse button.
+</p><p>
+ If mouse control is enabled, the mouse pointer will change into a green circle.
</p>
</div>
<div class="subtitle">
Flight Controls
</div>
-
+<div class="text">
+<p>
+ Your spacecraft can be controlled with the mouse and the keyboard. Joystick support is disabled by default
+ but can be enabled from the command console.
+</p>
+</div>
<div class="subtitle">
Navigation Controls
</div>
diff --git a/doc/keys/div.png b/doc/keys/div.png
new file mode 100644
index 0000000..29b2957
--- /dev/null
+++ b/doc/keys/div.png
Binary files differ
diff --git a/doc/keys/mul.png b/doc/keys/mul.png
new file mode 100644
index 0000000..c1b33e9
--- /dev/null
+++ b/doc/keys/mul.png
Binary files differ
diff --git a/doc/keys/shift.png b/doc/keys/shift.png
new file mode 100644
index 0000000..7f9d18f
--- /dev/null
+++ b/doc/keys/shift.png
Binary files differ
diff --git a/doc/keys/spacebar.png b/doc/keys/spacebar.png
new file mode 100644
index 0000000..f5ebc77
--- /dev/null
+++ b/doc/keys/spacebar.png
Binary files differ