diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ROADMAP | 2 | ||||
-rw-r--r-- | doc/TODO | 13 | ||||
-rw-r--r-- | doc/installation.html | 6 |
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 @@ -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> |