Miscellaneous changes that got missed somehow.
This commit is contained in:
parent
c06bf498a9
commit
e934a7ac1f
2 changed files with 6 additions and 5 deletions
10
NEWS
10
NEWS
|
@ -1,15 +1,15 @@
|
||||||
New in 0.9.3
|
New in 0.9.3
|
||||||
* October 22, 2003
|
* October 24, 2003
|
||||||
|
|
||||||
* Added a flight "replay" system.
|
* Added a flight "replay" system.
|
||||||
* Many updates to the ATC and AI aircraft subsystem. (David Luff)
|
* Many updates to the ATC and AI aircraft subsystem. (David Luff)
|
||||||
* Add support for moving cloud layers.
|
* Add support for moving cloud layers.
|
||||||
* New "symbolic" time of day dialog box for easily setting dawn, dusk,
|
* New "symbolic" time of day dialog box for easily setting dawn, dusk,
|
||||||
noon, etc.
|
noon, etc.
|
||||||
* Aircaft are now each self contained in their own individual
|
* Aircraft are now each self contained in their own individual
|
||||||
subdirectories for easier end user addition and removal.
|
subdirectories for easier end user addition and removal.
|
||||||
* Many improvements to scene lighting throughout the day->night range
|
* Many improvements to scene lighting throughout the day->night range
|
||||||
including more realistic sky and fog colors, more relistic scene
|
including more realistic sky and fog colors, more realistic scene
|
||||||
illumination, better dusk/dawn sky coloring, better specular
|
illumination, better dusk/dawn sky coloring, better specular
|
||||||
lighting support.
|
lighting support.
|
||||||
* A nice new chase view has been added.
|
* A nice new chase view has been added.
|
||||||
|
@ -33,7 +33,7 @@ New in 0.9.3
|
||||||
some circumstances.)
|
some circumstances.)
|
||||||
* Many fixes and updates to the autopilot. Autothrottle tracks speed
|
* Many fixes and updates to the autopilot. Autothrottle tracks speed
|
||||||
much better with much less jumping around.
|
much better with much less jumping around.
|
||||||
* Expose the tuned navid via the property system to support building
|
* Expose the tuned navaid via the property system to support building
|
||||||
more advanced avionics.
|
more advanced avionics.
|
||||||
* Improvements to the environment manager and gui's, more control over
|
* Improvements to the environment manager and gui's, more control over
|
||||||
turbulence, ability to specify boundary condition layers as well as
|
turbulence, ability to specify boundary condition layers as well as
|
||||||
|
@ -42,7 +42,7 @@ New in 0.9.3
|
||||||
things like starting and stopping procedures and thrust reversing.
|
things like starting and stopping procedures and thrust reversing.
|
||||||
* UIUCsim updates (compiler warning and namespace conflict fixes.)
|
* UIUCsim updates (compiler warning and namespace conflict fixes.)
|
||||||
* YASim updates (fix drag from shutdown engine, helicopter support,
|
* YASim updates (fix drag from shutdown engine, helicopter support,
|
||||||
better in airr startup support.)
|
better in air startup support.)
|
||||||
* Support for "clock" instruments that operate independently of
|
* Support for "clock" instruments that operate independently of
|
||||||
computer system time.
|
computer system time.
|
||||||
* Annunciators shouldn't work if electrical system not serviceable.
|
* Annunciators shouldn't work if electrical system not serviceable.
|
||||||
|
|
|
@ -55,6 +55,7 @@ Name: "{userdesktop}\FlightGear v0.9.3"; Filename: "{app}\bin\Win32\fgrun.exe";
|
||||||
[Run]
|
[Run]
|
||||||
; Put installation directory in the fgrun.prefs
|
; Put installation directory in the fgrun.prefs
|
||||||
filename: "{app}\bin\win32\mkfgrunp.bat"; WorkingDir: "{app}\bin\win32"; Parameters: """{app}"" ""{userappdata}"""
|
filename: "{app}\bin\win32\mkfgrunp.bat"; WorkingDir: "{app}\bin\win32"; Parameters: """{app}"" ""{userappdata}"""
|
||||||
|
filename: "{app}\bin\win32\instscen.bat"; WorkingDir: "{app}\bin\win32"; Parameters: """{src}"" ""{app}"""
|
||||||
; NOTE: The following entry contains an English phrase ("Launch"). You are free to translate it into another language if required.
|
; NOTE: The following entry contains an English phrase ("Launch"). You are free to translate it into another language if required.
|
||||||
Filename: "{app}\bin\Win32\fgrun.exe"; WorkingDir: "{app}"; Description: "Launch FlightGear"; Flags: postinstall skipifsilent
|
Filename: "{app}\bin\Win32\fgrun.exe"; WorkingDir: "{app}"; Description: "Launch FlightGear"; Flags: postinstall skipifsilent
|
||||||
; For running flightgear directly
|
; For running flightgear directly
|
||||||
|
|
Loading…
Add table
Reference in a new issue