Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-02-19 17:37:01 +0000
committerStijn Buys <ingar@osirion.org>2008-02-19 17:37:01 +0000
commit41ad1e4c9e2a70d0a8811f4b035f0d3018045e61 (patch)
treeabe7fa4544c22ba0cfa6375fd56f2e596f1bf626 /ROADMAP
parent7daaf66869b7b9f85f71b1aa5e9a1b4c40710f33 (diff)
client-to-server connection
Diffstat (limited to 'ROADMAP')
-rw-r--r--ROADMAP39
1 files changed, 8 insertions, 31 deletions
diff --git a/ROADMAP b/ROADMAP
index 6a3deb8..a3ca777 100644
--- a/ROADMAP
+++ b/ROADMAP
@@ -1,33 +1,4 @@
-SUBSYSTEMS
-
-filesystem::
- write vfile and vpath implementation
- handles file reading/loading
-
-core::
- Cvar (ok)
- must be possible to mark a Cvar cvar::Game
- Func (ok)
- must be possible to mark a Func func::Game
- CommandBuffer (ok)
- Entity
- seperate client:: and game::
- Cvar/Func info text
-
-network::
- connections
- protocol
- chat, channels
- rcon, commands
-
-client::
- keymap (ok)
- input handler switching (ok)
- console chars (ok)
-
-render::
- render pipelines
- pipeline for Lines AlphaLines Quads AlphaQuads Characters
+ROADMAP
* VERSION 0.1
@@ -42,12 +13,18 @@ Description:
Requires:
Network subsystem
- Ship instances
+ Ship instances
+ Entities
+
* VERSION 0.2
Players can shoot at each other. They can crash into the star
or the planet.
+Requires:
+ weapons
+ collision detection
+
* VERSION 0.3
Players can dock at the space station.