From 0ecdd8bc98ba583bbee801b838d785c6f881d7df Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 9 Oct 2010 20:23:01 +0000 Subject: removed physics references, transfer inventory on ship aquisition --- doc/ROADMAP | 2 +- doc/TODO | 13 +++++++++---- doc/installation.html | 6 +++--- 3 files changed, 13 insertions(+), 8 deletions(-) (limited to 'doc') 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

To download and install the library:

-wget http://bullet.googlecode.com/files/bullet-2.75-rc3.tgz
-tar zxvf bullet-2.75-rc3.tgz
-cd bullet-2.75-rc3
+wget http://bullet.googlecode.com/files/bullet-2.77.tgz
+tar zxvf bullet-2.77.tgz
+cd bullet-2.77
./autogen.sh
./configure --prefix=/usr/local
make
-- cgit v1.2.3