]> git.mxchange.org Git - flightgear.git/commit
Get fgviewer working as a part of fgfs
authortimoore <timoore>
Mon, 10 Aug 2009 21:43:55 +0000 (21:43 +0000)
committerTim Moore <timoore@redhat.com>
Wed, 12 Aug 2009 21:45:54 +0000 (23:45 +0200)
commit3bce3122131dbdb2c00e44f83b2fb876d4939c9a
tree40dea67982536f7427b008b65102e0ee88590f46
parentbb2e5fb2c9ebc58a9f5757d88c2bfede2d5981a0
Get fgviewer working as a part of fgfs

Move fgviewer code into fgfs binary. Its osgViewer-style main function is
called from bootstrap.cxx if the --fgviewer argument is passed to fgfs.

Use fgfs initialization functions in fgviewer codepath. Read
command-line arguments and autosave.xml.
projects/VC7.1/FlightGear.vcproj
src/Main/Makefile.am
src/Main/bootstrap.cxx
src/Main/fgviewer.cxx [new file with mode: 0644]
src/Main/fgviewer.hxx [new file with mode: 0644]
src/Main/options.cxx