Update 26/11/2008

Changes since 11 Nov 2008

A. Files removed
  FlightGear\FlightGear.vcproj
  1. src\Main\fg_os.cxx, and hxx
  2. src\Main\FGManipulator.cxx

B. Added Files
  FlightGear\FlightGear.vcproj
  1. src\Main\fg_os_osgviewer.cxx
  2. src\Main\FGEventHandler.cxx

C. boost dependance
  Added 'boost' folder, with ONLY those headers required,
  and added a ZIP boost-%TEMPVERS%.zip to the solution set.
  This 'boost' folder allowed the includes to be found, like those
  for PLIB, by the include directory, '..'

D. Added this CHANGES.TXT

E. UPD.BAT
  OSG version change
@set TEMPPIV=2.7.6

F. zipall.bat - zipsetup.bat
  Adjusted the version to
@set TEMPVERS=05
@set TEMPVCV=vc9
@set TEMPVERS6=03
@set TEMPVCV6=vc6

RUNNING FLIGHTGEAR
------------------

ERROR EXIT ON FIRST RUN
=======================
D:\FG\27\bin>FlightGear.exe --fg-root=..\data
Error: [Screen #0] ChooseMatchingPixelFormat() - Unable to choose the requested pixel form
Could not find at least one of the following objects for animation:
elevators
  Model Author:  Unknown
  Creation Date: 2002-01-01
  Version:       $Id: c172p.xml,v 1.20 2008/09/01 15:14:33 torsten Exp $
  Description:   Cessna C-172
    Channel Pitch
    Channel Roll
    Channel Yaw
    Channel Flaps
FGMultiplayMgr - No receiver port, Multiplayermode disabled
Nasal runtime error: foreach enumeration of non-vector
  at ../data/Nasal/gui.nas, line 355
  called from: ../data/Nasal/gui.nas, line 345
  called from: ../data/Nasal/aircraft.nas, line 508
  called from: ../data/Aircraft/c172p/Nasal/liveries.nas, line 3
osgDB ac3d reader: could not find texture "LFPO001.rgb"
Initializing Nasal Electrical System
power up
***ABORTED***
---------------------------------------------

SECOND RUN WITH UFO WAS FINE
============================
D:\FG\27\bin\bats>rfgufo
D:\FG\27\bin\bats>call setroot
FG_ROOT already set to [..\data] ...
Running FG using UFO ...
Command used is -
--fg-root=..\data --fog-disable --timeofday=noon --fdm=ufo --aircraft=ufo --altitude=1000 
--prop:/sim/rendering/fps-display=true --lon=-122.33276046 --lat=37.60364931 --heading=297
Should be the easiest to fly ... just open the throttle ...
Press any key to continue . . .
D:\FG\27\bin\bats>cd ..
D:\FG\27\bin>FlightGear --fg-root=..\data --fog-disable --timeofday=noon --fdm=ufo 
--aircraft=ufo --altitude=1000 --prop:/sim/rendering/fps-display=true 
--lon=-122.33276046 --lat=37.60364931 --heading=297
Error: [Screen #0] ChooseMatchingPixelFormat() - Unable to choose the requested pixel format
FGMultiplayMgr - No receiver port, Multiplayermode disabled
osgDB ac3d reader: could not find texture "LFPO001.rgb"
osgDB ac3d reader: could not find texture "red-source.rgb"

---------------------------------------------
RUN WITH 707
============
D:\FG\27\bin\bats>rfg707
FG_ROOT already set to [..\data] ...
Using command [--aircraft=707 --fdm=jsb --prop:/sim/rendering/fps-display=true --timeofday=noon --di
sable-random-objects --disable-ai-models --fog-disable --disable-real-weather-fetch] ...
An early 4-engine jet airliner - try your LUCK ;=))
[/] Flaps up/down
g/G Gear up/down
B  Toggle Parking Brakes - Maybe ON at start!
More details can be found at: http://wiki.flightgear.org/index.php/Boeing_707
Press any key to continue . . .
D:\FG\27\bin>FlightGear --aircraft=707 --fdm=jsb --prop:/sim/rendering/fps-display=true --timeofday=
noon --disable-random-objects --disable-ai-models --fog-disable --disable-real-weather-fetch
Error: [Screen #0] ChooseMatchingPixelFormat() - Unable to choose the requested pixel format
osgDB ac3d reader: detected surface with less than 3 vertices!
... repeated many times ...
  Model Author:  Aeromatic v 0.9
  Creation Date: 2008-05-04
  Version:       $Revison: $
  Description:   Models a 707-338.
    Channel Pitch
    Channel Roll
    Channel Yaw
    Channel Flaps
    Channel Landing Gear
    Channel Speedbrake
FGMultiplayMgr - No receiver port, Multiplayermode disabled
osgDB ac3d reader: could not find texture "LFPO001.rgb"
D:\FG\27\bin\bats>
All was FINE, except NO instruments showed up on the panel!!!

---------------------------------------------
Tested with various other aircraft, including adding some NEW batch files
- rfgcrusader.bat rfgbeech1.bat rfg707.bat rfg737-300.bat
ALL ran fine with, like for the 707 - 
@set TEMPCMD=--aircraft=707 --fdm=jsb --prop:/sim/rendering/fps-display=true --timeofday=noon
@set TEMPCMD=%TEMPCMD% --disable-random-objects
@set TEMPCMD=%TEMPCMD% --disable-ai-models
@set TEMPCMD=%TEMPCMD% --fog-disable
@set TEMPCMD=%TEMPCMD% --disable-real-weather-fetch

=== end update 20081128 ===

EOF
