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>2010-10-09 20:23:01 +0000
committerStijn Buys <ingar@osirion.org>2010-10-09 20:23:01 +0000
commit0ecdd8bc98ba583bbee801b838d785c6f881d7df (patch)
tree0ae456cb1254544e43de8abf8fa4dbb6afc91e79 /doc
parente5be0871b6fed09eed40ff17201d1c7a4a990744 (diff)
removed physics references, transfer inventory on ship aquisition
Diffstat (limited to 'doc')
-rw-r--r--doc/ROADMAP2
-rw-r--r--doc/TODO13
-rw-r--r--doc/installation.html6
3 files changed, 13 insertions, 8 deletions
diff --git a/doc/ROADMAP b/doc/ROADMAP
index 9afaab8..bad4cf4 100644
--- a/doc/ROADMAP
+++ b/doc/ROADMAP
@@ -97,7 +97,7 @@
player-to-player trading
player shops
player must be capable of setting the kind and price of items to sell
- item 'tradeable' flag
+ item 'tradeable' flag
shop allows multiple buyers, p2p trading just one
player factory ships + base factories, per-item adjustabe conversion rate and ratio
e.g. 2 units of niobum to 1 superconductor per 30 seconds
diff --git a/doc/TODO b/doc/TODO
index 417ccbb..93ece6c 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -51,6 +51,7 @@ network:
fix lag/client interpolation
cl_prediction or cl_interpolation
detect and disconnect clients behaving badly
+ let server track Entity::State changes
EXT messages, update extended property "ext id prop value prop value etc", type checking/seperator etc..
EXT zone/color/shield/armor/health
@@ -62,16 +63,20 @@ client:
fix camera frustum clip (size issue, postponed)
tracking camera absolute speed/position
gui concept artwork
+ hud target/target hoover inconsistency
render:
- star light strenght
+ fix skybox envmapping
+ star light strenght
sphere texture distortion at the poles
- skybox
+ skybox (ok)
+
ui:
modelview lighting (-> it uses current zone lighting)
- unify evennt handlers, expand Event class ad make derived event classes
-
+ unify event handlers, expand Event class ad make derived event classes
+ fix slider mouse dragging
+
sound:
entity/event positional sounds
jump drive sound events
diff --git a/doc/installation.html b/doc/installation.html
index c10011c..838c754 100644
--- a/doc/installation.html
+++ b/doc/installation.html
@@ -186,9 +186,9 @@ svn co svn://intranifty.no-ip.org/osirion osirion
<p>
To download and install the library:
<div class="code">
-wget http://bullet.googlecode.com/files/bullet-2.75-rc3.tgz<br>
-tar zxvf bullet-2.75-rc3.tgz<br>
-cd bullet-2.75-rc3<br>
+wget http://bullet.googlecode.com/files/bullet-2.77.tgz<br>
+tar zxvf bullet-2.77.tgz<br>
+cd bullet-2.77<br>
./autogen.sh<br>
./configure --prefix=/usr/local<br>
make<br>