[Change] Updated TODO.
This commit is contained in:
parent
9701687dc7
commit
cec46124f8
6
TODO
6
TODO
@ -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.
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user