]>
git.mxchange.org Git - flightgear.git/log
Tim Moore [Sat, 4 Dec 2010 15:27:25 +0000 (16:27 +0100)]
Merge remote branch 'gitorious/next' into next
Tim Moore [Sat, 4 Dec 2010 15:25:39 +0000 (16:25 +0100)]
Fix bug 182 - make sun direction agree with position of sun from the ephemeris
http://code.google.com/p/flightgear-bugs/issues/detail?id=182
There were two issues. The biggest is that the sunsolver was accessing
parameters from the ephemeris and doing a different calculation with
them to derive the right ascension and declination of the sun. I'm not
sure who is right, but I changed sunsolver to agree with the
ephemeris. Also, there was an inappropriate use of geodetic
coordinates in calculating the sun latitude and longitude.
Also, I did some cleanup in updateSunPos().
Frederic Bouvier [Fri, 3 Dec 2010 07:59:36 +0000 (08:59 +0100)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next
Frederic Bouvier [Fri, 3 Dec 2010 07:59:14 +0000 (08:59 +0100)]
Fix for bug #177 - check for empty strings
James Turner [Thu, 2 Dec 2010 20:29:28 +0000 (20:29 +0000)]
Fix for bug #72 - don't init traffic manager if disabled.
Disabling the traffic-manager at runtime will prevent new flights being scheduled.
James Turner [Thu, 2 Dec 2010 00:41:29 +0000 (00:41 +0000)]
Fix bug 191, uninitialised HUD color.
James Turner [Wed, 1 Dec 2010 23:57:18 +0000 (23:57 +0000)]
Build without OSG implicit ref-ptr conversion
James Turner [Wed, 1 Dec 2010 23:57:01 +0000 (23:57 +0000)]
Fix bug #185 - altitude ignored when adding waypoints to the route.
ThorstenB [Wed, 1 Dec 2010 21:57:35 +0000 (22:57 +0100)]
GPWS: change default source to match all FDMs
Provide another built-in altitude source to hook a radio-altimeter instrument
Curtis L. Olson [Tue, 30 Nov 2010 16:15:04 +0000 (10:15 -0600)]
Add "Environment" to the data distribution.
Change j3cub to Cub for the data distribution.
Erik Hofman [Tue, 30 Nov 2010 12:44:10 +0000 (13:44 +0100)]
latest updates from JSBSim
Erik Hofman [Tue, 30 Nov 2010 12:35:18 +0000 (13:35 +0100)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next
Tim Moore [Tue, 30 Nov 2010 11:00:54 +0000 (12:00 +0100)]
remove call to function removed in OSG
Csaba Halasz [Mon, 29 Nov 2010 23:42:34 +0000 (00:42 +0100)]
Merge commit 'refs/merge-requests/14' of git://gitorious.org/fg/flightgear into next
Csaba Halasz [Mon, 29 Nov 2010 23:26:22 +0000 (00:26 +0100)]
Merge commit 'refs/merge-requests/13' of git://gitorious.org/fg/flightgear into next
ThorstenB [Mon, 29 Nov 2010 21:48:37 +0000 (22:48 +0100)]
Fix bug #187: check if path cache matches fg-aircraft dirs
Check if any fg-aircraft dir changed - sequence also matters.
Tim Moore [Mon, 29 Nov 2010 21:43:52 +0000 (22:43 +0100)]
compilation fixes for older versions of OSG
Erik Hofman [Mon, 29 Nov 2010 08:57:45 +0000 (09:57 +0100)]
PAtch by Andreas Gaeb to eliminate NaN's in the location code
Tim Moore [Mon, 22 Nov 2010 08:10:40 +0000 (09:10 +0100)]
panoramic spherical distortion
This supports the panoramic distortion option, as found in osgViewer, in
the camera file syntax of flightgear.
Erik Hofman [Sun, 28 Nov 2010 14:14:12 +0000 (15:14 +0100)]
Quick update with Bertrand Coconnier's fixes
Erik Hofman [Sun, 28 Nov 2010 09:58:47 +0000 (10:58 +0100)]
Sync JSBSim again
Erik Hofman [Sun, 28 Nov 2010 09:58:18 +0000 (10:58 +0100)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next
ThorstenB [Sat, 27 Nov 2010 19:05:28 +0000 (20:05 +0100)]
Fix route manager exception and following crash (may fix #177)
See bug issue #177 for more.
Also fix minor compiler warning.
ThorstenB [Fri, 26 Nov 2010 22:33:22 +0000 (23:33 +0100)]
bug #183: Increase area where models are force-loaded before FDM release
Torsten Dreyer [Fri, 26 Nov 2010 18:29:59 +0000 (19:29 +0100)]
Expose the cloud layer type to the property tree
Missing file
Torsten Dreyer [Fri, 26 Nov 2010 18:27:05 +0000 (19:27 +0100)]
Expose the cloud layer type to the property tree
Torsten Dreyer [Fri, 26 Nov 2010 18:26:12 +0000 (19:26 +0100)]
Expose visibility within cloudlayers to the property-tree
Torsten Dreyer [Fri, 26 Nov 2010 15:14:43 +0000 (16:14 +0100)]
Warning fix: unused variables
James Turner [Fri, 26 Nov 2010 02:10:41 +0000 (02:10 +0000)]
Fix for bug 62, clean exit of terrasync on SIGTERM
James Turner [Wed, 24 Nov 2010 20:57:56 +0000 (20:57 +0000)]
Fix bug #125
Erik Hofman [Wed, 24 Nov 2010 13:40:26 +0000 (14:40 +0100)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next
Dave Luff [Tue, 23 Nov 2010 18:04:10 +0000 (18:04 +0000)]
Merge branch 'kln89' into next
Dave Luff [Tue, 23 Nov 2010 18:03:13 +0000 (18:03 +0000)]
KLN89: Small improvement to flightplan page: dash out invalid distances when entering a new waypoint
Dave Luff [Tue, 23 Nov 2010 16:21:36 +0000 (16:21 +0000)]
KLN89: Jump to the next position in the flightplan after waypoint entry, as per the real-life unit
Dave Luff [Tue, 23 Nov 2010 15:06:22 +0000 (15:06 +0000)]
KLN89: Fix small bug in FPL pages due to comparison against a negative quantity with unsigned variables
Dave Luff [Tue, 23 Nov 2010 12:21:25 +0000 (12:21 +0000)]
KLN89: Allow CLR to abort flightplan waypoint entry at the waypoint review page, as per the real-life unit
Dave Luff [Tue, 23 Nov 2010 10:51:37 +0000 (10:51 +0000)]
KLN89: Fix both incorrect behaviour and a segfault when deleting a partially-entered waypoint in the flightplan pages
Dave Luff [Tue, 23 Nov 2010 10:15:10 +0000 (10:15 +0000)]
KLN89: Fix some bugs in the flightplan page text entry. Basically, draw the text entry string instead of the dummy waypoint ID.
James Turner [Mon, 22 Nov 2010 23:28:12 +0000 (23:28 +0000)]
Ignore -psn_ argument if launched as a GUI app on Mac.
Dave Luff [Mon, 22 Nov 2010 22:44:21 +0000 (22:44 +0000)]
Merge branch 'kln89' into next
Dave Luff [Mon, 22 Nov 2010 22:21:09 +0000 (22:21 +0000)]
KLN89: Change to more meaningful function names, and always clear the buffer after drawing.
Dave Luff [Mon, 22 Nov 2010 21:34:24 +0000 (21:34 +0000)]
KLN89: Fix clipping bug affecting the KLN89 map page. Pixels and lines must be clipped when being put into the buffer, since the clip region may change before the buffer is rendered. Also, the wrong DrawPixel function was called from the oldDrawLine function.
James Turner [Sun, 21 Nov 2010 23:43:41 +0000 (23:43 +0000)]
Fixing bug #172 - warp handling during pause.
Dave Luff [Sun, 21 Nov 2010 20:46:14 +0000 (20:46 +0000)]
KLN89: Round properly when converting map points to pixel locations
Dave Luff [Sun, 21 Nov 2010 17:14:15 +0000 (17:14 +0000)]
KLN89: Update obsolete email address
Dave Luff [Sun, 21 Nov 2010 17:13:41 +0000 (17:13 +0000)]
KLN89: Update obsolete email address
Dave Luff [Sun, 21 Nov 2010 17:05:33 +0000 (17:05 +0000)]
KLN89: Cleanup - fix broken indentation and email address, and replace tabs with spaces
Dave Luff [Sun, 21 Nov 2010 15:56:15 +0000 (15:56 +0000)]
Fix copy-and-paste error which resulted in right inner knob having left inner knob function whilst setting ID in flightplan pages
James Turner [Sun, 21 Nov 2010 14:55:51 +0000 (06:55 -0800)]
Fix libsvn detection on Ubuntu 10.4, and probably other platforms.
Erik Hofman [Sun, 21 Nov 2010 14:44:45 +0000 (15:44 +0100)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next
Dave Luff [Sun, 21 Nov 2010 14:16:43 +0000 (14:16 +0000)]
Clean up indentation and then replace tabs with spaces
Christian Schmitt [Thu, 11 Nov 2010 12:35:21 +0000 (13:35 +0100)]
Cosmetic changes to some configure output (typos, capital letters)
Christian Schmitt [Thu, 11 Nov 2010 00:03:26 +0000 (01:03 +0100)]
Add a possibility to explicitly disable libsvn support.
This is needed for source-based distributions to be sure about dependencies.
ThorstenB [Sun, 21 Nov 2010 12:58:10 +0000 (13:58 +0100)]
Suppress framerate while splash screen active
Don't irritate the fps-geeks while the sim isn't ready yet.
And a minor pointer safety issue.
ThorstenB [Sun, 21 Nov 2010 12:53:34 +0000 (13:53 +0100)]
Another gitignore
Hello GIT!
Dave Luff [Sun, 21 Nov 2010 09:59:49 +0000 (09:59 +0000)]
Clarify comments
Torsten Dreyer [Sat, 20 Nov 2010 10:07:24 +0000 (11:07 +0100)]
Avoid division by zero in exponential filters
Erik Hofman [Fri, 19 Nov 2010 14:35:38 +0000 (15:35 +0100)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next
ThorstenB [Fri, 19 Nov 2010 14:05:12 +0000 (15:05 +0100)]
Use simgear abstraction for sleeping.
Fix required for Bill's OS...
ThorstenB [Fri, 19 Nov 2010 12:59:43 +0000 (13:59 +0100)]
Tile manager improvements
Priority scheme for tile loading/removing
Cleaner tile manager interface for AI/groundcache/...
Reduce start-up delay. Drop splash screen when inner scenery is available.
Be nice to osg loader: slow-down main loop while initial scenery is still loading.
ThorstenB [Fri, 19 Nov 2010 12:47:13 +0000 (13:47 +0100)]
Set initial environment visibility (thanks to kantoon)
ThorstenB [Fri, 19 Nov 2010 12:44:52 +0000 (13:44 +0100)]
Kill some unnecessary include dependencies.
Speed-up compilation when working on tilemanager.
Vivian Meazza [Fri, 19 Nov 2010 09:55:36 +0000 (09:55 +0000)]
Add oitput to property tree.
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
Vivian Meazza [Thu, 18 Nov 2010 23:51:12 +0000 (23:51 +0000)]
Merge branch 'next' of D:\Git_New\flightgear into next
Vivian Meazza [Thu, 18 Nov 2010 23:48:58 +0000 (23:48 +0000)]
Add Alignment settable at runtime, and add movement-induced errors.
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
Frederic Bouvier [Wed, 17 Nov 2010 19:07:00 +0000 (20:07 +0100)]
Update README.MSVC for 64-bit build
ThorstenB [Mon, 15 Nov 2010 22:28:51 +0000 (23:28 +0100)]
Freeze MP position during replay.
Now you can replay and watch your favourite landing
101 times without pi**ing off everyone else playing MP. :)
James Turner [Mon, 15 Nov 2010 21:44:41 +0000 (21:44 +0000)]
Merge branch 'next' of git@gitorious.org:fg/flightgear into next
James Turner [Sun, 14 Nov 2010 23:32:37 +0000 (23:32 +0000)]
Fix syntax for IF DEFINED conditionals
James Turner [Sun, 14 Nov 2010 23:25:06 +0000 (23:25 +0000)]
Windows version.h generation script.
Tim Moore [Sun, 14 Nov 2010 14:12:58 +0000 (15:12 +0100)]
add a command to print information about visible objects in the scene
James Turner [Sun, 14 Nov 2010 22:58:21 +0000 (22:58 +0000)]
Include version number in DMG name
James Turner [Sun, 14 Nov 2010 22:55:55 +0000 (22:55 +0000)]
Expose SimGear and OSG versions via properties too.
Vivian Meazza [Sun, 14 Nov 2010 22:24:00 +0000 (22:24 +0000)]
Merge branch 'next' of D:\Git_New\flightgear into next
ThorstenB [Sun, 14 Nov 2010 20:06:19 +0000 (21:06 +0100)]
Fixed path resolution (search --fg-aircraft dirs)
Do not abort early when resource doesn't match /sim/aircraft-dir.
unknown [Sun, 14 Nov 2010 18:16:01 +0000 (18:16 +0000)]
Use version file in NSIS script
James Turner [Sun, 14 Nov 2010 18:14:23 +0000 (18:14 +0000)]
Fix ordering in DMG buuilding.
James Turner [Sun, 14 Nov 2010 17:49:55 +0000 (17:49 +0000)]
Use version file to populate bundle plist.
Frederic Bouvier [Sun, 14 Nov 2010 14:33:08 +0000 (15:33 +0100)]
MSVC: ensure that HAVE_VERSION_H always has a value
Torsten Dreyer [Sun, 14 Nov 2010 12:54:59 +0000 (13:54 +0100)]
Merge branch 'next' of gitorious.org:fg/flightgear into next
Torsten Dreyer [Sun, 14 Nov 2010 12:53:45 +0000 (13:53 +0100)]
fix inconsitent property name fuel[-_]pump
Frederic Bouvier [Sun, 14 Nov 2010 12:28:17 +0000 (13:28 +0100)]
MSVC: compile with version.h if environment variable HAVE_VERSION_H is set to 1
Mathias Froehlich [Sun, 14 Nov 2010 10:07:46 +0000 (11:07 +0100)]
Make out of source builds again work.
James Turner [Sat, 13 Nov 2010 20:51:43 +0000 (12:51 -0800)]
Ensure non-Hudson BUILD_NUMBER is actually an int, not a string
James Turner [Sat, 13 Nov 2010 20:29:38 +0000 (12:29 -0800)]
Another attempt at placating the shell. Everything sucks.
James Turner [Sat, 13 Nov 2010 19:18:19 +0000 (11:18 -0800)]
What sucks? Autoconf sucks.
James Turner [Sat, 13 Nov 2010 18:58:55 +0000 (18:58 +0000)]
Use updated version.h if available.
Add single fallback header if version.h is missing.
James Turner [Sat, 13 Nov 2010 18:40:29 +0000 (10:40 -0800)]
Autoconf changes for more flexible versioning.
ThorstenB [Sat, 13 Nov 2010 15:29:34 +0000 (16:29 +0100)]
New property identifying missing MP planes
Provide "model-installed" property at MP planes for pilot list.
Avoid direct directory access in Nasal (aircraft installed check).
Christian Schmitt [Wed, 10 Nov 2010 23:55:42 +0000 (00:55 +0100)]
remove old .cvsignore files
Torsten Dreyer [Wed, 10 Nov 2010 22:28:07 +0000 (23:28 +0100)]
Bugfix: no automatic runway selection with --parkpos=
Torsten Dreyer [Wed, 10 Nov 2010 21:19:25 +0000 (22:19 +0100)]
Make startup.nas obsolete
This is an ugly hack for automatic runway selection on startup based on
metar data. It's main intention is to make startup.nas obsolete and
to guarantee the same runway selection logic as used for AI traffic.
Calling presets-commit from startup.nas during the initialization
sequence caused occasional trouble and sometimes, the AI traffic
operated on the opposite runway.
Frederic Bouvier [Tue, 9 Nov 2010 21:13:26 +0000 (22:13 +0100)]
Fix a typo
James Turner [Tue, 9 Nov 2010 19:09:05 +0000 (19:09 +0000)]
Include some missed osg plugins, thanks Fred.
unknown [Tue, 9 Nov 2010 18:57:47 +0000 (18:57 +0000)]
Including missing OSG plugins, use LZMA compression
James Turner [Mon, 8 Nov 2010 22:57:56 +0000 (22:57 +0000)]
Improving the Win32 installer.
Vivian Meazza [Mon, 8 Nov 2010 22:06:04 +0000 (22:06 +0000)]
Merge branch 'next' of D:\Git_New\flightgear into next
unknown [Mon, 8 Nov 2010 10:38:59 +0000 (10:38 +0000)]
Initial work on NSIS install script
ThorstenB [Sun, 7 Nov 2010 23:24:41 +0000 (00:24 +0100)]
Fixed hot-spot display for 3d modes
Also set left/right culling masks (standard mask no effect when 3d rendering is enabled).
Frederic Bouvier [Sun, 7 Nov 2010 19:03:05 +0000 (20:03 +0100)]
Update VS2010 projects : use Boost 1.44.0