[Change] Updated TODO.

This commit is contained in:
Allanis 2013-06-01 19:37:52 +01:00
parent 9701687dc7
commit cec46124f8
2 changed files with 4 additions and 3 deletions

6
TODO
View File

@ -1,5 +1,5 @@
Vital:
-- Player faction system.
-- Get a good sound system working!
Major:
-- More missions and mission lua bindings.
@ -9,8 +9,6 @@ Major:
-- Ship fleet movement (Maybe based on boids?)
-- Smarter missiles -> PID controlers if possible.
-- More sounds (redo sound system)?
-- Escorts (boarding taking over too).
-- Escort commands.
@ -47,6 +45,8 @@ Minor:
-- Allow for subsystems getting damaged.
-- Allow mouse movement (steering).
-- Configuration app for keybindings.
-- Pilot titles.
-- Would usually indicate changes on the base ship equipment.
SOMEDAY!! MAYBE...:
-- Multiplayer.

View File

@ -68,6 +68,7 @@ typedef struct PilotCommodity_ {
typedef struct Pilot_ {
unsigned int id; // Pilots id.
char* name; // Pilot's name (if unique).
char* title; // Title - Usuall indicating special properties - TODO.
int faction;