diff options
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. |