]>
git.mxchange.org Git - flightgear.git/log
fredb [Sat, 1 May 2010 11:03:51 +0000 (11:03 +0000)]
Cleanup MSVC projects, and update readme file
Tim Moore [Wed, 5 May 2010 14:55:25 +0000 (16:55 +0200)]
Merge branch 'jmt/gps'
Conflicts:
src/Instrumentation/gps.cxx
src/Instrumentation/navradio.cxx
jmt [Mon, 26 Apr 2010 16:04:41 +0000 (16:04 +0000)]
Fix a crash if startup fails before the navradio is inited.
Tim Moore [Sun, 25 Apr 2010 21:07:16 +0000 (23:07 +0200)]
Merge branch 'durk/traffic'
Tim Moore [Sun, 25 Apr 2010 21:06:36 +0000 (23:06 +0200)]
Merge branch 'ehofman/generic'
Tim Moore [Sun, 25 Apr 2010 21:05:36 +0000 (23:05 +0200)]
Merge branch 'vivian/tachy'
Tim Moore [Sun, 25 Apr 2010 21:04:51 +0000 (23:04 +0200)]
Merge branch 'jmt/navradio'
Tim Moore [Sun, 25 Apr 2010 21:04:24 +0000 (23:04 +0200)]
Merge branch 'jmt/track-bug'
Tim Moore [Sun, 25 Apr 2010 21:03:48 +0000 (23:03 +0200)]
Merge branch 'vivian/mp'
Tim Moore [Sun, 25 Apr 2010 21:03:35 +0000 (23:03 +0200)]
Merge branch 'ehofman/particle'
Tim Moore [Sun, 25 Apr 2010 21:03:29 +0000 (23:03 +0200)]
Merge branch 'ehofman/config'
jmt [Wed, 21 Apr 2010 16:18:31 +0000 (16:18 +0000)]
MapWidget: fix a crash on uninitialized.
Tim Moore [Mon, 19 Apr 2010 08:19:42 +0000 (10:19 +0200)]
Merge branch 'torsten/auto'
Tim Moore [Mon, 19 Apr 2010 08:07:46 +0000 (10:07 +0200)]
Merge branch 'torsten/metar'
torsten [Wed, 14 Apr 2010 17:26:45 +0000 (17:26 +0000)]
gps warning fix (xxx will be initialized after yyy)
jmt [Mon, 12 Apr 2010 23:27:48 +0000 (23:27 +0000)]
Route-file saving.
jmt [Mon, 12 Apr 2010 23:27:29 +0000 (23:27 +0000)]
Support loading plain-text routes, and stop aggressively using the cruise altitude when loading waypoints.
Tim Moore [Tue, 30 Mar 2010 09:49:14 +0000 (11:49 +0200)]
Merge branch 'timoore/getpath-rebase'
fredb [Sat, 27 Mar 2010 21:57:14 +0000 (21:57 +0000)]
Initialise member variable
jmt [Sat, 27 Mar 2010 17:51:20 +0000 (17:51 +0000)]
GPS/route-manager - notify listeners when current waypoint is changed.
jmt [Sat, 27 Mar 2010 16:55:33 +0000 (16:55 +0000)]
MapWidget for the GUI, initial commit.
jmt [Sat, 27 Mar 2010 12:18:51 +0000 (12:18 +0000)]
Expose a flag indicating if the GPS is driving the AP (to give clearer user feedback when that is the case)
Tim Moore [Sun, 28 Mar 2010 13:20:09 +0000 (15:20 +0200)]
Merge to get true base of James' recent gps changes
Tim Moore [Sun, 28 Mar 2010 13:15:58 +0000 (15:15 +0200)]
Merge branch 'jmt/gpswidget'
ehofman [Sat, 27 Mar 2010 10:59:04 +0000 (10:59 +0000)]
Allow particles to be frozen on pause.
jmt [Sat, 27 Mar 2010 11:37:25 +0000 (11:37 +0000)]
GPS: enable switching to OBS/DTO mode with no valid scratch - use active waypoint.
jmt [Sat, 27 Mar 2010 11:37:06 +0000 (11:37 +0000)]
GPS: add NS and EW velocity computation, which some real-world devices display.
jmt [Thu, 25 Mar 2010 16:41:50 +0000 (16:41 +0000)]
GPS: make slaved-to-gps read course from the GPS *when active*, via a listener.
jmt [Thu, 25 Mar 2010 16:40:52 +0000 (16:40 +0000)]
GPS: fix bugs where GPS overwrites NAV1 course, including --nav1 command line
torsten [Wed, 24 Mar 2010 14:25:36 +0000 (14:25 +0000)]
Bugfix:
- METAR changes caused strong aircraft movements if the station temperature or field elevation changed. Temperature and dewpoint are now also slowly interpolated to reach the new value.
- Probably unnoticed bug: calculation of the interpolation speed was wrong.
- some minor code-cleanup
torsten [Fri, 19 Mar 2010 20:35:47 +0000 (20:35 +0000)]
Fix broken anti windup if the proportional gain runs into the nonlinear area and gets clipped.
Also fix the wrong debug message.
torsten [Wed, 10 Mar 2010 21:02:57 +0000 (21:02 +0000)]
Added anti windup for the pi-simple-controller
Tim Moore [Fri, 18 Dec 2009 06:15:48 +0000 (07:15 +0100)]
changes for SGPropertyNode::getPath return type
It's now a std::string.
Tim Moore [Tue, 9 Mar 2010 10:20:04 +0000 (11:20 +0100)]
Merge branch 'jmt/gps'
Tim Moore [Tue, 9 Mar 2010 10:19:40 +0000 (11:19 +0100)]
Merge branch 'maint'
torsten [Sat, 6 Mar 2010 21:20:21 +0000 (21:20 +0000)]
one more gcc warning fix: xxx will be initialized after yyy
torsten [Sat, 6 Mar 2010 15:40:17 +0000 (15:40 +0000)]
Just a tiny change adds a <reference> input to FGDigitalFilters. This is nice to have to calculate differences of signals using gain-filters.
Old calculation was
output = input * gain
and is now
output = (input-reference) * gain
Note: the PI(D) controller use (reference-input) which effectively reverses the sign. Our notation was picked for backwards compatibility to not break the myriads of <filter> elements currently existing.
All the rest is some code cleanup.
V Meazza [Fri, 19 Feb 2010 23:45:19 +0000 (23:45 +0000)]
Revised bugfix for tachymetric gunsight
Curtis L. Olson [Thu, 25 Feb 2010 14:35:33 +0000 (08:35 -0600)]
Fix missed items for the 2.0.0 release.
jmt [Sun, 21 Feb 2010 21:56:37 +0000 (21:56 +0000)]
Make automake happier.
jmt [Sun, 21 Feb 2010 21:05:16 +0000 (21:05 +0000)]
MSVC project updates: add GUI/WaypointList[.cxx|.hxx] to build.
curt [Thu, 25 Feb 2010 14:48:08 +0000 (14:48 +0000)]
Update the NEWS file to reflect v2.0.0 changes.
curt [Thu, 25 Feb 2010 14:33:56 +0000 (14:33 +0000)]
Make sure we check for the proper simgear version.
torsten [Wed, 24 Feb 2010 22:15:48 +0000 (22:15 +0000)]
New feature: added <logic> "filters"
"logic filters" use well known conditions to drive output properties. Example for bax = baz & (foo | bar).
<logic>
<name>my first logic element</name>
<input>
<or>
<property>foo</property>
<property>bar</property>
</or>
<property>baz</property>
</input>
<output>bax</output>
</logic>
Tim Moore [Thu, 25 Feb 2010 11:06:08 +0000 (12:06 +0100)]
Merge branch 'jmt/font'
Tim Moore [Thu, 25 Feb 2010 11:05:07 +0000 (12:05 +0100)]
Merge branch 'jmt/bulk'
Tim Moore [Thu, 25 Feb 2010 11:04:58 +0000 (12:04 +0100)]
Merge branch 'jmt/gui'
jmt [Tue, 23 Feb 2010 00:17:53 +0000 (00:17 +0000)]
waypointList: stop using GNU extension / C99 features.
Tim Moore [Mon, 22 Feb 2010 08:32:32 +0000 (09:32 +0100)]
remove trailing slash / empty line from Makefile.am
jmt [Sun, 21 Feb 2010 20:44:17 +0000 (20:44 +0000)]
GPS / route-manager: add new custom widget to display the waypoints list.
Supports various new editing features, including dragging to re-order, and
+/- keys to adjust the target altitude for a waypoint. Also displays some
additional information, and will display *even* more once I land airways/
SID/STAR support.
durk [Sun, 21 Feb 2010 14:15:18 +0000 (14:15 +0000)]
AI aircraft will need to switch frequencies before being able to request
push-back clearance.
jmt [Fri, 19 Feb 2010 00:31:38 +0000 (00:31 +0000)]
bug #80, exception flying west from NZAA (Auckland, NZ). The underlying
issue is numerical problems in _wgs84_inverse, triggered by the traffic-manager
testing enormous distances geodetically.
Changes
- refactor AISchedule::update, so the aircraft approximate position
calculation is simpler.
- refactor AIAircraft to no longer use exceptions as a return value mechanism
- change AISchedule::update to use cartesian math for in-visible-range check
Tim Moore [Sun, 21 Feb 2010 21:21:46 +0000 (22:21 +0100)]
Merge branch 'maint'
curt [Thu, 18 Feb 2010 16:07:12 +0000 (16:07 +0000)]
Add data/Scenery/Airports/ to the data distribution.
Tim Moore [Wed, 17 Feb 2010 17:05:23 +0000 (18:05 +0100)]
Merge branch 'curt/make'
curt [Tue, 16 Feb 2010 20:26:26 +0000 (20:26 +0000)]
Fix a couple "make dist" glitches.
jmt [Mon, 15 Feb 2010 23:57:56 +0000 (23:57 +0000)]
Quiet: reduce log-level of various things from INFO to DEBUG or BULK, and tune the categories/level of some specific messages.
Part of original commit that only applys to master branch.
jmt [Mon, 15 Feb 2010 23:57:56 +0000 (23:57 +0000)]
Quiet: reduce log-level of various things from INFO to DEBUG or BULK, and tune the categories/level of some specific messages.
Commit split by timoore in order to apply most of it to maint branch.
jmt [Mon, 15 Feb 2010 23:34:53 +0000 (23:34 +0000)]
Bugfix: stop dialogs jumping around when re-layout occurs - make positions persistent.
jmt [Mon, 15 Feb 2010 22:52:12 +0000 (22:52 +0000)]
Bugfix: don't crash on localizers with no associated runway (due to inconsistent nav.dat/apt.dat). Reported by Jacob Burbach.
ehofman [Sun, 14 Feb 2010 14:15:17 +0000 (14:15 +0000)]
Updates from Geoff McLane
V Meazza [Fri, 12 Feb 2010 17:10:10 +0000 (17:10 +0000)]
Change Log Message status from ALERT to DEBUG
Signed-off-by: V Meazza <vivian.meazza@lineone.net>
jmt [Sat, 13 Feb 2010 19:33:54 +0000 (19:33 +0000)]
Bugfix: ensure GPS WP1 Mag-bearing is normalised to [0..360]
jmt [Wed, 10 Feb 2010 19:28:35 +0000 (19:28 +0000)]
Bugfix #35 / denker #20F:
Guard against invalid font names in panel XML files, and make font name
comparisons case-insensitive so that 'helvetica', 'Helvetica' or 'HELVETICA'
work as expected.
Tim Moore [Wed, 10 Feb 2010 23:13:04 +0000 (00:13 +0100)]
Only draw tachymetric sight if appropriate inputs exist
This avoids triggering asserts for missing inputs.
Meazza@.(none) [Fri, 5 Feb 2010 08:45:15 +0000 (08:45 +0000)]
Add Tachymetric Gunsight
Signed-off-by: <V Meazza>
ehofman [Tue, 9 Feb 2010 09:47:41 +0000 (09:47 +0000)]
Bail out if one of the required OpenScenegraph libraries was not found.
ehofman [Wed, 10 Feb 2010 08:19:05 +0000 (08:19 +0000)]
Improve handling of type DOUBLE in generic i/o protocol.
ehofman [Sun, 7 Feb 2010 12:40:42 +0000 (12:40 +0000)]
reorganize the code a bit to prevent an infinite loop in ascii mode
Tim Moore [Tue, 9 Feb 2010 23:45:28 +0000 (00:45 +0100)]
Merge branch 'torsten/track'
Tim Moore [Tue, 9 Feb 2010 23:45:06 +0000 (00:45 +0100)]
Merge branch 'durk/atcdcl-cond'
Conflicts:
src/ATC/trafficcontrol.cxx
src/Main/Makefile.am
Tim Moore [Tue, 9 Feb 2010 23:41:52 +0000 (00:41 +0100)]
Merge branch 'jmt/navradio'
Tim Moore [Tue, 9 Feb 2010 23:41:44 +0000 (00:41 +0100)]
Merge branch 'torsten/auto'
Tim Moore [Tue, 9 Feb 2010 06:28:03 +0000 (07:28 +0100)]
Merge branch 'jmt/units-fix' into maint
durk [Fri, 5 Feb 2010 06:00:12 +0000 (06:00 +0000)]
Revert previous commit.
durk [Fri, 5 Feb 2010 05:40:15 +0000 (05:40 +0000)]
Update version number.
Tim Moore [Thu, 4 Feb 2010 23:25:52 +0000 (00:25 +0100)]
Merge branch 'fredb/winbuild'
fredb [Thu, 4 Feb 2010 22:08:48 +0000 (22:08 +0000)]
Update version numbers
Tim Moore [Thu, 4 Feb 2010 21:45:21 +0000 (22:45 +0100)]
Merge branch 'fredb/winbuild'
fredb [Sun, 31 Jan 2010 22:16:07 +0000 (22:16 +0000)]
Update Windows packages again (save Terrasync dir location and update install summary)
Tim Moore [Sun, 31 Jan 2010 17:16:51 +0000 (18:16 +0100)]
Merge branch 'fredb/winbuild'
fredb [Sun, 31 Jan 2010 12:07:54 +0000 (12:07 +0000)]
Update Windows packages
Tim Moore [Sun, 31 Jan 2010 17:01:33 +0000 (18:01 +0100)]
Merge branch 'csaba/nan'
durk [Sat, 30 Jan 2010 15:40:33 +0000 (15:40 +0000)]
A couple of last-minute patched / bugfixes to mitigate the probability of collisions between user controlled aircraft and AI traffic.
* AI aircraft distance to user proximity detection works again (lat/lon were inverted).
* The parking uses by the user aircraft is marked as such to prevent it being reused by an AI aicraft
* AI aircraft won't receive permission for pushback until the user aircraft is at a fair distance.
Csaba Halasz [Mon, 28 Dec 2009 17:29:10 +0000 (18:29 +0100)]
Fix crab angle and ground speed calculation in AILocalTraffic
jmt [Thu, 28 Jan 2010 09:42:57 +0000 (09:42 +0000)]
Bugfix: ensure navradio nav-loc and has-gs properties clear to false when no valid station is tuned / radio is u/s.
Tim Moore [Thu, 28 Jan 2010 09:38:33 +0000 (10:38 +0100)]
Merge branch 'timoore/ptrfix'
Tim Moore [Thu, 28 Jan 2010 09:38:28 +0000 (10:38 +0100)]
Merge branch 'fredb/winbuild'
Tim Moore [Thu, 28 Jan 2010 09:38:10 +0000 (10:38 +0100)]
Merge branch 'ehofman/mingw'
Tim Moore [Thu, 28 Jan 2010 09:37:58 +0000 (10:37 +0100)]
Merge branch 'ehofman/light'
fredb [Tue, 26 Jan 2010 15:06:32 +0000 (15:06 +0000)]
Fix Win64 package
Tim Moore [Tue, 26 Jan 2010 16:19:17 +0000 (17:19 +0100)]
eliminate some SGPropertyNode_ptr variables in classes
These were temporary variables that were being deleted explicitly, leading to
various corruption.
fredb [Mon, 25 Jan 2010 21:55:42 +0000 (21:55 +0000)]
Specific icon and packaging for the win64 version
Tim Moore [Tue, 26 Jan 2010 10:06:37 +0000 (11:06 +0100)]
initialize track variable in constructors
fredb [Sat, 23 Jan 2010 22:26:30 +0000 (22:26 +0000)]
MINGW patch from Benoît Laniel
ehofman [Sat, 23 Jan 2010 10:31:26 +0000 (10:31 +0000)]
slightly tweak the ambient color a bit.
fredb [Fri, 22 Jan 2010 22:48:08 +0000 (22:48 +0000)]
Update version number
fredb [Fri, 22 Jan 2010 21:42:12 +0000 (21:42 +0000)]
Update FlightGear version
torsten [Fri, 22 Jan 2010 17:00:32 +0000 (17:00 +0000)]
bugfix
Patrice Poly:
After investigation, it appears that the probes are reversed due to a
little mistake when someone changed how the probe calculations are made.
probe 0 is under the plane. probe 4 should be downwind, probes 1,2 and 3 should be upwind.
Tim Moore [Mon, 25 Jan 2010 13:22:31 +0000 (14:22 +0100)]
Merge branch 'durk/terrasync'