]> git.mxchange.org Git - flightgear.git/log
flightgear.git
14 years agoMerge branches 'jmt/dialog' and 'durk/scenery'
Tim Moore [Mon, 12 Oct 2009 09:06:12 +0000 (11:06 +0200)]
Merge branches 'jmt/dialog' and 'durk/scenery'

14 years agoMerge branches 'jmt/brakes' and 'jmt/dump'
Tim Moore [Mon, 12 Oct 2009 09:05:36 +0000 (11:05 +0200)]
Merge branches 'jmt/brakes' and 'jmt/dump'

14 years agoMerge branch 'stuart/clouds'
Tim Moore [Mon, 12 Oct 2009 09:04:58 +0000 (11:04 +0200)]
Merge branch 'stuart/clouds'

14 years agoMerge branch 'torsten/axes'
Tim Moore [Mon, 12 Oct 2009 09:04:47 +0000 (11:04 +0200)]
Merge branch 'torsten/axes'

14 years agoMerge branches 'jmt/xmlauto', 'luff/kln89' and 'curt/radial'
Tim Moore [Mon, 12 Oct 2009 09:03:35 +0000 (11:03 +0200)]
Merge branches 'jmt/xmlauto', 'luff/kln89' and 'curt/radial'

14 years agoMerge branch 'jmt/positioned'
Tim Moore [Mon, 12 Oct 2009 09:02:00 +0000 (11:02 +0200)]
Merge branch 'jmt/positioned'

14 years agoMerge branch 'vivian/trainz'
Tim Moore [Mon, 12 Oct 2009 08:59:18 +0000 (10:59 +0200)]
Merge branch 'vivian/trainz'

14 years agoUpdate for screen-dumps in PNG format instead of PPM.
jmt [Tue, 6 Oct 2009 20:04:31 +0000 (20:04 +0000)]
Update for screen-dumps in PNG format instead of PPM.

14 years agoMerge branch 'topic/atis' into merge/master-atis
Tim Moore [Tue, 6 Oct 2009 08:21:19 +0000 (10:21 +0200)]
Merge branch 'topic/atis' into merge/master-atis

14 years agoExtend FGPositioned API to support queries by name as well as ident.
jmt [Mon, 5 Oct 2009 19:58:24 +0000 (19:58 +0000)]
Extend FGPositioned API to support queries by name as well as ident.

14 years agoExtender iterative search APIs with a 'has-next' return arg, to enable better iterati...
jmt [Sun, 4 Oct 2009 22:14:14 +0000 (22:14 +0000)]
Extender iterative search APIs with a 'has-next' return arg, to enable better iteration UI.

14 years agoNew feature: Allow the loading of shared models that are not located inside
durk [Sun, 4 Oct 2009 07:59:07 +0000 (07:59 +0000)]
New feature: Allow the loading of shared models that are not located inside
the base package, but are maintained in the SVN repository of the custom
scenery project.

14 years agoDialog support for conditional enable and visible flags, and re-running layout when...
jmt [Sat, 3 Oct 2009 22:12:22 +0000 (22:12 +0000)]
Dialog support for conditional enable and visible flags, and re-running layout when conditions change. Used by the GPS code, but potentially in many other places I expect.

14 years agoFix another crash in the autobrake code, with 'aircraft' (eg, ATC) with no weight...
jmt [Sat, 3 Oct 2009 10:28:48 +0000 (10:28 +0000)]
Fix another crash in the autobrake code, with 'aircraft' (eg, ATC) with no weight-on-wheels flag. Thanks to Jacob Burbach for the report.

14 years agoStuart Buchanan:
durk [Fri, 2 Oct 2009 05:44:56 +0000 (05:44 +0000)]
Stuart Buchanan:
   Improvements to the cloudsystem:
        - A new xml format
        - Texture indexing based on the position of the sprite in the cloud
          mass, allowing more control over the texture set.
        - Improved fog and shading
        - Better sprite distribution
        - A more natural distribution of clouds, so no more obvious grids.

14 years agoBugfix use of type checks in FGPositioned::findAllWithIdentSortedByRange
jmt [Thu, 1 Oct 2009 16:50:54 +0000 (16:50 +0000)]
Bugfix use of type checks in FGPositioned::findAllWithIdentSortedByRange

14 years agoNon platform specific:
torsten [Thu, 1 Oct 2009 11:49:10 +0000 (11:49 +0000)]
Non platform specific:
- normalize axes events
- handle relative and absolute axes separately in own classes
- ignore tolerance for relative axes, they can fire the same event multiple times which must not be ignored.

14 years agoMerge branch 'jmt/navradio'
Tim Moore [Thu, 1 Oct 2009 21:49:57 +0000 (23:49 +0200)]
Merge branch 'jmt/navradio'

The previous merge claimed to have merged this branch; it didn't because
I had reset the branch to someplace weird.

14 years agoMerge branches 'jmt/navradio', 'jmt/cleanup' and 'torsten/gps-fix'
Tim Moore [Thu, 1 Oct 2009 13:17:24 +0000 (15:17 +0200)]
Merge branches 'jmt/navradio', 'jmt/cleanup' and 'torsten/gps-fix'

14 years agoSmooth out the time-to-intercept radial computation so it's a bit more useful.
curt [Wed, 30 Sep 2009 20:53:22 +0000 (20:53 +0000)]
Smooth out the time-to-intercept radial computation so it's a bit more useful.

14 years agoUse boost::to_lower_copy instead of function from simgear
Tim Moore [Wed, 30 Sep 2009 22:15:37 +0000 (00:15 +0200)]
Use boost::to_lower_copy instead of function from simgear

The simgear function is about to get removed.

14 years agoAllow airports system to function without an environment manager - useful in some...
jmt [Mon, 28 Sep 2009 23:43:31 +0000 (23:43 +0000)]
Allow airports system to function without an environment manager - useful in some tests I'm writing.

14 years agoPositioned support for adding user waypoints.
jmt [Mon, 28 Sep 2009 23:42:10 +0000 (23:42 +0000)]
Positioned support for adding user waypoints.

14 years agoTry to improve frame rate and reduce jitter
Tim Moore [Wed, 30 Sep 2009 06:03:46 +0000 (08:03 +0200)]
Try to improve frame rate and reduce jitter

Signed-off-by: v meazza <vivian.meazza@lineone.net>
Conflicts:

src/AIModel/AIGroundVehicle.cxx

14 years agoFurther extensions to FGPositioned to support ongoing GPS work.
jmt [Sun, 27 Sep 2009 23:12:58 +0000 (23:12 +0000)]
Further extensions to FGPositioned to support ongoing GPS work.

14 years agoExtend FGPositioned to allow mapping from a string to a type.
jmt [Sat, 26 Sep 2009 11:46:42 +0000 (11:46 +0000)]
Extend FGPositioned to allow mapping from a string to a type.

14 years agoRemove the GPSPage base class, that only KLN89Page was derived from.
daveluff [Thu, 24 Sep 2009 20:49:04 +0000 (20:49 +0000)]
Remove the GPSPage base class, that only KLN89Page was derived from.

14 years agoRefactor the XMLAuto parsing code to no longer warn about every node handled by the...
jmt [Wed, 23 Sep 2009 17:25:42 +0000 (17:25 +0000)]
Refactor the XMLAuto parsing code to no longer warn about every node handled by the base class (FGXMLAutoComponent). As a side effect, issue better warnings when an unrecognised node is encountered.

14 years agoMerge branch 'jmt/reciprocal'
Tim Moore [Wed, 23 Sep 2009 05:44:02 +0000 (07:44 +0200)]
Merge branch 'jmt/reciprocal'

14 years agoAlex Buzin: Fix wrong calculation of temperature and dewpoint
torsten [Tue, 22 Sep 2009 18:47:24 +0000 (18:47 +0000)]
Alex Buzin: Fix wrong calculation of temperature and dewpoint

14 years agoAuto-brake enhancements: support for JSBSim aircraft, Airbus-style combined MAX/RTO...
jmt [Tue, 22 Sep 2009 15:56:45 +0000 (15:56 +0000)]
Auto-brake enhancements: support for JSBSim aircraft, Airbus-style combined MAX/RTO modes, correct disengage behaviour and more disengage conditions.

14 years agoCatch a possible NAN at insanely low but greater than zero speeds
torsten [Tue, 22 Sep 2009 14:22:49 +0000 (14:22 +0000)]
Catch a possible NAN at insanely low but greater than zero speeds

14 years agoUpdate MSVC project files for the autobrake files
Tim Moore [Mon, 21 Sep 2009 21:06:43 +0000 (23:06 +0200)]
Update MSVC project files for the autobrake files

14 years agoDon't crash with UFO FDM, etc, or other FDMs that don't define global props needed...
jmt [Mon, 21 Sep 2009 16:26:07 +0000 (16:26 +0000)]
Don't crash with UFO FDM, etc, or other FDMs that don't define global props needed - just go into passive mode.

14 years agoDon't look for /velocities/groundspeed-kts during initialisation.
jmt [Mon, 21 Sep 2009 15:56:36 +0000 (15:56 +0000)]
Don't look for /velocities/groundspeed-kts during initialisation.

14 years agoA generic, configurable autobrake system. Not fully features yet, but works quite...
jmt [Mon, 21 Sep 2009 13:57:39 +0000 (13:57 +0000)]
A generic, configurable autobrake system. Not fully features yet, but works quite nicely in the 777, including RTO modes and auto-disengage on pilot input.

14 years agoFix the temperature computation.
torsten [Sun, 20 Sep 2009 15:46:05 +0000 (15:46 +0000)]
Fix the temperature computation.

14 years agoRon Jensen:
torsten [Sun, 20 Sep 2009 15:42:46 +0000 (15:42 +0000)]
Ron Jensen:
While troubleshooting the new environment I discovered the metar station
elevation (station_elevation_ft) is never being set because there is a
local variable that overrides it.

14 years agoMerge branch 'tat/configure'
Tim Moore [Sun, 20 Sep 2009 20:44:58 +0000 (22:44 +0200)]
Merge branch 'tat/configure'

14 years agoRemove plib/fnt.h from panel header.
jmt [Sun, 20 Sep 2009 08:21:47 +0000 (08:21 +0000)]
Remove plib/fnt.h from panel header.

14 years agoReplace one SGD_ constant with a local one, in LaRCsim.
jmt [Sun, 20 Sep 2009 08:21:27 +0000 (08:21 +0000)]
Replace one SGD_ constant with a local one, in LaRCsim.

14 years agoRemove <plib/sg> includes.
jmt [Sun, 20 Sep 2009 08:21:05 +0000 (08:21 +0000)]
Remove <plib/sg> includes.

14 years agoRemove use of plig/sg from render-area-2d.
jmt [Sat, 19 Sep 2009 19:21:28 +0000 (19:21 +0000)]
Remove use of plig/sg from render-area-2d.

14 years agoRemove audio update from main.cxx, back to FGFX (but keep the timing-dependent piece...
jmt [Sat, 19 Sep 2009 18:57:04 +0000 (18:57 +0000)]
Remove audio update from main.cxx, back to FGFX (but keep the timing-dependent piece done artificially late)

14 years agoBreak viewmgr.hxx dependency on on viewer.hxx.
jmt [Sat, 19 Sep 2009 18:41:55 +0000 (18:41 +0000)]
Break viewmgr.hxx dependency on on viewer.hxx.

14 years agouse boost::tie instead of make_ref
Tim Moore [Sat, 19 Sep 2009 21:55:09 +0000 (23:55 +0200)]
use boost::tie instead of make_ref

14 years agofix ATIS on 64bit machines
Csaba Halasz [Sat, 19 Sep 2009 19:41:12 +0000 (21:41 +0200)]
fix ATIS on 64bit machines

14 years agoMSVC fixes for atis merge.
v meazza [Sat, 19 Sep 2009 10:02:36 +0000 (11:02 +0100)]
MSVC fixes for atis merge.

Avoid dynamic arrays such as char msg[len]; they are a gcc-ism.

14 years agoFGFX clean-ups, conversion of one more sgVec user.
jmt [Sat, 19 Sep 2009 08:03:17 +0000 (08:03 +0000)]
FGFX clean-ups, conversion of one more sgVec user.

14 years agoMerge branch 'vivian/train' into next
Tim Moore [Fri, 18 Sep 2009 20:04:52 +0000 (22:04 +0200)]
Merge branch 'vivian/train' into next

14 years agoMerge branch 'jmt/cleanup' into next
Tim Moore [Fri, 18 Sep 2009 19:56:38 +0000 (21:56 +0200)]
Merge branch 'jmt/cleanup' into next

14 years agoMerge branch 'jd/atis' into next
Tim Moore [Fri, 18 Sep 2009 19:52:30 +0000 (21:52 +0200)]
Merge branch 'jd/atis' into next

14 years agoPut back an unfortunate include, until ViewMgr can be fixed to not inline FGViewer...
jmt [Fri, 18 Sep 2009 17:27:16 +0000 (17:27 +0000)]
Put back an unfortunate include, until ViewMgr can be fixed to not inline FGViewer destructor calls.

14 years agoDrat, this is really needed. Yuck, yuck, yuck.
jmt [Fri, 18 Sep 2009 17:17:06 +0000 (17:17 +0000)]
Drat, this is really needed. Yuck, yuck, yuck.

14 years agoHeader clean-ups in viewer/view-mgr.
jmt [Fri, 18 Sep 2009 16:50:08 +0000 (16:50 +0000)]
Header clean-ups in viewer/view-mgr.

14 years agoATIS overhaul by John Denker, adapted to trunk by me.
jmt [Fri, 18 Sep 2009 15:27:19 +0000 (15:27 +0000)]
ATIS overhaul by John Denker, adapted to trunk by me.

8:: AWOS is available at AWOS locations.  (Previously only ATIS was
   implemented.)

 9:: ATIS phraseology now more nearly conforms to international
   standard METAR pattern, and therefore to usual FAA practice.(*)

Items marked with a (*) are fully implemented in the /text/ of the
ATIS message, but the voiced version of the message is degraded by
limitations of the FGFS built-in text-to-speech system.

 10:: ATIS now reports sky condition.(*)

 11:: ATIS now reports multiple layers of clouds, not just the lowest
 layer.(*)

 12:: ATIS now takes field elevation into account when calculating
   sky condition and ceiling.

 13:: ATIS now reports dewpoint.(*)

 14:: ATIS now can handle negative quantities (temperature and dewpoint).(*)

 15:: ATIS can now report report fractional-mile visibility.(*)

 16:: ATIS now uses magnetic (not true) wind directions, as it should.

 17:: ATIS generates correct runway number and suffix (nine right,
   one one left).

 18:: ATIS can be received on nav frequencies, not just comm.

 19:: Nothing bad happens if the same ATIS is tuned up on more than
   one receiver.

 20:: ATIS can be updated at times other than at the top of the hour.

 21:: ATIS listens for an "attention" signal, and responds to changes
   in the weather by issuing a new ATIS message (somewhat like a
   "special observation").

 22:: ATIS volume now responds to radio volume setting.

 23:: Area-related services (i.e. approach radar) are handled
   more-nearly consistently with radio-frequency related services.

 24:: ATIS sequence-letter generation has been fixed.

 25:: ATIS messages are now in the property tree, so they can be read
   e.g. via the http interface.

14 years agoAdd support for tunnel, y-offset and limit update rate
vmeazza [Fri, 18 Sep 2009 12:51:23 +0000 (13:51 +0100)]
Add support for tunnel, y-offset and limit update rate

Signed-off-by: vmeazza <vivian.meazza@lineone.net>
14 years agoMerge branch 'tat/configure' into next
Tim Moore [Fri, 18 Sep 2009 08:40:58 +0000 (10:40 +0200)]
Merge branch 'tat/configure' into next

14 years agoMerge branch 'master' into next
Tim Moore [Fri, 18 Sep 2009 08:39:48 +0000 (10:39 +0200)]
Merge branch 'master' into next

14 years agoonly complain about binary record length mismatch if mode is binary.
torsten [Thu, 17 Sep 2009 20:17:35 +0000 (20:17 +0000)]
only complain about binary record length mismatch if mode is binary.

14 years agounintentional introduction of a not yet ready util.
torsten [Fri, 18 Sep 2009 07:37:23 +0000 (07:37 +0000)]
unintentional introduction of a not yet ready util.

14 years agoMerge branch 'tat/configure' into next
Tim Moore [Fri, 18 Sep 2009 08:34:28 +0000 (10:34 +0200)]
Merge branch 'tat/configure' into next

14 years agoand the (hopefully) last one from Tat's Mac-can-run-make patch
torsten [Thu, 17 Sep 2009 18:42:15 +0000 (18:42 +0000)]
and the (hopefully) last one from Tat's Mac-can-run-make patch

14 years agoforgotten ones from Tat's patch to enable make builds on Macs
torsten [Thu, 17 Sep 2009 17:03:26 +0000 (17:03 +0000)]
forgotten ones from Tat's patch to enable make builds on Macs

14 years agoMerge branch 'jmt/navradio' into next
Tim Moore [Thu, 17 Sep 2009 20:55:43 +0000 (22:55 +0200)]
Merge branch 'jmt/navradio' into next

14 years agoNavRadio: By way of an experiment, make false courses/lobes disable-able via a property.
jmt [Thu, 17 Sep 2009 09:30:19 +0000 (09:30 +0000)]
NavRadio: By way of an experiment, make false courses/lobes disable-able via a property.

14 years agoMerge branch 'tat/configure' into next
Tim Moore [Thu, 17 Sep 2009 20:54:58 +0000 (22:54 +0200)]
Merge branch 'tat/configure' into next

14 years agofgpanel is shouldn't have escaped (yet)
torsten [Thu, 17 Sep 2009 07:39:04 +0000 (07:39 +0000)]
fgpanel is shouldn't have escaped (yet)

14 years agoTatsuhiro Nishioka:
torsten [Wed, 16 Sep 2009 17:07:49 +0000 (17:07 +0000)]
Tatsuhiro Nishioka:
Patches for configure.ac and Makefile.am files in FG/SG so Mac developers can build these in a unix way.
These also enables Mac developers to choose either PLIB framework or PLIB static libs.

14 years agoMerge branch 'jmt/navradio' into next
Tim Moore [Thu, 17 Sep 2009 20:53:30 +0000 (22:53 +0200)]
Merge branch 'jmt/navradio' into next

14 years agoNavRadio DME in-range flag, and audio code improvements. By John Denker, adapted...
jmt [Wed, 16 Sep 2009 10:12:50 +0000 (10:12 +0000)]
NavRadio DME in-range flag, and audio code improvements. By John Denker, adapted to current trunk by me.

14 years agoMerge branch 'jmt/reciprocal' into next
Tim Moore [Thu, 17 Sep 2009 20:52:17 +0000 (22:52 +0200)]
Merge branch 'jmt/reciprocal' into next

14 years agoDifferent approach to handling the paired-ILS-on-opposite-runways situation. This...
jmt [Wed, 16 Sep 2009 09:35:22 +0000 (09:35 +0000)]
Different approach to handling the paired-ILS-on-opposite-runways situation. This uses additional information we now store (in FGRunway) to be more explicit about the behaviour (i.e only look at paired navids), and crucially, does not misbehave near either threshold. Instead it always switches about the runway midpoint (so back-course/missed-approaches are broken as before), leading to stable behaviour when touching down.

I am pretty confident this is (was, from FS2004) also the 'solution' taken by MSFS.

14 years agoAssociate non-ILS localisers with their runway.
jmt [Wed, 16 Sep 2009 00:23:34 +0000 (00:23 +0000)]
Associate non-ILS localisers with their runway.

14 years agoMake FGRunway track reciprocal runways.
jmt [Wed, 16 Sep 2009 00:17:12 +0000 (00:17 +0000)]
Make FGRunway track reciprocal runways.

14 years agoMerge branch 'jmt/navradio' into next
Tim Moore [Thu, 17 Sep 2009 20:49:07 +0000 (22:49 +0200)]
Merge branch 'jmt/navradio' into next

14 years agoOne more divide by zero fix from Torsten.
jmt [Tue, 15 Sep 2009 15:34:36 +0000 (15:34 +0000)]
One more divide by zero fix from Torsten.

14 years agoWork around the penaltyForNav broken-ness, by ensuring GS behaves sanely even if...
jmt [Tue, 15 Sep 2009 10:15:42 +0000 (10:15 +0000)]
Work around the penaltyForNav broken-ness, by ensuring GS behaves sanely even if non-matches LOC and GS transmitters are selected. Which happens. Yuck.

14 years agonavradio: fix crash spotted by Torsten, when nav range is unspecified.
jmt [Mon, 14 Sep 2009 22:41:29 +0000 (22:41 +0000)]
navradio: fix crash spotted by Torsten, when nav range is unspecified.

14 years agoFix the has-gs flag when switching to a VOR (thanks Torsten), and expose GS validity...
jmt [Mon, 14 Sep 2009 21:53:55 +0000 (21:53 +0000)]
Fix the has-gs flag when switching to a VOR (thanks Torsten), and expose GS validity via a new gs-in-range boolean prop, as suggested by John Denker.

14 years agoLogging: less verbose about navaids we didn't align.
jmt [Mon, 14 Sep 2009 12:44:30 +0000 (12:44 +0000)]
Logging: less verbose about navaids we didn't align.

14 years agoLogging: less verbose traffic-manager startup.
jmt [Mon, 14 Sep 2009 12:39:41 +0000 (12:39 +0000)]
Logging: less verbose traffic-manager startup.

14 years agoLogging: less verbose panel loading.
jmt [Mon, 14 Sep 2009 12:39:25 +0000 (12:39 +0000)]
Logging: less verbose panel loading.

14 years agoMerge branch 'topic/atmos-merge' into next
Tim Moore [Sat, 12 Sep 2009 13:50:06 +0000 (15:50 +0200)]
Merge branch 'topic/atmos-merge' into next

John Denker's atmosphere changes. Original commit message:
Two-parameter physics-based model of atmosphere up to 262,467 ft i.e.
the top of the mesosphere. Correctly exhibits the HALT phenomenon.

14 years agoVarious LOC/GS improvements from John Denker, adapted to trunk by me (hopefully not...
jmt [Fri, 11 Sep 2009 23:05:23 +0000 (23:05 +0000)]
Various LOC/GS improvements from John Denker, adapted to trunk by me (hopefully not introducing too many bugs along the way). Includes:
 - false LOC courses and GS lobes
 - LOC sensitivity based on runway dimensions
 - GS cutoff based on range
 - More accurate GS deviation computation, making final approach more stable

14 years agoAvoid strtof() for portability reasons.
curt [Thu, 10 Sep 2009 22:02:59 +0000 (22:02 +0000)]
Avoid strtof() for portability reasons.

14 years agoHandle "double" type fields correctly for ascii input data. Previously double
curt [Thu, 10 Sep 2009 18:12:33 +0000 (18:12 +0000)]
Handle "double" type fields correctly for ascii input data. Previously double
data was being down-cast to float and the loss of precision impacted data types like lon/lat positions dramatically, preventing smooth replay of data.

14 years agoDisable collisions with the MP aircraft again.
frohlich [Thu, 10 Sep 2009 17:45:17 +0000 (17:45 +0000)]
Disable collisions with the MP aircraft again.

Modified Files:
src/AIModel/AIMultiplayer.cxx

14 years agoAdd clamped degrees deviation for glideslope.
jmt [Thu, 10 Sep 2009 08:15:46 +0000 (08:15 +0000)]
Add clamped degrees deviation for glideslope.

14 years agoMerge branch 'jsd/atmos' into topic/atmos-merge
Tim Moore [Thu, 10 Sep 2009 10:14:30 +0000 (12:14 +0200)]
Merge branch 'jsd/atmos' into topic/atmos-merge

Conflicts:
src/Environment/environment.cxx
src/Environment/environment.hxx

John Denker's atmosphere changes. Original commit message:
Two-parameter physics-based model of atmosphere up to 262,467 ft i.e.
the top of the mesosphere. Correctly exhibits the HALT phenomenon.

14 years agocleanup of atmosphere patch
Tim Moore [Thu, 10 Sep 2009 09:42:42 +0000 (11:42 +0200)]
cleanup of atmosphere patch

Remove some dead code and space changes. Replace boost::tuple with std::pair,
but do use boost::tie.

14 years agoTwo-parameter physics-based model of atmosphere up to 262,467 ft i.e. the top of...
John Denker [Thu, 22 Jan 2009 01:11:52 +0000 (18:11 -0700)]
Two-parameter physics-based model of atmosphere up to 262,467 ft i.e. the top of the mesosphere. Correctly exhibits the HALT phenomenon.

14 years agoAdd normalised heading deflection property to navradio.
jmt [Wed, 9 Sep 2009 09:44:52 +0000 (09:44 +0000)]
Add normalised heading deflection property to navradio.

14 years agoFix MSVC compilation
daveluff [Tue, 8 Sep 2009 20:55:30 +0000 (20:55 +0000)]
Fix MSVC compilation

14 years agoTatsuhiro Nishioka:
torsten [Tue, 8 Sep 2009 17:50:14 +0000 (17:50 +0000)]
Tatsuhiro Nishioka:
Handle number keys on Keypad properly on Mac OS X

14 years agotest for the presence of alut.h. if it's not found only display a warning message...
ehofman [Tue, 8 Sep 2009 17:07:31 +0000 (17:07 +0000)]
test for the presence of alut.h. if it's not found only display a warning message in gl-info and test-env-map. A clean build without glut installed is now possible.

14 years agoDont execute code in case the soundmanager isn't properly initialized
ehofman [Tue, 8 Sep 2009 17:06:13 +0000 (17:06 +0000)]
Dont execute code in case the soundmanager isn't properly initialized

14 years agoFix compilation - missing include of globals.hxx
jmt [Tue, 8 Sep 2009 16:03:48 +0000 (16:03 +0000)]
Fix compilation - missing include of globals.hxx

14 years agoAdd normalised glideslope deviation property to nav-radio.
jmt [Tue, 8 Sep 2009 16:02:59 +0000 (16:02 +0000)]
Add normalised glideslope deviation property to nav-radio.

14 years agoFurther re-factoring of nav-radio code, again no functionality changed should occur...
jmt [Tue, 8 Sep 2009 14:23:44 +0000 (14:23 +0000)]
Further re-factoring of nav-radio code, again no functionality changed should occur. Radio reception / GPS slaving / Glideslope handling and CDI updating are all separate functions now.