From b685a594ae43aa30173912c9fb1177d507ec5a08 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 7 Nov 2010 20:57:22 +0000 Subject: documentation updates, added player guide icons --- doc/guide.html | 53 +++++++++++++++++++++++++++++++++++++++++++----- doc/icons/chat.png | Bin 0 -> 655 bytes doc/icons/dock.png | Bin 0 -> 643 bytes doc/icons/home.png | Bin 0 -> 387 bytes doc/icons/inventory.png | Bin 0 -> 624 bytes doc/icons/map.png | Bin 0 -> 526 bytes doc/icons/menu.png | Bin 0 -> 577 bytes doc/installation.html | 15 ++++++++------ 8 files changed, 57 insertions(+), 11 deletions(-) create mode 100644 doc/icons/chat.png create mode 100644 doc/icons/dock.png create mode 100644 doc/icons/home.png create mode 100644 doc/icons/inventory.png create mode 100644 doc/icons/map.png create mode 100644 doc/icons/menu.png (limited to 'doc') diff --git a/doc/guide.html b/doc/guide.html index 69c94f4..4b0a35f 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -60,16 +60,59 @@ a small trading outpost on the edge of the civilized world. You begin the game as the proud owner of a small trading vessel and a modest amount of credits.

- Click the Launch icon on the top of the screen to launch into space. + You're currently docked at a space station and you're looking at a menu with available actions, + but first, we take a look at the icons on the top of the screen. This icons are available most + of the time and open the game's main information windows.

- + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -
- Controls +
+ + + + + + + + + + +
MenuOpens the main menu
Launch(not visible in space) If you're docked on a planet or space station, you can use this icon to launch your ship into space.
Dock(not visible when docked) In space, you can use this icon to dock with the selected planet or station
HomeWhen docked, this icon will return you to the planet or station's main menu
InventoryOpens the inventory window
MapOpens the map window
ChatOpens the chat window
+

+ Click on the launch icon to leave the station and launch into space. The launch button will change into a dock button. +

- Camera + Camera controls
diff --git a/doc/icons/chat.png b/doc/icons/chat.png new file mode 100644 index 0000000..711b4d1 Binary files /dev/null and b/doc/icons/chat.png differ diff --git a/doc/icons/dock.png b/doc/icons/dock.png new file mode 100644 index 0000000..b460f2c Binary files /dev/null and b/doc/icons/dock.png differ diff --git a/doc/icons/home.png b/doc/icons/home.png new file mode 100644 index 0000000..f45c2a3 Binary files /dev/null and b/doc/icons/home.png differ diff --git a/doc/icons/inventory.png b/doc/icons/inventory.png new file mode 100644 index 0000000..6b52d45 Binary files /dev/null and b/doc/icons/inventory.png differ diff --git a/doc/icons/map.png b/doc/icons/map.png new file mode 100644 index 0000000..90acb27 Binary files /dev/null and b/doc/icons/map.png differ diff --git a/doc/icons/menu.png b/doc/icons/menu.png new file mode 100644 index 0000000..c70b7e9 Binary files /dev/null and b/doc/icons/menu.png differ diff --git a/doc/installation.html b/doc/installation.html index 24e4fa6..81d72db 100644 --- a/doc/installation.html +++ b/doc/installation.html @@ -82,7 +82,7 @@

Linux download:
- osirion-linux-latest.zip(32- and 64-bit)
+ osirion-linux-latest.zip (32- and 64-bit)
This package contains the linux version of the client and the server.

Extract the package, a new subdirectory will be created. The actual directory name will depend on @@ -235,16 +235,13 @@ autoreconf -fi

-./configure --without-client +./configure --without-client --with-bullet=/usr

If configure finds ncurses or pdcurses, the dedicated server will use this library and a have a curses console. To disable curses detection, pass the --without-curses option to configure.

-

- Important: make install is not supported. Results are unpredictable. -

Compile the source code:

@@ -254,6 +251,10 @@ make

The binaries will be build in the src subdirectory of the main distribution.

+

+ Important: make install is not supported. Results are unpredictable. +

+
@@ -410,6 +411,8 @@ Organization of the distribution index.html Documentation content installation.html Installation instructions (this file) + guide.html Player guide + manual.html User manual /src C++ source code @@ -433,7 +436,7 @@ Organization of the distribution /base game data files /bitmaps essential bitmaps /ini game world description files - /maps 3D models (.map format) + /maps 3D models (map format) /materials material definitions /models 3D models (ase and other formats) /particles particle definitions -- cgit v1.2.3