diff options
author | Stijn Buys <ingar@osirion.org> | 2008-02-19 17:37:01 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-02-19 17:37:01 +0000 |
commit | 41ad1e4c9e2a70d0a8811f4b035f0d3018045e61 (patch) | |
tree | abe7fa4544c22ba0cfa6375fd56f2e596f1bf626 /ROADMAP | |
parent | 7daaf66869b7b9f85f71b1aa5e9a1b4c40710f33 (diff) |
client-to-server connection
Diffstat (limited to 'ROADMAP')
-rw-r--r-- | ROADMAP | 39 |
1 files changed, 8 insertions, 31 deletions
@@ -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. |