From 9774597f0ae7a340d2c7933c90934b348baa0011 Mon Sep 17 00:00:00 2001
From: Stijn Buys
Date: Sat, 7 Mar 2009 13:55:14 +0000
Subject: documentation updates
---
doc/ROADMAP | 2 +-
doc/TODO | 20 ++++++++++++--------
doc/guide.html | 17 ++++++++++++-----
doc/keys/div.png | Bin 0 -> 433 bytes
doc/keys/mul.png | Bin 0 -> 407 bytes
doc/keys/shift.png | Bin 0 -> 538 bytes
doc/keys/spacebar.png | Bin 0 -> 728 bytes
7 files changed, 25 insertions(+), 14 deletions(-)
create mode 100644 doc/keys/div.png
create mode 100644 doc/keys/mul.png
create mode 100644 doc/keys/shift.png
create mode 100644 doc/keys/spacebar.png
(limited to 'doc')
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.
- Later on, you can press the F1 key to return to the game menu.
+ Later on, you can press the F1 key to return to the main menu.
You can press the ~ key at any time to open the command console.
@@ -86,18 +86,25 @@
Zoom is disabled in cockpit view.
- 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.
Press spacebar 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.
+
+ If mouse control is enabled, the mouse pointer will change into a green circle.
Flight Controls
-
+
+
+ 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.
+
+
Navigation Controls
diff --git a/doc/keys/div.png b/doc/keys/div.png
new file mode 100644
index 0000000..29b2957
Binary files /dev/null and b/doc/keys/div.png differ
diff --git a/doc/keys/mul.png b/doc/keys/mul.png
new file mode 100644
index 0000000..c1b33e9
Binary files /dev/null and b/doc/keys/mul.png differ
diff --git a/doc/keys/shift.png b/doc/keys/shift.png
new file mode 100644
index 0000000..7f9d18f
Binary files /dev/null and b/doc/keys/shift.png differ
diff --git a/doc/keys/spacebar.png b/doc/keys/spacebar.png
new file mode 100644
index 0000000..f5ebc77
Binary files /dev/null and b/doc/keys/spacebar.png differ
--
cgit v1.2.3