FlightGear Headless: Difference between revisions

Line 94: Line 94:
== Milestones ==
== Milestones ==
* allow FlightGear to be run without creating a visible GUI window, i.e. in "headless" mode, using a --headless parameter {{Pending}}
* allow FlightGear to be run without creating a visible GUI window, i.e. in "headless" mode, using a --headless parameter {{Pending}}
* allow FlightGear to be optionally compiled and run without any sound support/dependencies (OpenAL), as of 07/2010 there is a --disable-sound option available, which however still requires OpenAL for compilation. {{Done}}
* allow FlightGear to be optionally compiled and run without any sound support/dependencies (OpenAL) {{Done}}
* allow replay buffers to be saved to a file in order to be replayed for automated test/demo flights, so that users can share saved replay buffers when reporting a bug {{Done}} (supported via the flight recorder subsystem)
* allow replay buffers to be saved to a file in order to be replayed for automated test/demo flights, so that users can share saved replay buffers when reporting a bug {{Done}} (supported via the flight recorder subsystem)
* allow arbitrary user inputs to be simulated via property tree modifications (pretty much possible already) {{Done}}
* allow arbitrary user inputs to be simulated via property tree modifications (pretty much possible already) {{Done}}