diff --git a/TODO b/TODO index 50945ac..2b60503 100644 --- a/TODO +++ b/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. diff --git a/src/pilot.h b/src/pilot.h index e71952e..e9c4ceb 100644 --- a/src/pilot.h +++ b/src/pilot.h @@ -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;