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>2008-09-18 17:35:58 +0000
committerStijn Buys <ingar@osirion.org>2008-09-18 17:35:58 +0000
commit84a53f91e64ad801703bcf2c73a82b75ff10d760 (patch)
treebc187f6586d9527e3d6cd6d01b36036bd12f9695 /doc
parentb6fcc157dad58d4fab32e01ea161acf20ab434a1 (diff)
fix win32 build and directory creation, use My Games\
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO15
-rw-r--r--doc/manual.html10
2 files changed, 10 insertions, 15 deletions
diff --git a/doc/TODO b/doc/TODO
index c6ab76f..7bdcc98 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -82,13 +82,13 @@ client:
keyboard repeat (ok)
fix tracking camera (ok)
shift/ctrl/alt modifier key binds (ok)
+ fast fullscreen/windowed mode switch (ok)
fix camera frustum clip (size issue, postponed)
view_next, view_prev (ok)
tracking camera absolute speed/position
visual feedback on impulse drive
- fast fullscreen/windowed mode switch
render:
render pipeline (ok)
@@ -111,7 +111,7 @@ sound:
engine sounds (ok)
user interface sounds (ok)
- enitity/event positional sounds
+ entity/event positional sounds
impulse/jump drive sound events
game:
@@ -124,9 +124,8 @@ game:
jumpgates (required docking)
win32 port:
- network not functional (ok)
- texture loading is broken (ok)
- screenshots are broken (ok)
- sound is broken (ok)
-
- directory creation is broken
+ network (ok)
+ texture loading (ok)
+ screenshots (ok)
+ sound (ok)
+ directory creation (ok)
diff --git a/doc/manual.html b/doc/manual.html
index b788485..7508b4b 100644
--- a/doc/manual.html
+++ b/doc/manual.html
@@ -295,15 +295,11 @@ osiriond +set sv_name My Osirion Server
written to client.cfg and server.cfg. If you run into problems, check those
files or delete them.
<h2>
- Note for windows32 users
+ Note for windows users
</h2>
<p>
- On windows32, the game uses the <i>home</i> subdirectory as your personal
- directory. For example, the client.ini can be found as <i>home\base\client.ini</i>.
-<p>
- There is also a problem that prevents the game from creating directories.
- If you need any subdirectories like <i>screenshots</i> in your personal folder,
- you will have to create it manually.
+ On windows32, the game uses the <i>My Documents\My Games\Osirion</i> subdirectory as your personal
+ directory. For example, the client.ini can be found as <i>My Documents\My Games\Osirion\base\client.ini</i>.
</body>
</html>